Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2014 14:19:12 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359701 - in head/graphics/libpgf: . files
Message-ID:  <201406281419.s5SEJCJa088534@svn.freebsd.org>

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



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