diff options
author | tonio <tonio@pkgsrc.org> | 2005-09-13 21:21:12 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-09-13 21:21:12 +0000 |
commit | bc6d5499253ac612a5994a58dd2dfb497586e973 (patch) | |
tree | 6674868de8f85f508994602898d927b053e550f7 /wm/selectwm | |
parent | dde0aa7988c75dd846cb3facd80514d3c8b2059c (diff) | |
download | pkgsrc-bc6d5499253ac612a5994a58dd2dfb497586e973.tar.gz |
Force the package to use external gettext
Fix link problem with gettext under darwin
Update maintainer address
bump PKGREVISION
Diffstat (limited to 'wm/selectwm')
-rw-r--r-- | wm/selectwm/Makefile | 14 | ||||
-rw-r--r-- | wm/selectwm/distinfo | 4 | ||||
-rw-r--r-- | wm/selectwm/patches/patch-ab | 11 |
3 files changed, 21 insertions, 8 deletions
diff --git a/wm/selectwm/Makefile b/wm/selectwm/Makefile index c337fc2359b..542d5cfc7a9 100644 --- a/wm/selectwm/Makefile +++ b/wm/selectwm/Makefile @@ -1,17 +1,21 @@ -# $NetBSD: Makefile,v 1.3 2005/08/10 20:56:25 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/13 21:21:12 tonio Exp $ # DISTNAME= selectwm-0.4.1 +PKGREVISION= 1 CATEGORIES= wm MASTER_SITES= http://ordiluc.net/selectwm/ -MAINTAINER= reilles@loria.fr +MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://ordiluc.net/selectwm/ COMMENT= Simple GTK2 application to select window manager -USE_TOOLS+= pkg-config -USE_PKGLOCALEDIR= yes -GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --without-included-gettext .include "../../x11/gtk2/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/selectwm/distinfo b/wm/selectwm/distinfo index 195ce80f442..37500d29f8e 100644 --- a/wm/selectwm/distinfo +++ b/wm/selectwm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/04/15 12:42:40 agc Exp $ +$NetBSD: distinfo,v 1.2 2005/09/13 21:21:12 tonio Exp $ SHA1 (selectwm-0.4.1.tar.gz) = a4688afb9a286dae4794f297b97891008afcdeab RMD160 (selectwm-0.4.1.tar.gz) = d16a8497f39b12e8578b0d28f64cc8f7b1031958 Size (selectwm-0.4.1.tar.gz) = 209754 bytes SHA1 (patch-aa) = 2e3806e5c408bbc6891acc42399d24abc3a01f8b -SHA1 (patch-ab) = 454186d904324d1834e40609933a6fd0c9e03d62 +SHA1 (patch-ab) = a6441f722158685d78e6bffafd182ed9bff04091 diff --git a/wm/selectwm/patches/patch-ab b/wm/selectwm/patches/patch-ab index dd9b21ec83a..fe66f05bda9 100644 --- a/wm/selectwm/patches/patch-ab +++ b/wm/selectwm/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2005/04/15 12:42:40 agc Exp $ +$NetBSD: patch-ab,v 1.2 2005/09/13 21:21:12 tonio Exp $ --- src/Makefile.in 2005/04/15 11:18:17 1.1 +++ src/Makefile.in 2005/04/15 11:20:21 @@ -11,3 +11,12 @@ $NetBSD: patch-ab,v 1.1.1.1 2005/04/15 12:42:40 agc Exp $ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ +@@ -180,7 +180,7 @@ am_selectwm_OBJECTS = selectwm.$(OBJEXT) + selectwm_OBJECTS = $(am_selectwm_OBJECTS) + selectwm_LDADD = $(LDADD) + selectwm_DEPENDENCIES = +-selectwm_LDFLAGS = ++selectwm_LDFLAGS = $(LTLIBINTL) + + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/depcomp |