diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-16 11:34:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-16 11:34:03 +0800 |
commit | c3df1e5948f116d10d6d9065b9bca3219256c74b (patch) | |
tree | 2041a4bac4cc1391eb8101dfd373eb3f10fbe356 /audio/libcddb | |
parent | c5bb212d524eeaa46704d8a4ad76fc4bff8f84ea (diff) | |
download | freebsd-ports-gnome-c3df1e5948f116d10d6d9065b9bca3219256c74b.tar.gz freebsd-ports-gnome-c3df1e5948f116d10d6d9065b9bca3219256c74b.tar.zst freebsd-ports-gnome-c3df1e5948f116d10d6d9065b9bca3219256c74b.zip |
[patch] audio/alac - cleanup non-supported FreeBSD versions
[patch] audio/grip - cleanup non-supported FreeBSD versions
[patch] audio/jack - cleanup non-supported FreeBSD versions
[patch] audio/libcddb - cleanup non-supported FreeBSD versions
PR: ports/111646, ports/111660, ports/111662, ports/111668
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Appproved by: Michael Johnson <ahze@>
Diffstat (limited to 'audio/libcddb')
-rw-r--r-- | audio/libcddb/Makefile | 9 | ||||
-rw-r--r-- | audio/libcddb/files/cddb.h-systypes-patch | 10 | ||||
-rw-r--r-- | audio/libcddb/files/cddb_ni.h-systypes-patch | 10 |
3 files changed, 1 insertions, 28 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 88f360fd9b58..fb83715b94df 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -22,11 +22,4 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --without-cdio CONFIGURE_ENV= CPPFLAGS="-DICONV_CONST=\"const\"" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES+= ${PATCHDIR}/cddb.h-systypes-patch \ - ${PATCHDIR}/cddb_ni.h-systypes-patch -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/libcddb/files/cddb.h-systypes-patch b/audio/libcddb/files/cddb.h-systypes-patch deleted file mode 100644 index 5331ae87c4da..000000000000 --- a/audio/libcddb/files/cddb.h-systypes-patch +++ /dev/null @@ -1,10 +0,0 @@ ---- include/cddb/cddb.h.orig Wed Jul 21 15:34:48 2004 -+++ include/cddb/cddb.h Wed Jul 21 15:35:03 2004 -@@ -27,6 +27,7 @@ - #endif - - -+#include <sys/types.h> - #include <cddb/cddb_config.h> - #include <cddb/cddb_error.h> - #include <cddb/cddb_track.h> diff --git a/audio/libcddb/files/cddb_ni.h-systypes-patch b/audio/libcddb/files/cddb_ni.h-systypes-patch deleted file mode 100644 index 15df8d01168f..000000000000 --- a/audio/libcddb/files/cddb_ni.h-systypes-patch +++ /dev/null @@ -1,10 +0,0 @@ ---- include/cddb/cddb_ni.h.orig Wed Jul 21 15:35:13 2004 -+++ include/cddb/cddb_ni.h Wed Jul 21 15:35:32 2004 -@@ -31,6 +31,7 @@ - # include <config.h> - #endif - -+#include <sys/types.h> - #include "cddb/cddb_regex.h" - #include "cddb/cddb.h" - #include "cddb/cddb_conn_ni.h" |