- Update to 6.14.12
- USES=libtool, drop .la file - Strip binaries
This commit is contained in:
parent
95c4b91f35
commit
e72b6fca10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359701
5 changed files with 35 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
18
graphics/libpgf/files/patch-configure.ac
Normal file
18
graphics/libpgf/files/patch-configure.ac
Normal file
|
@ -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
|
8
graphics/libpgf/files/patch-src__Makefile.am
Normal file
8
graphics/libpgf/files/patch-src__Makefile.am
Normal file
|
@ -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@
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue