Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2006 22:32:14 +0800 (CST)
From:      Dryice Liu <dryice@dryice.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103314: [maintainer] net/gq: update to 1.0.1
Message-ID:  <200609161432.k8GEWEfu021647@readonline.info>
Resent-Message-ID: <200609161440.k8GEeFPV097887@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103314
>Category:       ports
>Synopsis:       [maintainer] net/gq: update to 1.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 16 14:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:

	- update to 1.0.1
	- compitable with 7-current. Thanks Vladimir Grebenschikov for
	  the patch solving the linking problem on 7-current in PR
	  ports/102844. Please close that PR.

>How-To-Repeat:
	
>Fix:

	

--- attached file begins here ---
diff -ruN gq.old/Makefile gq/Makefile
--- gq.old/Makefile	Sun May 21 20:33:35 2006
+++ gq/Makefile	Sat Sep 16 22:23:43 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gq
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
@@ -31,6 +31,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>
 
diff -ruN gq.old/distinfo gq/distinfo
--- gq.old/distinfo	Mon May 22 07:50:08 2006
+++ gq/distinfo	Sat Sep 16 17:46:16 2006
@@ -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
--- attached file ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609161432.k8GEWEfu021647>