diff options
author | novel <novel@FreeBSD.org> | 2005-05-29 22:00:03 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-29 22:00:03 +0800 |
commit | 77267d9adbb5760bec551ed85a23710403d069c7 (patch) | |
tree | 5427d5f7624c73d185c08b35cea68e1b9c6356fe /audio | |
parent | a3306d3fe10d817e9b11856301df91774ddc03f2 (diff) | |
download | freebsd-ports-gnome-77267d9adbb5760bec551ed85a23710403d069c7.tar.gz freebsd-ports-gnome-77267d9adbb5760bec551ed85a23710403d069c7.tar.zst freebsd-ports-gnome-77267d9adbb5760bec551ed85a23710403d069c7.zip |
- Update to 0.11.5 [1]
- Add "-export-dynamic" to LDFLAGS to make glurp really work [2]
Approved by: Mark Daniel Reidel (maintainer) [1]
Obtained from: glurp forum [2]
Diffstat (limited to 'audio')
-rw-r--r-- | audio/glurp/Makefile | 5 | ||||
-rw-r--r-- | audio/glurp/distinfo | 4 | ||||
-rw-r--r-- | audio/glurp/files/patch-src-includes::socket.h | 10 |
3 files changed, 4 insertions, 15 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index 72525635e9cc..1327bd9fcdf6 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= glurp -PORTVERSION= 0.11.3 -PORTREVISION= 2 +PORTVERSION= 0.11.5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,6 +17,6 @@ COMMENT= Nice and clean GTK+-2.x based graphical client for musicpd GNU_CONFIGURE= yes USE_GNOME= gnometarget libglade2 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ + LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \ .include <bsd.port.mk> diff --git a/audio/glurp/distinfo b/audio/glurp/distinfo index af2f31a9631a..2ac9fffc5af4 100644 --- a/audio/glurp/distinfo +++ b/audio/glurp/distinfo @@ -1,2 +1,2 @@ -MD5 (glurp-0.11.3.tar.gz) = cffb7c11906b71a54d4cd8e9d4bd043c -SIZE (glurp-0.11.3.tar.gz) = 88766 +MD5 (glurp-0.11.5.tar.gz) = e3780a0a90fadb126a19898f3b7606fe +SIZE (glurp-0.11.5.tar.gz) = 136564 diff --git a/audio/glurp/files/patch-src-includes::socket.h b/audio/glurp/files/patch-src-includes::socket.h deleted file mode 100644 index 784a81fb0f07..000000000000 --- a/audio/glurp/files/patch-src-includes::socket.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/includes.h.orig Wed Jun 9 16:41:28 2004 -+++ src/includes.h Sat Jun 5 21:01:51 2004 -@@ -11,6 +11,7 @@ - #define N_(str) str - #endif - -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <netinet/tcp.h> |