From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 20:32:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84D4557C; Thu, 18 Sep 2014 20:32:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FA18FA0; Thu, 18 Sep 2014 20:32:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IKW3Bu048056; Thu, 18 Sep 2014 20:32:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IKW3cJ048055; Thu, 18 Sep 2014 20:32:03 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409182032.s8IKW3cJ048055@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 18 Sep 2014 20:32:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368520 - in head/graphics/libpano12: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 20:32:03 -0000 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