svn commit: r368520 - in head/graphics/libpano12: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 18 20:32:03 UTC 2014


Author: tijl
Date: Thu Sep 18 20:32:02 2014
New Revision: 368520
URL: http://svnweb.freebsd.org/changeset/ports/368520
QAT: https://qat.redports.org/buildarchive/r368520/

Log:
  Convert to USES=autoreconf and add INSTALL_TARGET=install-strip

Deleted:
  head/graphics/libpano12/files/patch-bootstrap
Modified:
  head/graphics/libpano12/Makefile

Modified: head/graphics/libpano12/Makefile
==============================================================================
--- head/graphics/libpano12/Makefile	Thu Sep 18 20:20:32 2014	(r368519)
+++ head/graphics/libpano12/Makefile	Thu Sep 18 20:32:02 2014	(r368520)
@@ -8,7 +8,7 @@
 
 PORTNAME=	libpano12
 PORTVERSION=	2.8.6
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics java
 MASTER_SITES=	SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -21,9 +21,7 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 
 USE_GNOME=	gtk20 glib20 pango atk
 
-USES=		libtool
-USE_AUTOTOOLS=	autoconf:env autoheader:env aclocal:env \
-		automake:env libtoolize
+USES=		autoreconf libtool
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include/gtk-2.0 \
 		-I${LOCALBASE}/include/glib-2.0 \
@@ -33,6 +31,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include/gtk-2.
 CONFIGURE_ARGS=	--with-png=${LOCALBASE} \
 		--with-jpeg=${LOCALBASE} \
 		--with-tiff=${LOCALBASE}
+INSTALL_TARGET=	install-strip
 
 USE_LDCONFIG=	yes
 
@@ -45,7 +44,4 @@ CONFIGURE_ARGS+=	--with-java=${JAVA_HOME
 CONFIGURE_ARGS+=	--without-java
 .endif
 
-pre-configure:
-	cd ${WRKSRC} && ./bootstrap
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list