aboutsummaryrefslogtreecommitdiff
path: root/graphics/libpano12
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
commit48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch)
treeeedd43e6e7c3a96d77549de85690d46016e9cc7e /graphics/libpano12
parentaf4658fb56c22ab36db1f30588a3964e1d47d634 (diff)
downloadports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.tar.gz
ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.zip
Notes
Diffstat (limited to 'graphics/libpano12')
-rw-r--r--graphics/libpano12/Makefile13
-rw-r--r--graphics/libpano12/files/patch-bootstrap13
2 files changed, 15 insertions, 11 deletions
diff --git a/graphics/libpano12/Makefile b/graphics/libpano12/Makefile
index fa8393d5af6e..63bd81295847 100644
--- a/graphics/libpano12/Makefile
+++ b/graphics/libpano12/Makefile
@@ -10,7 +10,7 @@
PORTNAME= libpano12
PORTVERSION= 2.8.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics java
MASTER_SITES= SF
MASTER_SITE_SUBDIR= panotools
@@ -27,7 +27,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
USE_GNOME= gtk20 glib20 pango atk
-USE_AUTOTOOLS= autoconf:259:env autoheader:259:env aclocal:19:env \
+USE_AUTOTOOLS= autoconf:261:env autoheader:261:env aclocal:19:env \
automake:19:env libtool:15:env
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -50,9 +50,10 @@ CONFIGURE_ARGS+= --without-java
.endif
pre-configure:
- cd ${WRKSRC} && \
- ${SETENV} ${AUTOTOOLS_ENV} \
- ACLOCAL="${ACLOCAL} -I ${LOCALBASE}/share/aclocal" \
- ./bootstrap
+ cd ${WRKSRC} && ./bootstrap
+#\
+# ${SETENV} ${AUTOTOOLS_ENV} \
+# ACLOCAL="${ACLOCAL} -I ${LOCALBASE}/share/aclocal" \
+# ./bootstrap
.include <bsd.port.mk>
diff --git a/graphics/libpano12/files/patch-bootstrap b/graphics/libpano12/files/patch-bootstrap
index ebd09788722c..88ee4d68f790 100644
--- a/graphics/libpano12/files/patch-bootstrap
+++ b/graphics/libpano12/files/patch-bootstrap
@@ -1,8 +1,11 @@
---- bootstrap.orig Tue Jan 16 18:58:24 2007
-+++ bootstrap Tue Jan 16 18:58:39 2007
-@@ -96,27 +96,3 @@
- $AUTOMAKE --add-missing --copy || exit $?
-
+--- bootstrap.orig 2005-01-07 01:26:26.000000000 -0800
++++ bootstrap 2007-09-22 19:46:15.000000000 -0700
+@@ -44,3 +44,3 @@
+ case $autoconf_version in
+- 2.5*)
++ 2.[56]*)
+ have_autoconf=true
+@@ -98,25 +98 @@
$AUTOCONF || exit $?
-
-cd $ORIGDIR || exit $?