diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:35:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:35:17 +0000 |
commit | b7d7206e331ee8ea7c04edf9d67d31e3c2200f2e (patch) | |
tree | 8af93908ea781b500c84a3f66c1a7e07b1642782 /security/hostsentry/files/patch-Makefile | |
parent | The modules in the Python standard library don't provide a way to upload large (diff) |
Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware
Leave java/tya in for now, as it has outstanding PRs.
Diffstat (limited to 'security/hostsentry/files/patch-Makefile')
-rw-r--r-- | security/hostsentry/files/patch-Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/security/hostsentry/files/patch-Makefile b/security/hostsentry/files/patch-Makefile deleted file mode 100644 index 4e1a0d7c276b..000000000000 --- a/security/hostsentry/files/patch-Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.orig Thu Mar 25 23:06:01 1999 -+++ Makefile Sat Jul 3 22:03:13 2004 -@@ -4,7 +4,8 @@ - # - # $Id: Makefile,v 1.4 1999/03/22 05:32:24 crowland Exp crowland $ - --INSTALLDIR = /usr/local/abacus/hostsentry -+INSTALLDIR = /usr/local/lib/hostsentry -+CONFIGDIR = /usr/local/etc/hostsentry - - - all: -@@ -20,8 +21,13 @@ - @echo "Installing HostSentry in: $(INSTALLDIR)" - install -d -g 0 -o root -m 0700 $(INSTALLDIR) - install -d -g 0 -o root -m 0700 $(INSTALLDIR)/modules -- install -g 0 -o root -m 0700 host* $(INSTALLDIR) -+ install -g 0 -o root -m 0700 host*.py $(INSTALLDIR) - install -g 0 -o root -m 0700 module* $(INSTALLDIR)/modules -+ install -d -g 0 -o root -m 0700 $(CONFIGDIR) -+ install -g 0 -o root -m 0600 hostsentry.action $(CONFIGDIR)/hostsentry.action-dist -+ install -g 0 -o root -m 0600 hostsentry.conf $(CONFIGDIR)/hostsentry.conf-dist -+ install -g 0 -o root -m 0600 hostsentry.ignore $(CONFIGDIR)/hostsentry.ignore-dist -+ install -g 0 -o root -m 0600 hostsentry.modules $(CONFIGDIR)/hostsentry.modules-dist - @echo "" - @echo "" - |