ports/118061: misc/zaptel: fix build o -CURRENT
Erwin Lansing
erwin at FreeBSD.org
Thu Nov 15 00:50:03 UTC 2007
>Number: 118061
>Category: ports
>Synopsis: misc/zaptel: fix build o -CURRENT
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 15 00:50:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: Erwin Lansing
>Release: FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD bamse.staff.tdk.net 8.0-CURRENT FreeBSD 8.0-CURRENT #19: Thu Nov 1 16:08:27 CET 2007 root at bamse.staff.tdk.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
julian renamed the kthread_* functions, which breaks misc/zaptel on recent HEAD
>How-To-Repeat:
>Fix:
--- zaptel-bsd8.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/zaptel/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile 23 Jul 2007 21:24:52 -0000 1.31
+++ Makefile 15 Nov 2007 00:25:15 -0000
@@ -34,6 +34,12 @@
MAKE_ARGS+= WITH_TAU32="yes"
.endif
+.if ${OSVERSION} > 800002
+PATCHFILES= zaptel-bsd-1.4.6-bsd8.diff
+PATCHSITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_LOCAL= erwin
+.endif
+
pre-everything::
@if [ ! -f /usr/src/sys/Makefile ]; then \
${ECHO_MSG} ">> The zaptel port needs FreeBSD kernel source code to compile."; \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/misc/zaptel/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- distinfo 22 Jul 2007 08:58:35 -0000 1.16
+++ distinfo 15 Nov 2007 00:25:15 -0000
@@ -1,3 +1,6 @@
MD5 (zaptel-bsd-1.4.6.tar.gz) = ca6a29a6eef536aa472a1f9168580dc5
SHA256 (zaptel-bsd-1.4.6.tar.gz) = ff693908afc1c54123aa8499f1fe839648846dc741f9251947b1d7f06ef3f3e9
SIZE (zaptel-bsd-1.4.6.tar.gz) = 1028724
+MD5 (zaptel-bsd-1.4.6-bsd8.diff) = 480157d4371b984e27b7204e881da910
+SHA256 (zaptel-bsd-1.4.6-bsd8.diff) = 82b21efd89d40a39b789aedac7984d6f273e4c7b7a74cd28093531cd9c991377
+SIZE (zaptel-bsd-1.4.6-bsd8.diff) = 770
--- zaptel-bsd8.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list