mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Remove bzip2 incantations since it has been part of base system since FreeBSD 4.4.
PR: ports/88984 Submitted by: edwin Approved by: maintainer timeout (2 weeks)
This commit is contained in:
parent
490bf2bc71
commit
807c660e04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149934
@ -62,9 +62,6 @@ PAPERSIZE?= letter
|
|||||||
# Build and install all filter apsfilter knows about (rather expensive)
|
# Build and install all filter apsfilter knows about (rather expensive)
|
||||||
#
|
#
|
||||||
# all needed decompression utilities
|
# all needed decompression utilities
|
||||||
.if !exists(/usr/bin/bzip2)
|
|
||||||
RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2
|
|
||||||
.endif
|
|
||||||
RUN_DEPENDS+= melt:${PORTSDIR}/archivers/freeze
|
RUN_DEPENDS+= melt:${PORTSDIR}/archivers/freeze
|
||||||
RUN_DEPENDS+= lzop:${PORTSDIR}/archivers/lzop
|
RUN_DEPENDS+= lzop:${PORTSDIR}/archivers/lzop
|
||||||
# all needed "ASCII to ps" filter utilities
|
# all needed "ASCII to ps" filter utilities
|
||||||
|
3
print/apsfilter/scripts/configure
vendored
3
print/apsfilter/scripts/configure
vendored
@ -136,9 +136,6 @@ while [ "$1" ]; do
|
|||||||
echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba
|
echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba
|
||||||
;;
|
;;
|
||||||
\"BZIP2\")
|
\"BZIP2\")
|
||||||
if [ ! -x /usr/bin/bzip2 ]; then
|
|
||||||
echo RUN_DEPENDS+=bunzip2:${PORTSDIR}/archivers/bzip2
|
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
\"FREEZE\")
|
\"FREEZE\")
|
||||||
echo RUN_DEPENDS+=melt:${PORTSDIR}/archivers/freeze
|
echo RUN_DEPENDS+=melt:${PORTSDIR}/archivers/freeze
|
||||||
|
Loading…
Reference in New Issue
Block a user