mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Update to to 0.10.82
PR: 55038 Submitted by: maintainer Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
323b1a6867
commit
d356e676f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85901
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= zziplib
|
||||
PORTVERSION= 0.10.76
|
||||
PORTVERSION= 0.10.82
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -14,8 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= sysadmin@alexdupre.com
|
||||
COMMENT= A library to provide transparent read access to zipped files
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-transform-name="s/$$//"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zziplib-0.10.76.tar.gz) = 4f9b42054ecfd1639c3f82bbdf778feb
|
||||
MD5 (zziplib-0.10.82.tar.bz2) = a6538f6c44ceeed0ed7e8e356f444168
|
||||
|
10
devel/zziplib/files/patch-configure
Normal file
10
devel/zziplib/files/patch-configure
Normal file
@ -0,0 +1,10 @@
|
||||
--- configure.orig Wed May 14 12:33:56 2003
|
||||
+++ configure Wed May 14 12:34:08 2003
|
||||
@@ -7332,6 +7332,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -4,7 +4,6 @@ bin/zzip-config
|
||||
bin/zzxorcat
|
||||
bin/zzxorcopy
|
||||
bin/zzxordir
|
||||
include/zzip-file.h
|
||||
include/zzip-io.h
|
||||
include/zzip.h
|
||||
include/zzipformat.h
|
||||
@ -20,18 +19,14 @@ include/zzip/plugin.h
|
||||
include/zzip/stdint.h
|
||||
include/zzip/wrap.h
|
||||
include/zzip/zzip.h
|
||||
lib/libzzip-0.so
|
||||
lib/libzzip-0.so.10
|
||||
lib/libzzip.a
|
||||
lib/libzzip.la
|
||||
lib/libzzip.so
|
||||
lib/libzzipwrap-0.so
|
||||
lib/libzzipwrap-0.so.10
|
||||
lib/libzzip.so.10
|
||||
lib/libzzipwrap.a
|
||||
lib/libzzipwrap.la
|
||||
lib/libzzipwrap.so
|
||||
lib/pkgconfig/zzip-zlib-config.pc
|
||||
lib/pkgconfig/zziplib.pc
|
||||
lib/pkgconfig/zzipwrap.pc
|
||||
lib/libzzipwrap.so.10
|
||||
libdata/pkgconfig/zzip-zlib-config.pc
|
||||
libdata/pkgconfig/zziplib.pc
|
||||
libdata/pkgconfig/zzipwrap.pc
|
||||
share/aclocal/zziplib.m4
|
||||
@dirrm include/zzip
|
||||
@unexec rmdir %D/lib/pkgconfig 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user