diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-16 21:33:22 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-16 21:33:22 +0000 |
commit | ca1f621fd184a776d2f837d194209fc0898e9400 (patch) | |
tree | 82d11e48d4e11d29d13c16078f002cd8e73b9d7f /net/gq | |
parent | - Update to 0.7.1 (diff) |
- Update to 1.0.1 [1]
- Fix linking issues on 7.x [2]
PR: ports/103314 [1], ports/102844 [2]
Submitted by: Dryice Liu <dryice at dryice.name> (maintainer),
Vladimir Grebenschikov [2]
Notes
Notes:
svn path=/head/; revision=173161
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 5 | ||||
-rw-r--r-- | net/gq/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index e3a271bd888d..32143c9223e1 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gq -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -32,6 +32,9 @@ OPTIONS= JPEG "Enable jpegPhoto attr. handling" On \ DND "Enable Drag and drop support in browse mode" On \ CACHE "Support the OpenLDAP experimental client cache" On +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + .include <bsd.port.pre.mk> .if !defined(WITHOUT_JPEG) diff --git a/net/gq/distinfo b/net/gq/distinfo index b083fd086a79..5d03deb2e5ed 100644 --- a/net/gq/distinfo +++ b/net/gq/distinfo @@ -1,3 +1,3 @@ -MD5 (gq-1.0.0.tar.gz) = f7bb3218fdcc70e446d44734b4ec2b5e -SHA256 (gq-1.0.0.tar.gz) = b509f6d6e19bf3b2665af707cf405729e728fa158787f39f54539a91acbf32a9 -SIZE (gq-1.0.0.tar.gz) = 574226 +MD5 (gq-1.0.1.tar.gz) = a20345edd6951891fcd8a4934431f3c3 +SHA256 (gq-1.0.1.tar.gz) = e28a5e7662b26ce0e63aec9d82db8a4615876ea246b420a7ca7cab026f6b0b02 +SIZE (gq-1.0.1.tar.gz) = 579067 |