summaryrefslogtreecommitdiff
path: root/sysutils/apt/files/patch-dselect_update
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-01-15 09:48:22 +0000
committerRene Ladan <rene@FreeBSD.org>2017-01-15 09:48:22 +0000
commit74d31b8a6e52ab35c05047fd2c7758a2d216fede (patch)
treea07cbf63102e8f45905f8e2ab5b888ddbc6ef376 /sysutils/apt/files/patch-dselect_update
parentMk/Uses/mysql.mk: Remove EoL-ed MySQL 5.1 (diff)
Remove expired ports:
2017-01-15 net/cyphesis: Does not compile on FreeBSD 10+ 2017-01-15 net/gpxe: does not build on FreeBSD 10.x and later 2017-01-15 net/openospfd: requires old CARP implementation (interface layer) 2017-01-15 security/openbsm-devel: is not needed under FreeBSD 10.x or higher 2017-01-15 security/ssh-copy-id: is already in the base system 2017-01-15 sysutils/apt: does not build on 10+ 2017-01-15 archivers/tclmkziplib: Abandonware, please use bundled zlib package [http://tcl.tk/man/tcl8.6/TclCmd/zlib.htm] 2017-01-15 x11-drivers/drm-kmod: this port is only for 9.3 systems 2017-01-15 audio/xmms-openspc: does not build on FreeBSD 10.x and later 2017-01-15 audio/aureal-kmod: does not build (and fetch) 2017-01-15 emulators/doscmd: does not build (accesses field of opaque structure)
Notes
Notes: svn path=/head/; revision=431540
Diffstat (limited to 'sysutils/apt/files/patch-dselect_update')
-rw-r--r--sysutils/apt/files/patch-dselect_update20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/apt/files/patch-dselect_update b/sysutils/apt/files/patch-dselect_update
deleted file mode 100644
index 48481eb0bff9..000000000000
--- a/sysutils/apt/files/patch-dselect_update
+++ /dev/null
@@ -1,20 +0,0 @@
---- dselect/update.orig Thu Mar 2 06:06:31 2006
-+++ dselect/update Wed Oct 25 15:20:34 2006
-@@ -7,13 +7,13 @@
- # Get the configuration from /etc/apt/apt.conf
- CLEAN="prompt"
- OPTS="-f"
--APTGET="/usr/bin/apt-get"
--APTCACHE="/usr/bin/apt-cache"
--DPKG="/usr/bin/dpkg"
-+APTGET="@PREFIX@/bin/apt-get"
-+APTCACHE="@PREFIX@/bin/apt-cache"
-+DPKG="@LOCALBASE@/bin/dpkg"
- DPKG_OPTS="--admindir=$1"
- APT_OPT0="-oDir::State::status=$1/status"
- APT_OPT1="-oDPkg::Options::=$DPKG_OPTS"
--CACHEDIR="/var/cache/apt"
-+CACHEDIR="@APTDIR@/cache"
- PROMPT="false"
- RES=`apt-config shell CLEAN DSelect::Clean OPTS DSelect::UpdateOptions \
- DPKG Dir::Bin::dpkg/f APTGET Dir::Bin::apt-get/f \