summaryrefslogtreecommitdiff
path: root/x11/xsm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-02-11 09:09:53 +0000
committerwiz <wiz@pkgsrc.org>2013-02-11 09:09:53 +0000
commit62b92a4f4d93010a25abcd40b314498281856454 (patch)
treee94462454860a7a40a4089f08a5bbf067a663b86 /x11/xsm
parentc5f90783f853d3599a85bcc31aea0eff475f43ab (diff)
downloadpkgsrc-62b92a4f4d93010a25abcd40b314498281856454.tar.gz
Update to 1.0.3:
Note that this release changes the default location for the system provided configuration files from $(libdir)/X11/xsm to $(sysconfdir)/X11/xsm (on most systems that will be from /usr/lib/X11/xsm to /etc/X11/xsm, though results may vary depending on configure arguments). This minor maintenance release also includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (12): Make System() prototype for Solaris in xsm.h actually a prototype Convert XtMalloc + sprintf to XtAsprintf Convert a couple last sprintf calls to snprintf Terminate execl() arguments with NULL instead of 0 Fix some gcc -Wwrite-strings warnings Add size limit to scanf string specifier unifdef -U__UNIXOS2__ config: Add missing AC_CONFIG_SRCDIR Use standard autoconf defines for mkstemp & putenv instead of imake leftovers Use mode_t, not int, for umask return/argument value unifdef ISC xsm 1.0.3 Egbert Eich (1): install: Use sysconfdir instead of libdir for config files. Gaetan Nadon (5): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory
Diffstat (limited to 'x11/xsm')
-rw-r--r--x11/xsm/Makefile8
-rw-r--r--x11/xsm/PLIST4
-rw-r--r--x11/xsm/distinfo8
3 files changed, 12 insertions, 8 deletions
diff --git a/x11/xsm/Makefile b/x11/xsm/Makefile
index 3d36afc5dba..c606b83813b 100644
--- a/x11/xsm/Makefile
+++ b/x11/xsm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2012/10/29 05:07:21 asau Exp $
+# $NetBSD: Makefile,v 1.10 2013/02/11 09:09:53 wiz Exp $
#
-DISTNAME= xsm-1.0.2
+DISTNAME= xsm-1.0.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -24,6 +24,10 @@ CONFIGURE_ENV+= ac_cv_path_RSH=/usr/bin/rsh
.endif
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+INSTALL_MAKE_FLAGS+= SYSTEM_INIT_DIR=${PREFIX}/share/examples/xsm
+
+MAKE_DIRS+= ${PKG_SYSCONFDIR}/X11/xsm
+CONF_FILES+= share/examples/xsm/system.xsm ${PKG_SYSCONFDIR}/X11/xsm/system.xsm
.include "../../x11/libXaw/buildlink3.mk"
diff --git a/x11/xsm/PLIST b/x11/xsm/PLIST
index 92d7cb5306c..7e00ae845d8 100644
--- a/x11/xsm/PLIST
+++ b/x11/xsm/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2011/03/23 20:44:18 zafer Exp $
+@comment $NetBSD: PLIST,v 1.5 2013/02/11 09:09:53 wiz Exp $
bin/xsm
lib/X11/app-defaults/XSm
-lib/X11/xsm/system.xsm
man/man1/xsm.1
+share/examples/xsm/system.xsm
diff --git a/x11/xsm/distinfo b/x11/xsm/distinfo
index 71890fc5edf..7f1566946f5 100644
--- a/x11/xsm/distinfo
+++ b/x11/xsm/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/06/03 18:26:25 wiz Exp $
+$NetBSD: distinfo,v 1.3 2013/02/11 09:09:53 wiz Exp $
-SHA1 (xsm-1.0.2.tar.bz2) = 3ed9a9bb4bb26a9a867fecc352eeb0656476fa19
-RMD160 (xsm-1.0.2.tar.bz2) = d718eae11d3633ae199c4c4142b251304daae6fc
-Size (xsm-1.0.2.tar.bz2) = 145772 bytes
+SHA1 (xsm-1.0.3.tar.bz2) = 3bb51cdea219729cbdaa491afe90f1d33fe64c40
+RMD160 (xsm-1.0.3.tar.bz2) = 3fe3405e2154307aa9233041ec21b46c36e4f79f
+Size (xsm-1.0.3.tar.bz2) = 161012 bytes