diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-09-30 12:28:26 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-09-30 12:28:26 +0000 |
commit | 67eb00ba41d54762933bef29d307879f87ec2a16 (patch) | |
tree | 8901e20b698721ae14ddefd27c9d644b9fb55366 /net/xboxproxy/files/patch-configure | |
parent | This is deprecated. (diff) |
Remove expired ports:
2014-08-31 net/libnet10: Superseded by net/libnet
2014-09-30 net/despoof: Depends on expired net/libnet10
2014-09-30 sysutils/gpkgdep: Requires old pkg_info
2014-09-30 security/vida: Depends on expired net/libnet10
2014-09-30 net/nemesis: Depends on expired net/libnet10
2014-09-30 net-mgmt/sing: Depends on expired net/libnet10
2014-09-30 net-mgmt/gps: Depends on expired net/libnet10
2014-09-30 net/ttlscan: Depends on expired net/libnet10
2014-09-30 security/zombiezapper: Depends on expired net/libnet10
2014-09-30 dns/dnshijacker: Depends on expired net/libnet10
2014-09-30 net/xboxproxy: Depends on expired net/libnet10
2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10
2014-09-30 net-mgmt/angst: Depends on expired net/libnet10
2014-09-30 security/py-otr: Abandoned upstream
2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version
Notes
Notes:
svn path=/head/; revision=369592
Diffstat (limited to 'net/xboxproxy/files/patch-configure')
-rw-r--r-- | net/xboxproxy/files/patch-configure | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net/xboxproxy/files/patch-configure b/net/xboxproxy/files/patch-configure deleted file mode 100644 index 709d3a1753e6..000000000000 --- a/net/xboxproxy/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ ---- ./configure.orig Thu Oct 6 23:51:26 2005 -+++ ./configure Wed Sep 27 17:29:04 2006 -@@ -2867,7 +2867,7 @@ - - # Checks for libraries. - LIBNET_LDFLAGS="`libnet-config --libs`" --LIBNET_CFLAGS="`libnet-config --defines` -D__GLIBC__" -+LIBNET_CFLAGS="`libnet-config --defines` `libnet-config --cflags` -D__GLIBC__" - - # Checks for header files. - -@@ -5111,19 +5111,7 @@ - as_ac_File=`echo "ac_cv_file_${dirname}/lib/libnet.a" | $as_tr_sh` - echo "$as_me:$LINENO: checking for ${dirname}/lib/libnet.a" >&5 - echo $ECHO_N "checking for ${dirname}/lib/libnet.a... $ECHO_C" >&6 --if eval "test \"\${$as_ac_File+set}\" = set"; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- test "$cross_compiling" = yes && -- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 --echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} -- { (exit 1); exit 1; }; } --if test -r "${dirname}/lib/libnet.a"; then -- eval "$as_ac_File=yes" --else -- eval "$as_ac_File=no" --fi --fi -+eval "$as_ac_File=yes" - echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 - echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 - if test `eval echo '${'$as_ac_File'}'` = yes; then |