- Update to version 1.0b1
PR: ports/64326 Submitted by: maintainer
This commit is contained in:
parent
a53bc3e40d
commit
c326891c48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104166
5 changed files with 38 additions and 15 deletions
|
@ -6,34 +6,43 @@
|
|||
#
|
||||
|
||||
PORTNAME= gq
|
||||
PORTVERSION= 0.6.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.0b1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gqclient
|
||||
DISTNAME= gq-${PORTVERSION:S/b/beta/}
|
||||
|
||||
MAINTAINER= ports@oven.org
|
||||
COMMENT= GTK-based LDAP client
|
||||
|
||||
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
|
||||
.if defined(WITH_OPENLDAP1)
|
||||
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
|
||||
.else
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_JPEGPHOTO)
|
||||
.if !defined(WITHOUT_JPEG)
|
||||
USE_GNOME= gdkpixbuf
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_OPENLDAP= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME+= gtk12 gnomehier
|
||||
USE_GNOME+= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ldap=${LOCALBASE}
|
||||
|
||||
pre-configure:
|
||||
@${ECHO_MSG} "You can disable jpegPhoto attr. handling by defining WITHOUT_JPEGPHOTO=yes"
|
||||
.if defined(WITH_DND)
|
||||
CONFIGURE_ARGS+= --enable-browser-dnd
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CACHE)
|
||||
CONFIGURE_ARGS+= --enable-cache
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${ECHO_MSG} "This port supports the following configuration knobs:"
|
||||
@${ECHO_MSG} "WITHOUT_JPEG=yes Disable jpegPhoto attr. handling"
|
||||
@${ECHO_MSG} "WITH_DND=yes Enable Drag and drop support in browse mode"
|
||||
@${ECHO_MSG} "WITH_CACHE=yes Support the OpenLDAP experimental client cache"
|
||||
@${ECHO_MSG}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (gq-0.6.0.tar.gz) = 8b77859a42d220e689f7c81f58afe94b
|
||||
MD5 (gq-1.0beta1.tar.gz) = c904ff52f513a58516d9543f8dc3fe5b
|
||||
SIZE (gq-1.0beta1.tar.gz) = 475081
|
||||
|
|
11
net/gq/files/patch-configure
Normal file
11
net/gq/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig Tue Feb 17 00:38:43 2004
|
||||
+++ configure Tue Feb 17 00:39:12 2004
|
||||
@@ -6702,7 +6702,7 @@
|
||||
fi;
|
||||
|
||||
if test "x$GCC" = "xyes"; then
|
||||
- for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith -Wfloat-equal
|
||||
+ for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith
|
||||
do
|
||||
# The following should work as well, but might (?) be less portable
|
||||
# if ! echo "$CFLAGS" | grep -q -w -- "$A" ; then
|
|
@ -1,8 +1,10 @@
|
|||
bin/gq
|
||||
share/gnome/apps/Internet/gq.desktop
|
||||
share/gq/bomb.xpm
|
||||
share/gq/hide.xpm
|
||||
share/gq/line.xpm
|
||||
share/gq/logo.xpm
|
||||
share/gq/new.xpm
|
||||
share/gq/textarea.xpm
|
||||
share/gq/warning.xpm
|
||||
@dirrm share/gq
|
||||
|
|
Loading…
Reference in a new issue