diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-06-26 22:58:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-06-26 22:58:32 +0000 |
commit | b2fd75e43812932b61dab72c80fedba5f9715b82 (patch) | |
tree | c06ec55813ad4aa528be251b248e0309e8332282 /archivers | |
parent | 061c49565fbb5c5cfff7bc561b07c79fbade8f24 (diff) | |
download | ports-b2fd75e43812932b61dab72c80fedba5f9715b82.tar.gz ports-b2fd75e43812932b61dab72c80fedba5f9715b82.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libcomprex/Makefile | 9 | ||||
-rw-r--r-- | archivers/sectar/files/patch-aa | 11 |
2 files changed, 6 insertions, 14 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index a37eed4e276e..2c486ee7aa36 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -8,6 +8,7 @@ PORTNAME= libcomprex PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnupdate @@ -16,14 +17,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Transparently handles automatic compression and decompression of files LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ - curl.2:${PORTSDIR}/ftp/curl + curl.2:${PORTSDIR}/ftp/curl \ + ltdl.4:${PORTSDIR}/devel/libltdl .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif -USE_LIBTOOL= yes -LIBTOOLFLAGS= # none +GNU_CONFIGURE= yes +# USE_LIBTOOL= yes +# LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lintl" INSTALLS_SHLIB= yes diff --git a/archivers/sectar/files/patch-aa b/archivers/sectar/files/patch-aa deleted file mode 100644 index 53d49f3462b8..000000000000 --- a/archivers/sectar/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Feb 2 16:22:29 2001 -+++ configure Sun Feb 4 01:17:10 2001 -@@ -2153,7 +2153,7 @@ - objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ - deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $lt_target \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $lt_target \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig |