diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-02 01:35:45 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-02 01:35:45 +0000 |
commit | a1b8c7234f3d864683b1cfabf75c94d3e69f8daa (patch) | |
tree | 58d8bed54b0e8f5b37e2efeb21a5ef5725734914 /dns/domtools/files/patch-aa | |
parent | - Mark BROKEN: does not install (diff) |
Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast Unfetchable; website rearranged
audio/linux-shoutcast Unfetchable; website rearranged
chinese/scim-chewing Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre Does not compile
deskutils/mhc Does not fetch
deskutils/org-mode.el6 Does not fetch
deskutils/gemcal Does not fetch
devel/erlang-thrift Does not build
dns/domtools Does not fetch
editors/richtext Does not compile
games/vultures-claw Does not fetch
games/bomb Does not fetch
games/lgeneral-data Bad plist
games/linux-enemyterritory-jaymod Does not fetch
games/xphotohunter Does not fetch
graphics/gimpshop Fails to patch
graphics/lightspark-devel Does not compile
graphics/xmms-plazma Does not fetch
graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt Does not fetch, fails to build with new utmpx
japanese/epic4 Some distfiles do not fetch
java/jde Does not fetch
java/kaffe Does not fetch
korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86 Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript Does not fetch
lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops Does not build
mail/itraxp Does not build
misc/tellico Leaves file behind on deinstall
net/gsambad Does not fetch
net/nocatauth-gateway Uses a UID registered to another port
net/nocatauth-server Uses a UID registered to another port
net/libosip2 Does not fetch
net/kmuddy Does not fetch
net/netboot Does not build
net-mgmt/jffnms Does not fetch
net-p2p/frostwire Does not fetch
net-p2p/azureus Does not fetch
news/cleanscore Does not fetch
news/nntpswitch Does not fetch
news/p5-NewsLib Does not fetch
russian/cyrproxy Does not fetch
science/gerris Does not fetch
security/opensaml Does not fetch
sysutils/wmbattery Does not fetch
sysutils/cpuburn No more public distfiles
textproc/tei-guidelines-p4 Does not fetch
textproc/tei-p4 Does not fetch
textproc/py-hyperestraier Does not fetch
textproc/tdtd.el Does not fetch
textproc/tei-lite Does not fetch
www/phpwiki13 Does not fetch
www/p5-Apache-Scoreboard Depends on mod_perl
www/p5-B-LexInfo Broken due the new mod_perl2 API
www/phpwiki Does not fetch
www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now
www/spip Checksum is changing daily
www/monkey Does not fetch
x11-toolkits/jdic Does not fetch
x11-toolkits/py-kde Does not compile
Diffstat (limited to 'dns/domtools/files/patch-aa')
-rw-r--r-- | dns/domtools/files/patch-aa | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/dns/domtools/files/patch-aa b/dns/domtools/files/patch-aa deleted file mode 100644 index 90627411667c..000000000000 --- a/dns/domtools/files/patch-aa +++ /dev/null @@ -1,53 +0,0 @@ ---- Makefile.orig Tue Nov 21 15:24:13 2000 -+++ Makefile Thu Jun 26 17:32:28 2003 -@@ -35,12 +35,12 @@ - # This directory is created, below, if it doesn't exist. - # "bin" will put it in $LDEST/bin. - # "bin/domtools" (my favorite) puts it in $LDEST/bin/domtools. --DOMBIN=bin/domtools -+DOMBIN=domtools/bin - #DOMBIN=bin - - # Library sub-directory under $LDEST where other files such as awk scripts should go. - # This directory is created, below, if it doesn't exist. --DOMLIB=lib/domtools -+DOMLIB=domtools/lib - - # Do you want a world-writable Zone Cache directory, or not? - # Good points: speeds up the axfr tool substantially. -@@ -103,7 +103,7 @@ - #OWNER= pab - - # Group for installing Domtools directories and files. --GROUP= bin -+GROUP= wheel - #GROUP= staff - #GROUP= oper - #GROUP= user -@@ -118,7 +118,7 @@ - # BSD-style installation command that creates missing parent dirs with "-d dir". - # You specify use Gnu Install here if you have it. - # First line is for BSD or SunOS; second is for SysV like Solaris 2. --INSTALL=install -+INSTALL=/usr/bin/install - #INSTALL=/usr/ucb/install - #INSTALL=/usr/local/gnu/bin/install - #INSTALL=/stor/gnu/aix/bin/install -@@ -148,7 +148,7 @@ - # Regardless of the name, it _must_ be a gnu-based awk. - # If you don't have gawk, get it and install it; or hosttbl,networktbl,netmasktbl - # tools won't work right. Gawk is much better than awk or nawk anyway. --GAWKPROG=gawk # many systems -+GAWKPROG=/usr/bin/awk # many systems - #GAWKPROG=awk # BSDI, Linux - #GAWKPROG=/usr/local/bin/awk - -@@ -234,7 +234,7 @@ - # (Very important for BIND 8 users, because zone file format changed) - # No, we don't want the sticky (text) bit set on this directory. - -if test $(ZONECACHEWANTED) -eq 1; then \ -- $(INSTALL) -m 777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ -+ $(INSTALL) -m 1777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ - cd $(PDEST)/$(ZONEDIR) && rm -f * > /dev/null 2>&1; \ - fi - for i in $(LIBS); do \ |