aboutsummaryrefslogtreecommitdiff
path: root/audio/glurp
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-29 14:00:03 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-29 14:00:03 +0000
commitf38f90aa70048deb89c27e5800e8c311a53c75ea (patch)
tree37835db9c244f9d23fddf7f962b61a21d4d4ac94 /audio/glurp
parent602f6f45587b87c08c6571f9e5ab89df184588a7 (diff)
downloadports-f38f90aa70048deb89c27e5800e8c311a53c75ea.tar.gz
ports-f38f90aa70048deb89c27e5800e8c311a53c75ea.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]
Notes
Notes: svn path=/head/; revision=136377
Diffstat (limited to 'audio/glurp')
-rw-r--r--audio/glurp/Makefile5
-rw-r--r--audio/glurp/distinfo4
-rw-r--r--audio/glurp/files/patch-src-includes::socket.h10
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>