- regen WANTLIB

- install .desktop file where it should
- add missing goo and dependency
- get rid of implicit declaration warnings
- add missing rcs id's to several patches

ok mbalmer@ (MAINTAINER), sthen@
This commit is contained in:
jasper 2009-01-26 18:17:25 +00:00
parent e3f9dc2f91
commit 33b462f0c0
7 changed files with 27 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.27 2008/10/12 17:36:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2009/01/26 18:17:25 jasper Exp $
COMMENT= GTK-based LDAP client
DISTNAME= gq-1.0beta1
PKGNAME= ${DISTNAME}p9
PKGNAME= ${DISTNAME}p10
CATEGORIES= databases sysutils
HOMEPAGE= http://biot.com/gq/
@ -20,13 +20,14 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqclient/}
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \
Xinerama Xrandr Xrender atk-1.0 c cairo crypto expat \
fontconfig freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \
krb5 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png \
sasl2 ssl z
fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0 \
gobject-2.0 krb5 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pixman-1 png sasl2 ssl z
MODULES= devel/gettext
BUILD_DEPENDS= :cyrus-sasl-*:security/cyrus-sasl2
RUN_DEPENDS+= ::devel/desktop-file-utils
LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
ldap.>=7,lber.>=7::databases/openldap \
xml2::textproc/libxml
@ -37,6 +38,7 @@ AUTOCONF_VERSION= 2.57
CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} \
--with-sasl-prefix=${LOCALBASE} \
--with-kerberos-prefix=/usr
CFLAGS+= -DLDAP_DEPRECATED
pre-configure:
${SUBST_CMD} ${WRKSRC}/src/gq.desktop

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-configure_in,v 1.5 2009/01/26 18:17:25 jasper Exp $
--- configure.in.orig Mon Nov 3 23:56:14 2003
+++ configure.in Sun Oct 12 17:02:00 2008
@@ -278,9 +278,9 @@ AC_CHECK_LIB(lber, ber_alloc,

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-intl_dcigettext_c,v 1.3 2009/01/26 18:17:25 jasper Exp $
--- intl/dcigettext.c.orig Sat May 4 18:10:13 2002
+++ intl/dcigettext.c Sun Oct 12 17:01:58 2008
@@ -57,11 +57,6 @@ extern int errno;

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_Makefile_in,v 1.5 2009/01/26 18:17:25 jasper Exp $
--- src/Makefile.in.orig Mon Jan 26 15:54:51 2009
+++ src/Makefile.in Mon Jan 26 15:55:28 2009
@@ -251,7 +251,7 @@ EXTRA_DIST = \
gq.desktop COPYING.c
-sysdir = $(datadir)/gnome/apps/Internet
+sysdir = $(datadir)/applications/
sys_DATA = gq.desktop
subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-src_state_c,v 1.3 2009/01/26 18:17:25 jasper Exp $
--- src/state.c.orig Mon Nov 3 22:19:54 2003
+++ src/state.c Sun Oct 12 17:01:58 2008
@@ -754,7 +754,7 @@ static void state_valueE(struct parser_context *ctx,

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-src_xmlparse_c,v 1.3 2009/01/26 18:17:25 jasper Exp $
--- src/xmlparse.c.orig Mon Nov 3 22:05:18 2003
+++ src/xmlparse.c Sun Oct 12 17:01:58 2008
@@ -51,7 +51,7 @@

View File

@ -1,9 +1,6 @@
@comment $OpenBSD: PLIST,v 1.8 2008/10/12 17:36:03 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.9 2009/01/26 18:17:25 jasper Exp $
@bin bin/gq
share/gnome/
share/gnome/apps/
share/gnome/apps/Internet/
share/gnome/apps/Internet/gq.desktop
share/applications/gq.desktop
share/pixmaps/
share/pixmaps/gq/
share/pixmaps/gq/bomb.xpm
@ -13,3 +10,5 @@ share/pixmaps/gq/logo.xpm
share/pixmaps/gq/new.xpm
share/pixmaps/gq/textarea.xpm
share/pixmaps/gq/warning.xpm
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database