diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-04-18 09:10:36 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-04-18 09:10:36 +0000 |
commit | a79374b9ff465b6d07af61391a016a42a598de9b (patch) | |
tree | 3f27b950c57baaad90a823a4f74eb3a9cbe8b088 /audio/icecast/files/patch-configure | |
parent | update the Ancient Greek trained language data (diff) |
Remove expired ports:
2013-04-17 audio/icecast: Unmaintained upstream since 2004. Use audio/icecast2 instead
2013-04-18 net-im/gajim-devel: This port is outdated for two years, no distfile available. Please use net-im/gajim instead
Feature safe: yes
Diffstat (limited to 'audio/icecast/files/patch-configure')
-rw-r--r-- | audio/icecast/files/patch-configure | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/audio/icecast/files/patch-configure b/audio/icecast/files/patch-configure deleted file mode 100644 index 973e8effdc73..000000000000 --- a/audio/icecast/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Thu Apr 11 00:50:20 2002 -+++ configure Sun Dec 17 13:14:47 2006 -@@ -2113,7 +2113,7 @@ - fi - fi - --opt_readline="no" -+opt_readline="unset" - - if test "$opt_readline" = "unset"; then - if test -f "$withval/include/readline/readline.h"; then -@@ -3118,7 +3118,7 @@ - - fi - --for ac_hdr in fcntl.h sys/time.h unistd.h sys/soundcard.h machine/soundcard.h pthread.h assert.h sys/resource.h math.h signal.h sys/signal.h mcheck.h malloc.h history.h Python.h -+for ac_hdr in fcntl.h sys/time.h unistd.h sys/soundcard.h machine/soundcard.h pthread.h assert.h sys/resource.h math.h signal.h sys/signal.h mcheck.h malloc.h readline/history.h Python.h - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -3473,7 +3473,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - echo "$ac_t""nah" 1>&6 -- HAVE_SOCKLEN_T=no -+ HAVE_SOCKLEN_T=yes - fi - rm -f conftest* - |