pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/selectwm Force the package to use external gettext
details: https://anonhg.NetBSD.org/pkgsrc/rev/25c94ef753b5
branches: trunk
changeset: 499198:25c94ef753b5
user: tonio <tonio%pkgsrc.org@localhost>
date: Tue Sep 13 21:21:12 2005 +0000
description:
Force the package to use external gettext
Fix link problem with gettext under darwin
Update maintainer address
bump PKGREVISION
diffstat:
wm/selectwm/Makefile | 14 +++++++++-----
wm/selectwm/distinfo | 4 ++--
wm/selectwm/patches/patch-ab | 11 ++++++++++-
3 files changed, 21 insertions(+), 8 deletions(-)
diffs (65 lines):
diff -r c1be99fafe1f -r 25c94ef753b5 wm/selectwm/Makefile
--- a/wm/selectwm/Makefile Tue Sep 13 20:22:53 2005 +0000
+++ b/wm/selectwm/Makefile Tue Sep 13 21:21:12 2005 +0000
@@ -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@localhost
+MAINTAINER= tonio%NetBSD.org@localhost
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 -r c1be99fafe1f -r 25c94ef753b5 wm/selectwm/distinfo
--- a/wm/selectwm/distinfo Tue Sep 13 20:22:53 2005 +0000
+++ b/wm/selectwm/distinfo Tue Sep 13 21:21:12 2005 +0000
@@ -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 -r c1be99fafe1f -r 25c94ef753b5 wm/selectwm/patches/patch-ab
--- a/wm/selectwm/patches/patch-ab Tue Sep 13 20:22:53 2005 +0000
+++ b/wm/selectwm/patches/patch-ab Tue Sep 13 21:21:12 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index