Remove explicit checks for /usr/bin/bzip2.

This has been part of the base OS since 4.4.
This commit is contained in:
Edwin Groothuis 2005-11-14 10:56:29 +00:00
parent 08971ff8e2
commit b460bd6543
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148214
11 changed files with 0 additions and 37 deletions

View file

@ -17,9 +17,6 @@ COMMENT= Dynamic Adaptive Compression Tool
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
lzo.1:${PORTSDIR}/archivers/lzo lzo.1:${PORTSDIR}/archivers/lzo
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
USE_GETOPT_LONG= yes USE_GETOPT_LONG= yes
USE_GMAKE= yes USE_GMAKE= yes

View file

@ -18,10 +18,6 @@ COMMENT= Transparently handles automatic compression and decompression of files
#LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl #LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
USE_LIBLTDL= yes USE_LIBLTDL= yes
USE_GNOME= gnomehack gnometarget pkgconfig USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL_VER= 15 USE_LIBTOOL_VER= 15

View file

@ -15,9 +15,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= The Red Hat Package Manager COMMENT= The Red Hat Package Manager
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
CONFLICTS= rpm-4.* CONFLICTS= rpm-4.*

View file

@ -29,10 +29,6 @@ USE_PYDISTUTILS= yes
PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
post-patch: post-patch:
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py

View file

@ -50,9 +50,6 @@ CONFIGURE_ARGS+= --disable-geoip
.if !defined(WITHOUT_BZIP2) .if !defined(WITHOUT_BZIP2)
CONFIGURE_ARGS+= --enable-bzip2 CONFIGURE_ARGS+= --enable-bzip2
.if !exists(/usr/bin/bzip2)
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
.endif .endif
post-install: post-install:

View file

@ -16,10 +16,6 @@ COMMENT= Image viewer
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \ png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff tiff.4:${PORTSDIR}/graphics/tiff
RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip
.if !exists(/usr/bin/bzip2)
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
USE_GNOME= gtk12 gnometarget USE_GNOME= gtk12 gnometarget
USE_REINPLACE= yes USE_REINPLACE= yes

View file

@ -17,9 +17,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A server framework COMMENT= A server framework
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config

View file

@ -33,9 +33,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/lha:${PORTSDIR}/archivers/lha \
.if !defined(WITHOUT_AMAVIS_VSCAN) .if !defined(WITHOUT_AMAVIS_VSCAN)
BUILD_DEPENDS+= ${LOCALBASE}/bin/uvscan:${PORTSDIR}/security/vscan BUILD_DEPENDS+= ${LOCALBASE}/bin/uvscan:${PORTSDIR}/security/vscan
.endif .endif
.if !exists(/usr/bin/bzip2)
BUILD_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2
.endif
RUN_DEPENDS= ${BUILD_DEPENDS} RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -42,10 +42,6 @@ do-install:
# Correctly depend upon bzip2 if necessary # Correctly depend upon bzip2 if necessary
.ifdef(WITH_BZIP2) .ifdef(WITH_BZIP2)
. if !exists(/usr/bin/bzip2)
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
. endif
EXTRA_PATCHES+= ${FILESDIR}/extra-bzip2-patch-dolly.c EXTRA_PATCHES+= ${FILESDIR}/extra-bzip2-patch-dolly.c
.endif .endif

View file

@ -16,9 +16,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= stow Enhancement Script COMMENT= stow Enhancement Script
RUN_DEPENDS= stow:${PORTSDIR}/sysutils/stow RUN_DEPENDS= stow:${PORTSDIR}/sysutils/stow
.if !exists(/usr/bin/bzip2)
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
.endif
USE_PERL5= yes USE_PERL5= yes
USE_GMAKE= yes USE_GMAKE= yes

View file

@ -16,9 +16,6 @@ COMMENT= A configuration tool for Window Maker
LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker
RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
.if !exists(/usr/bin/bzip2)
RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2
.endif
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GNOME= gnomehier gnometarget gtk20 USE_GNOME= gnomehier gnometarget gtk20