summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/php-gtk/Makefile1
-rw-r--r--x11-toolkits/php-gtk/files/patch-build2::build2.mk11
-rw-r--r--x11-toolkits/php-gtk2/Makefile1
-rw-r--r--x11-toolkits/php-gtk2/files/patch-build2::build2.mk11
-rw-r--r--x11-toolkits/viewkit/Makefile7
5 files changed, 26 insertions, 5 deletions
diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile
index 188efbc6a64f..624ea9a62606 100644
--- a/x11-toolkits/php-gtk/Makefile
+++ b/x11-toolkits/php-gtk/Makefile
@@ -99,6 +99,7 @@ pre-configure:
.for FILE in ${PIC2FIX}
@${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE}
.endfor
+ @${REINPLACE_CMD} -e "s|/bin/sh|/bin/sh -x|" ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
diff --git a/x11-toolkits/php-gtk/files/patch-build2::build2.mk b/x11-toolkits/php-gtk/files/patch-build2::build2.mk
new file mode 100644
index 000000000000..7439f784ecb1
--- /dev/null
+++ b/x11-toolkits/php-gtk/files/patch-build2::build2.mk
@@ -0,0 +1,11 @@
+--- build2/build2.mk.orig Thu Apr 11 02:19:45 2002
++++ build2/build2.mk Wed Jul 7 01:51:27 2004
+@@ -9,3 +9,3 @@
+ @echo rebuilding $@
+- @autoconf
++ @autoconf253
+
+@@ -19,2 +19,2 @@
+ @rm -f $@
+- @autoheader
++ @autoconf253
diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile
index 188efbc6a64f..624ea9a62606 100644
--- a/x11-toolkits/php-gtk2/Makefile
+++ b/x11-toolkits/php-gtk2/Makefile
@@ -99,6 +99,7 @@ pre-configure:
.for FILE in ${PIC2FIX}
@${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE}
.endfor
+ @${REINPLACE_CMD} -e "s|/bin/sh|/bin/sh -x|" ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
diff --git a/x11-toolkits/php-gtk2/files/patch-build2::build2.mk b/x11-toolkits/php-gtk2/files/patch-build2::build2.mk
new file mode 100644
index 000000000000..7439f784ecb1
--- /dev/null
+++ b/x11-toolkits/php-gtk2/files/patch-build2::build2.mk
@@ -0,0 +1,11 @@
+--- build2/build2.mk.orig Thu Apr 11 02:19:45 2002
++++ build2/build2.mk Wed Jul 7 01:51:27 2004
+@@ -9,3 +9,3 @@
+ @echo rebuilding $@
+- @autoconf
++ @autoconf253
+
+@@ -19,2 +19,2 @@
+ @rm -f $@
+- @autoheader
++ @autoconf253
diff --git a/x11-toolkits/viewkit/Makefile b/x11-toolkits/viewkit/Makefile
index 27c5957e4d3c..1976a6716c76 100644
--- a/x11-toolkits/viewkit/Makefile
+++ b/x11-toolkits/viewkit/Makefile
@@ -19,10 +19,7 @@ DISTNAME= libvk-Apr19-2243
MAINTAINER= peterho@ned.dem.csiro.au
COMMENT= ViewKit workalike from Hungry Programmers
-BUILD_DEPENDS= ${AUTOCONFIG}:${PORTSDIR}/devel/${AUTOCONFIG}
-
-AUTOCONFIG= autoconf
-
+WANT_AUTOCONF_VER= 253
MOTIFPACKAGE?= open-motif
USE_X_PREFIX= yes
USE_MOTIF = yes
@@ -36,6 +33,6 @@ BROKEN= "Does not compile (bad C++ code)"
.endif
pre-configure:
- @cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONFIG}
+ @cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF}
.include <bsd.port.post.mk>