Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2002 00:25:59 +0200 (IST)
From:      Roman Shterenzon <roman@xpert.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45345: MAINTAINER UPDATE: net/gq 0.40->0.60
Message-ID:  <200211162225.gAGMPxRd072600@alchemy.oven.org>

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

>Number:         45345
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: net/gq 0.40->0.60
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 16 14:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Roman Shterenzon
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD alchemy.oven.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 2 19:50:10 IST 2002 root@alchemy.oven.org:/local/src/sys/compile/ALCHEMY i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

diff -urN /usr/ports/net/gq/Makefile gq/Makefile
--- /usr/ports/net/gq/Makefile	Tue Sep  3 20:54:14 2002
+++ gq/Makefile	Sun Nov 17 00:24:11 2002
@@ -6,22 +6,33 @@
 #
 
 PORTNAME=	gq
-PORTVERSION=	0.4.0
+PORTVERSION=	0.6.0
 CATEGORIES=	net
-MASTER_SITES=	http://biot.com/gq/download/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	gqclient
 
 MAINTAINER=	roman@xpert.com
 
-.if defined(WITH_OPENLDAP2)
-LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap2
-.else
+LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
+
+.if defined(WITH_OPENLDAP1)
 LIB_DEPENDS+=	ldap.1:${PORTSDIR}/net/openldap
+.else
+LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap2
+.endif
+
+.if !defined(WITHOUT_JPEGPHOTO)
+USE_GNOME=	gdkpixbuf
 .endif
 
 USE_X_PREFIX=	yes
 USE_GNOMENG=	yes
-USE_GNOME=	gtk12
+USE_GNOME+=	gtk12
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ldap=${LOCALBASE}
+
+pre-configure:
+	@${ECHO_MSG} "You can disable jpegPhoto attr. handling by defining WITHOUT_JPEGPHOTO=yes"
+	@${ECHO_MSG}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/gq/distinfo gq/distinfo
--- /usr/ports/net/gq/distinfo	Sun Feb 25 17:42:26 2001
+++ gq/distinfo	Thu Aug  1 20:24:20 2002
@@ -1 +1 @@
-MD5 (gq-0.4.0.tar.gz) = 18cebe18be8fad692d3deba0e3548bd1
+MD5 (gq-0.6.0.tar.gz) = 8b77859a42d220e689f7c81f58afe94b
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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