mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Update to 7.0.5 release and remove unneeded libtool hacks.
This commit is contained in:
parent
1216f50759
commit
150631b3c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288886
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= pdflib
|
||||
PORTVERSION= 7.0.4
|
||||
PORTVERSION= 7.0.5
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.pdflib.com/binaries/PDFlib/${PORTVERSION:S/.//g}/
|
||||
DISTNAME= PDFlib-Lite-${PORTVERSION}p4
|
||||
DISTNAME= PDFlib-Lite-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A C library for dynamically generating PDF
|
||||
@ -18,7 +18,7 @@ RESTRICTED= many odd restrictions on usage and distribution
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-java=no --with-py=no --with-ruby=no --with-tcl=no
|
||||
|
||||
.if defined(WITH_PERL)
|
||||
@ -38,9 +38,6 @@ PORTDOCS= *
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
CONFIGURE_ARGS+=--enable-64bit
|
||||
.endif
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|\(PDFLIB_LTCURRENT\)=6|\1=8|g" ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's^\$$(top_builddir)/libtool^${LIBTOOL}^' ${WRKSRC}/config/mkcommon.inc.in
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DATADIR}/fonts
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (PDFlib-Lite-7.0.4p4.tar.gz) = c62ed0407038955802e3a15f11724e31bd1f232e1e65ad0bcf23022174c04f4f
|
||||
SIZE (PDFlib-Lite-7.0.4p4.tar.gz) = 6264932
|
||||
SHA256 (PDFlib-Lite-7.0.5.tar.gz) = 14e76b62bb83d34600d1effe82ff15bf2f13ee660cc2db502933adeece0319fb
|
||||
SIZE (PDFlib-Lite-7.0.5.tar.gz) = 8203939
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- config/mkmainlib.inc.in.orig 2009-07-11 20:11:59.000000000 -0500
|
||||
+++ config/mkmainlib.inc.in 2009-07-11 20:12:49.000000000 -0500
|
||||
@@ -29,7 +29,7 @@
|
||||
@-if test "$(WITH_SHARED)" = "no"; then \
|
||||
cp .libs/$(MAINLIBNAME) .libs/$(MAINLIBNAME)i;\
|
||||
fi
|
||||
- $(LIBTOOL) $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir);
|
||||
+ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir);
|
||||
@-if test "$(WITH_SHARED)" = "yes"; then \
|
||||
$(LIBTOOL) -n --finish $(DESTDIR)$(libdir);\
|
||||
else\
|
@ -5,7 +5,7 @@ include/pdflib.h
|
||||
lib/libpdf.a
|
||||
lib/libpdf.la
|
||||
lib/libpdf.so
|
||||
lib/libpdf.so.8
|
||||
lib/libpdf.so.6
|
||||
%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/pdflib_pl.pm
|
||||
%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/pdflib_pl.a
|
||||
%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/pdflib_pl.la
|
||||
|
Loading…
Reference in New Issue
Block a user