summaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-04-15 14:36:16 +0000
committernovel <novel@FreeBSD.org>2005-04-15 14:36:16 +0000
commitd51adb96a116c83522409d5b74fa8a07bbe7e8e2 (patch)
tree7f1044e40c4004da970bb5810dd1d3e843ee7212 /ports-mgmt
parent03cd161e55bc954eea3776efc1f74aa95d46deee (diff)
downloadFreeBSD-ports-d51adb96a116c83522409d5b74fa8a07bbe7e8e2.zip
FreeBSD-ports-d51adb96a116c83522409d5b74fa8a07bbe7e8e2.tar.gz
Unbreak on 5.x
PR: 79872 Submitted by: Johan van Selst <johans@stack.nl> Approved by: "."@babolo.ru (maintainer)
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pib/Makefile4
-rw-r--r--ports-mgmt/pib/files/patch-tkPort.h12
2 files changed, 12 insertions, 4 deletions
diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile
index 9e3136b..970acd6 100644
--- a/ports-mgmt/pib/Makefile
+++ b/ports-mgmt/pib/Makefile
@@ -19,10 +19,6 @@ RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
do-install:
${MKDIR} ${PREFIX}/lib/pib
${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib
diff --git a/ports-mgmt/pib/files/patch-tkPort.h b/ports-mgmt/pib/files/patch-tkPort.h
new file mode 100644
index 0000000..f06866b8
--- /dev/null
+++ b/ports-mgmt/pib/files/patch-tkPort.h
@@ -0,0 +1,12 @@
+--- tkPort.h.orig Wed Apr 13 17:30:58 2005
++++ tkPort.h Wed Apr 13 17:30:13 2005
+@@ -133,8 +133,6 @@ extern int errno;
+ * in any other header file.
+ */
+
+-extern void panic();
+-
+ /*
+ * These functions do nothing under Unix, so we just eliminate calls them.
+ */
+
OpenPOWER on IntegriCloud