diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-28 15:18:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-28 15:18:01 +0000 |
commit | 0589441975b3438e4e13934bf90a44f7ee7a09bd (patch) | |
tree | 4582e84bcc5b00e1ce2d8a22a7a086927967539f /archivers/ucl | |
parent | 04df6dcb62019c6859bb5f083967082507ec5452 (diff) | |
download | ports-0589441975b3438e4e13934bf90a44f7ee7a09bd.tar.gz ports-0589441975b3438e4e13934bf90a44f7ee7a09bd.zip |
Notes
Diffstat (limited to 'archivers/ucl')
-rw-r--r-- | archivers/ucl/Makefile | 2 | ||||
-rw-r--r-- | archivers/ucl/distinfo | 2 | ||||
-rw-r--r-- | archivers/ucl/files/patch-configure | 27 | ||||
-rw-r--r-- | archivers/ucl/pkg-plist | 4 |
4 files changed, 7 insertions, 28 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index a27061a5436d..d247459a6967 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ucl -PORTVERSION= 1.01 +PORTVERSION= 1.02 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ diff --git a/archivers/ucl/distinfo b/archivers/ucl/distinfo index 746c51c2bfab..5bc997f699a7 100644 --- a/archivers/ucl/distinfo +++ b/archivers/ucl/distinfo @@ -1 +1 @@ -MD5 (ucl-1.01.tar.gz) = 1152323cd54eee905b3a9423ff43c373 +MD5 (ucl-1.02.tar.gz) = e35efd120104c522acfd0e1a5c3ec091 diff --git a/archivers/ucl/files/patch-configure b/archivers/ucl/files/patch-configure index 02ec444baa9f..cf300f200380 100644 --- a/archivers/ucl/files/patch-configure +++ b/archivers/ucl/files/patch-configure @@ -1,18 +1,6 @@ - -$FreeBSD$ - ---- configure.orig Wed Jan 2 18:17:42 2002 -+++ configure Fri Aug 30 14:53:55 2002 -@@ -1853,7 +1853,7 @@ - fi - else - if test "$GCC" = yes; then -- CFLAGS="-O2" -+# CFLAGS="-O2" - else - CFLAGS= - fi -@@ -6986,6 +6986,7 @@ +--- configure.orig Thu Dec 18 17:29:13 2003 ++++ configure Sun Dec 28 16:09:13 2003 +@@ -19857,6 +19857,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -20,12 +8,3 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9685,7 +9686,7 @@ - if test "X$enable_debug" = Xyes; then - CFLAGS_O="$CFLAGS_O -O0" - else -- CFLAGS_O="$CFLAGS_O -O2" -+# CFLAGS_O="$CFLAGS_O -O2" - fi - CFLAGS_W="$CFLAGS_W -Wall" - case $host_cpu in diff --git a/archivers/ucl/pkg-plist b/archivers/ucl/pkg-plist index 4b30d23fd41e..743e62b8a848 100644 --- a/archivers/ucl/pkg-plist +++ b/archivers/ucl/pkg-plist @@ -1,10 +1,10 @@ bin/uclpack include/ucl/ucl.h +include/ucl/ucl_asm.h include/ucl/uclconf.h -include/ucl/uclutil.h lib/libucl.a lib/libucl.so -lib/libucl.so.0 +lib/libucl.so.1 %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% |