diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-17 05:33:22 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-17 05:33:22 +0800 |
commit | e2f5df6f166ced186594750e2a8a20103b1b20db (patch) | |
tree | 4cc46cd172a005e9e12004081e389c46c21d9600 /net | |
parent | 241b5666b629272fa10b9d6ecfe7cf5b4abda982 (diff) | |
download | freebsd-ports-gnome-e2f5df6f166ced186594750e2a8a20103b1b20db.tar.gz freebsd-ports-gnome-e2f5df6f166ced186594750e2a8a20103b1b20db.tar.zst freebsd-ports-gnome-e2f5df6f166ced186594750e2a8a20103b1b20db.zip |
- 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]
Diffstat (limited to 'net')
-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 |