mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
This commit is contained in:
parent
08971ff8e2
commit
b460bd6543
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148214
@ -17,9 +17,6 @@ COMMENT= Dynamic Adaptive Compression Tool
|
||||
|
||||
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
|
||||
lzo.1:${PORTSDIR}/archivers/lzo
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -18,10 +18,6 @@ COMMENT= Transparently handles automatic compression and decompression of files
|
||||
|
||||
#LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
||||
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
|
||||
USE_LIBLTDL= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_LIBTOOL_VER= 15
|
||||
|
@ -15,9 +15,6 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Red Hat Package Manager
|
||||
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
|
||||
CONFLICTS= rpm-4.*
|
||||
|
||||
|
@ -29,10 +29,6 @@ USE_PYDISTUTILS= yes
|
||||
|
||||
PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack
|
||||
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
LIB_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py
|
||||
|
||||
|
@ -50,9 +50,6 @@ CONFIGURE_ARGS+= --disable-geoip
|
||||
|
||||
.if !defined(WITHOUT_BZIP2)
|
||||
CONFIGURE_ARGS+= --enable-bzip2
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
@ -16,10 +16,6 @@ COMMENT= Image viewer
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
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_REINPLACE= yes
|
||||
|
@ -17,9 +17,6 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A server framework
|
||||
|
||||
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
|
||||
|
||||
|
@ -33,9 +33,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/lha:${PORTSDIR}/archivers/lha \
|
||||
.if !defined(WITHOUT_AMAVIS_VSCAN)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/uvscan:${PORTSDIR}/security/vscan
|
||||
.endif
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
BUILD_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -42,10 +42,6 @@ do-install:
|
||||
|
||||
# Correctly depend upon bzip2 if necessary
|
||||
.ifdef(WITH_BZIP2)
|
||||
. if !exists(/usr/bin/bzip2)
|
||||
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
|
||||
. endif
|
||||
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-bzip2-patch-dolly.c
|
||||
.endif
|
||||
|
||||
|
@ -16,9 +16,6 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= stow Enhancement Script
|
||||
|
||||
RUN_DEPENDS= stow:${PORTSDIR}/sysutils/stow
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -16,9 +16,6 @@ COMMENT= A configuration tool for Window Maker
|
||||
|
||||
LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker
|
||||
RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomehier gnometarget gtk20
|
||||
|
Loading…
Reference in New Issue
Block a user