diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-09-21 03:45:48 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-09-21 03:45:48 +0000 |
commit | 3c268f106109653bc4da517955a58704fb680be9 (patch) | |
tree | 980972764ab2cf643bc80dddc294a1ee5481e0a8 /audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp | |
parent | - update to 0.22 (diff) |
o Rollback libtunepimp to version 0.3.0 since 0.4.0-pre5 does not
work with both audio/amarok and audio/juk at this time. Patches for
both affected ports failed to fetch musicbrainz information.
Developers are still being contacted.
o Remove audio/py-libtunepimp for the time being
Notes
Notes:
svn path=/head/; revision=143258
Diffstat (limited to 'audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp')
-rw-r--r-- | audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp b/audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp deleted file mode 100644 index 5d590d59034b..000000000000 --- a/audio/libtunepimp-old/files/patch-plugins-flac-flac.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/flac/flac.cpp.orig Tue Jun 28 13:03:06 2005 -+++ plugins/flac/flac.cpp Wed Sep 14 17:35:23 2005 -@@ -33,7 +33,10 @@ - #ifdef WIN32 - #include <winsock.h> - #else -+#include <sys/types.h> -+#include <sys/socket.h> - #include <netinet/in.h> -+#include <arpa/inet.h> - #include <sys/param.h> - #endif - |