diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-12-15 14:32:28 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-12-15 14:32:28 +0000 |
commit | 889cc3b54407c57b5953ac794183d6d0d45cb10a (patch) | |
tree | 0dcaedb518ebc1200a3025f072a639227cc4d003 /security/opieprint/files/patch-opieprint | |
parent | Update to 1.1.1 (diff) |
Remove expired ports:
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-08 security/opieprint: No more active upstream
2013-12-08 security/bubblegum: No more active upstream
2013-12-08 security/snortsms: Not active since several years.
2013-12-08 sysutils/hammerhead: Development no more active
2013-12-13 net-p2p/libtorrent-rasterbar-15-python: Unusable, development ceased
2013-12-13 graphics/openexr_ctl: Now distributed with ampasCTL-1.5
Diffstat (limited to 'security/opieprint/files/patch-opieprint')
-rw-r--r-- | security/opieprint/files/patch-opieprint | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/security/opieprint/files/patch-opieprint b/security/opieprint/files/patch-opieprint deleted file mode 100644 index f59b43f0289e..000000000000 --- a/security/opieprint/files/patch-opieprint +++ /dev/null @@ -1,25 +0,0 @@ ---- opieprint.orig Sat Aug 28 13:15:12 2004 -+++ opieprint Sat Aug 28 13:20:52 2004 -@@ -25,11 +25,11 @@ - - ########################## Configurable Parameters ####################### - --$dir="/usr/local/bin"; # dir containing opieinfo & opiekey -+$dir="/usr/bin"; # dir containing opieinfo & opiekey - - ########################################################################## - --$ENV{'PATH'}='/bin:/usr/bin:/usr/ucb'; -+$ENV{'PATH'}='/bin:/usr/bin'; - $|=1; # unbuffer stdout - - $max = 100; # default max seq number is 100 -@@ -49,7 +49,7 @@ - } - - # get user from: cmdline or ENV or getlogin --$username = $ARGV[0] || $ENV{'USER'} || $ENV{'LOGNAME'} || getlogin(); -+$username = $ARGV[0]; # || $ENV{'USER'} || $ENV{'LOGNAME'} || getlogin(); - $username =~ /(\w+)/; - $username = $1; - |