diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-04-18 22:25:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-04-18 22:25:41 +0000 |
commit | 48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79 (patch) | |
tree | 5509f9ae2d797f02944d429c11a7b43a3c3d2cf3 /net/cap/files/patch-af | |
parent | Repair pkg-plist to remove directories created by NLS option. (diff) |
Remove most expired ports:
2011-04-17 cad/tclspice: has been broken for more than a year
2011-04-17 comms/hcfmdm: does not compile on 7.X or higher
2011-04-17 databases/mysqlcc: has been broken for almost a year
2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/lamson: has been broken for a half year
2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer
2011-04-17 devel/djgpp-gcc: has been broken for half a year
2011-04-17 devel/gauche-sdl: has been broken for a year
2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up
2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer
2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer
2011-04-17 graphics/libvisual-plugins: has been broken for 3 years
2011-04-17 japanese/roundcube: has been broken for almost a year
2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer
2011-04-17 lang/u++: has been broken for over a half year
2011-04-17 lang/pugs: has been broken for over a year
2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer
2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer
2011-04-17 math/R-cran-igraph: has been broken for over a half year
2011-04-17 misc/ftree: has been broken for over a half year
2011-04-17 multimedia/katchtv: has been broken for a half year
2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year
2011-04-17 multimedia/banshee-mirage: has been broken for over a half year
2011-04-17 net-p2p/trackerbt: has been broken for a half year
2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer
2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer
2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer
2011-04-17 net/penguintv: has been broken for a half year
2011-04-17 news/openftd: has been broken for almost a year
2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer
2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer
2011-04-17 science/elmer-fem: has been broken for over a year
2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer
2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer
2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer
2011-04-17 security/f-protd: has been broken for over a year
2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer
2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer
2011-04-17 www/bricolage: has been broken for a half year
2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year
2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year
2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year
2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year
2011-04-17 x11/metisse: has been broken for over a half year
Notes
Notes:
svn path=/head/; revision=272897
Diffstat (limited to 'net/cap/files/patch-af')
-rw-r--r-- | net/cap/files/patch-af | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/net/cap/files/patch-af b/net/cap/files/patch-af deleted file mode 100644 index 3b7d69762816..000000000000 --- a/net/cap/files/patch-af +++ /dev/null @@ -1,73 +0,0 @@ ---- etc/list-cap-servers.orig Mon Nov 25 13:11:46 1996 -+++ etc/list-cap-servers Mon Nov 25 13:22:07 1996 -@@ -1,2 +1,2 @@ - #! /bin/sh --ps agx | egrep ':[0-9][0-9]( | [^ ]*/)(atalkrd|atis|aufs|lwsrv|lwrename|printqueue)( |$)' -+ps ax | egrep '[0-9][0-9]( | [^ ]*/)(atalkrd|atis|aufs|lwsrv|lwrename|printqueue|snitch|aarpd)( |$)' ---- etc/start-cap-servers.orig Tue Nov 26 02:38:32 1996 -+++ etc/start-cap-servers Tue Nov 26 02:49:03 1996 -@@ -1,11 +1,12 @@ - #!/bin/sh - --### sample start servers file (copy to /usr/local/lib) --### start from '/etc/rc.local' -+### sample start servers file (copy to /usr/local/etc/rc.d -+### as start-cap-servers.sh or something. And /etc/rc will automatically -+### execute this script.) - --LOGd=/usr/tmp -+LOGd=/var/log - LOGf=/dev/null --CAP=/usr/local/cap -+CAP=/usr/local/sbin - LIB=/usr/local/lib/cap - - LWARGS="-a ${LIB}/procsets -f ${LIB}/LW+Fonts" -@@ -19,7 +20,7 @@ - # - # Otherwise start aarpd first for Native EtherTalk - # --# ${CAP}/aarpd "interface" "zone" -+${CAP}/aarpd "interface" "zone" - - # - # Or capd for Kernel AppleTalk under Linux -@@ -34,12 +35,12 @@ - # - # Make this 15 seconds if using aarpd - # --sleep 5 -+sleep 15 - --${CAP}/snitch -S -f "SUN 4 SunOS 4.0 UNIX" -l lwsrv -+${CAP}/snitch -S -f "`uname -s -r` UNIX" -l lwsrv - ${CAP}/lwsrv -n "Technical Services Spool" -p lw.tsa ${LWARGS} - - # if CAP compiled with FIXED_DIRIDS then start AFP ID server first - # ${CAP}/afpidsrvr -l ${LOGd}/afpidsrvr.log - --${CAP}/aufs -U 20 -V ${LIB}/afpvols -l ${LOGf} -n `hostname` -+${CAP}/aufs -U 20 -V ${LIB}/afpvols -F ${LIB}/afpfile -l ${LOGf} -n `hostname` ---- etc/kill-cap-servers.orig Mon Nov 25 16:16:13 1996 -+++ etc/kill-cap-servers Mon Nov 25 16:21:11 1996 -@@ -1,17 +1,17 @@ - #! /bin/sh - TEMP=/tmp/kcs$$ - trap "rm -f $TEMP" 1 2 3 15 --ps agx | egrep ':[0-9][0-9]( | [^ ]*/)(atalkrd|atis|aufs|lwsrv|lwrename|printqueue)( |$)' > $TEMP -+ps ax | egrep '[0-9][0-9]( | [^ ]*/)(atalkrd|atis|aufs|lwsrv|lwrename|printqueue|snitch|aarpd)( |$)' > $TEMP - cat $TEMP - echo -n 'Kill [ny]? ' - read reply junk - if [ X${reply-n} = Xy ] ; then - echo Killing... -- AUFS=`egrep ':[0-9][0-9]( | [^ ]*/)aufs( |$)' $TEMP | awk '{print $1}'` -+ AUFS=`egrep '[0-9][0-9]( | [^ ]*/)aufs( |$)' $TEMP | awk '{print $1}'` - if [ x"$AUFS" != x ]; then - kill -HUP $AUFS - fi -- kill `egrep -v ':[0-9][0-9]( | [^ ]*/)aufs( |$)' $TEMP | awk '{print $1}'` -+ kill `egrep -v '[0-9][0-9]( | [^ ]*/)aufs( |$)' $TEMP | awk '{print $1}'` - else - echo Cancelled... - fi |