diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-11 21:35:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-11 21:35:24 +0000 |
commit | 1f9c8550616846b8464ea0afe0f33504f5dc7241 (patch) | |
tree | e52c22714ff09ed4e04ab6282efcc8086dbc6736 /x11 | |
parent | e49572eabc827dc4b968fd4ffad20bee482f627a (diff) | |
download | pkgsrc-1f9c8550616846b8464ea0afe0f33504f5dc7241.tar.gz |
Update to 1.3.4:
Alan Coopersmith (4):
Fix warnings about parameters to startServer & startClient shadowing globals
Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 change
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Brad Smith (1):
Remove hardcoded path to OpenSSL for OpenBSD
Hans de Goede (7):
Remove unixware / sco support
Bump required util-macros version to 1.19
Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing cpp files
startx: Under Linux start X on the current VT
startx: Pass vtX as long as the user did not specify one
startx: Make the bugzilla reference in a comment survive cpp
processing
xinit 1.3.4
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xinit/Makefile | 4 | ||||
-rw-r--r-- | x11/xinit/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile index 4f35511e779..16c28a7a5b7 100644 --- a/x11/xinit/Makefile +++ b/x11/xinit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2013/09/09 09:19:39 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/09/11 21:35:24 wiz Exp $ -DISTNAME= xinit-1.3.3 +DISTNAME= xinit-1.3.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo index a4f4f95e0fd..f6769142868 100644 --- a/x11/xinit/distinfo +++ b/x11/xinit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2013/09/09 09:19:39 wiz Exp $ +$NetBSD: distinfo,v 1.12 2014/09/11 21:35:24 wiz Exp $ -SHA1 (xinit-1.3.3.tar.bz2) = c3c01c8c6012317f995669894d9e7b2838b61e58 -RMD160 (xinit-1.3.3.tar.bz2) = 3514c083aad625a2b331eb704114fc2c392c6441 -Size (xinit-1.3.3.tar.bz2) = 163905 bytes +SHA1 (xinit-1.3.4.tar.bz2) = de3469080d73ced1f7d7a1803e813bc6ea352072 +RMD160 (xinit-1.3.4.tar.bz2) = ee5b21766556c4a16e2538700b432a11890d7829 +Size (xinit-1.3.4.tar.bz2) = 165881 bytes |