Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 20:32:03 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368520 - in head/graphics/libpano12: . files
Message-ID:  <201409182032.s8IKW3cJ048055@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409182032.s8IKW3cJ048055>