diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2017-01-15 09:48:22 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2017-01-15 09:48:22 +0000 |
| commit | 74d31b8a6e52ab35c05047fd2c7758a2d216fede (patch) | |
| tree | a07cbf63102e8f45905f8e2ab5b888ddbc6ef376 /sysutils/apt/files/patch-dselect_install | |
| parent | Mk/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_install')
| -rw-r--r-- | sysutils/apt/files/patch-dselect_install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sysutils/apt/files/patch-dselect_install b/sysutils/apt/files/patch-dselect_install deleted file mode 100644 index 3c724ec0df28..000000000000 --- a/sysutils/apt/files/patch-dselect_install +++ /dev/null @@ -1,17 +0,0 @@ ---- dselect/install.orig Thu Mar 2 05:28:29 2006 -+++ dselect/install Wed Oct 25 15:17:58 2006 -@@ -3,11 +3,11 @@ - # Set the textdomain for the translations using $"..." - TEXTDOMAIN="apt" - --# Get the configuration from /etc/apt/apt.conf -+# Get the configuration from @PREFIX@/etc/apt/apt.conf - CLEAN="prompt" - OPTS="-f" --APTGET="/usr/bin/apt-get" --DPKG="/usr/bin/dpkg" -+APTGET="@PREFIX@/bin/apt-get" -+DPKG="@LOCALBASE@/bin/dpkg" - DPKG_OPTS="--admindir=$1" - APT_OPT0="-oDir::State::status=$1/status" - APT_OPT1="-oDPkg::Options::=$DPKG_OPTS" |
