From owner-svn-ports-all@FreeBSD.ORG Sat Jun 28 14:19:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2C2692B; Sat, 28 Jun 2014 14:19:13 +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 AF4392AA1; Sat, 28 Jun 2014 14:19:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5SEJDWh088540; Sat, 28 Jun 2014 14:19:13 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5SEJCJa088534; Sat, 28 Jun 2014 14:19:12 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201406281419.s5SEJCJa088534@svn.freebsd.org> From: "Jason E. Hale" Date: Sat, 28 Jun 2014 14:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359701 - in head/graphics/libpgf: . 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2014 14:19:14 -0000 Author: jhale Date: Sat Jun 28 14:19:12 2014 New Revision: 359701 URL: http://svnweb.freebsd.org/changeset/ports/359701 QAT: https://qat.redports.org/buildarchive/r359701/ Log: - Update to 6.14.12 - USES=libtool, drop .la file - Strip binaries Added: head/graphics/libpgf/files/patch-configure.ac (contents, props changed) head/graphics/libpgf/files/patch-src__Makefile.am (contents, props changed) Modified: head/graphics/libpgf/Makefile head/graphics/libpgf/distinfo head/graphics/libpgf/pkg-plist Modified: head/graphics/libpgf/Makefile ============================================================================== --- head/graphics/libpgf/Makefile Sat Jun 28 13:48:54 2014 (r359700) +++ head/graphics/libpgf/Makefile Sat Jun 28 14:19:12 2014 (r359701) @@ -1,23 +1,26 @@ # $FreeBSD$ PORTNAME= libpgf -PORTVERSION= 6.12.24 +PORTVERSION= 6.14.12 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-latest/ \ SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Progressive Graphics Format (PGF) library LICENSE= LGPL21 +USES= dos2unix libtool USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf USE_LDCONFIG= yes -LIBTOOLIZE_ARGS=--copy --force +DOS2UNIX_FILES= configure.ac +LIBTOOLIZE_ARGS=--copy --force --quiet AUTOMAKE_ARGS= --add-missing --copy ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/graphics/libpgf/distinfo ============================================================================== --- head/graphics/libpgf/distinfo Sat Jun 28 13:48:54 2014 (r359700) +++ head/graphics/libpgf/distinfo Sat Jun 28 14:19:12 2014 (r359701) @@ -1,2 +1,2 @@ -SHA256 (libpgf-6.12.24-src.tar.gz) = cac10171df721accccee347990f7385f62932b2c456519bb8b87c4cd6974f973 -SIZE (libpgf-6.12.24-src.tar.gz) = 1219261 +SHA256 (libpgf-src-6.14.12.tar.gz) = bda5995d80762966a25fca3f6a9821f4458657aa87d8631c014c166ae09258eb +SIZE (libpgf-src-6.14.12.tar.gz) = 91154 Added: head/graphics/libpgf/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpgf/files/patch-configure.ac Sat Jun 28 14:19:12 2014 (r359701) @@ -0,0 +1,18 @@ +--- ./configure.ac.orig 2014-06-28 10:01:19.000000000 -0400 ++++ ./configure.ac 2014-06-28 10:01:19.000000000 -0400 +@@ -1,4 +1,6 @@ +-AC_INIT(src/PGFimage.cpp) ++AC_INIT(libpgf, 6.14.12) ++AC_CONFIG_SRCDIR(src/PGFimage.cpp) ++AM_INIT_AUTOMAKE + + dnl The library interface version + dnl see documentation for versioning in the libtool manual +@@ -24,7 +26,6 @@ + + AC_SUBST(PACKAGE_RELEASE) + +-AM_INIT_AUTOMAKE(libpgf,6.14.12) + AC_PROG_LIBTOOL + AC_CONFIG_HEADERS( config.h ) + AC_PROG_CXX Added: head/graphics/libpgf/files/patch-src__Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpgf/files/patch-src__Makefile.am Sat Jun 28 14:19:12 2014 (r359701) @@ -0,0 +1,8 @@ +--- ./src/Makefile.am.orig 2014-06-28 10:04:21.000000000 -0400 ++++ ./src/Makefile.am 2014-06-28 10:04:35.000000000 -0400 +@@ -1,4 +1,4 @@ +-INCLUDES = -I$(top_srcdir)/include # @PGFCODEC_CFLAGS@ ++AM_CPPFLAGS = -I$(top_srcdir)/include # @PGFCODEC_CFLAGS@ + + lib_LTLIBRARIES = libpgf.la + libpgf_la_LDFLAGS = -version-info @INTERFACE_VERSION@ Modified: head/graphics/libpgf/pkg-plist ============================================================================== --- head/graphics/libpgf/pkg-plist Sat Jun 28 13:48:54 2014 (r359700) +++ head/graphics/libpgf/pkg-plist Sat Jun 28 14:19:12 2014 (r359701) @@ -3,8 +3,8 @@ include/libpgf/PGFplatform.h include/libpgf/PGFstream.h include/libpgf/PGFtypes.h lib/libpgf.a -lib/libpgf.la lib/libpgf.so lib/libpgf.so.6 +lib/libpgf.so.6.0.11 libdata/pkgconfig/libpgf.pc @dirrm include/libpgf