pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/blackbox70
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Jan 19 21:21:04 UTC 2019
Modified Files:
pkgsrc/wm/blackbox70: Makefile distinfo
Removed Files:
pkgsrc/wm/blackbox70/patches: patch-autogen.sh
Log Message:
wm/blackbox70: update to version 0.74
While here, add a LICENSE definition, and fix compliation on some Linux
distributions.
Change log:
Release blackbox-0.74 released 2018-10-31
-----------------------------------------
Brian Bidulock <bidulock%openss7.org@localhost> (9):
update po files
add a release file
remove bashisms from gennews.sh
make autogen.sh handle gnits and remove bashisms
5-part AC_INIT and prefer asciidoc to asciidoctor
generate and distribute release file
add release files to .gitignore
update po files
update release files
Brian Bidulock <bidulock%openss7.com@localhost> (1):
Merge pull request #19 from vl-80/fullscreen_fix
VL-80 <vl-80%users.noreply.github.com@localhost> (1):
Fix fullscreen mode for non-maximized windows
Release blackbox-0.73 released 2018-05-28
-----------------------------------------
Brian Bidulock <bidulock%openss7.org@localhost> (18):
zero errno when not using it
silent rules with /usr prefix
add branch to substitution
add more checks
update make flags
silent now default
tweaks
add some ignores
better build
update install file
initialize XKEYBOARD
update po files
become child subreaper and session leader
Merge branch 'master' of github.com:bbidulock/blackboxwm
prctl is linux-specific
update po files
update release files
update release files
Brian Bidulock <bidulock%openss7.com@localhost> (1):
Merge pull request #13 from psolyca/master
Damien Gaignon <damien.gaignon%gmail.com@localhost> (1):
Add errno.h as include
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/wm/blackbox70/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/wm/blackbox70/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/wm/blackbox70/patches/patch-autogen.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/blackbox70/Makefile
diff -u pkgsrc/wm/blackbox70/Makefile:1.18 pkgsrc/wm/blackbox70/Makefile:1.19
--- pkgsrc/wm/blackbox70/Makefile:1.18 Sat Dec 29 04:37:25 2018
+++ pkgsrc/wm/blackbox70/Makefile Sat Jan 19 21:21:04 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2018/12/29 04:37:25 gutteridge Exp $
+# $NetBSD: Makefile,v 1.19 2019/01/19 21:21:04 gutteridge Exp $
-VERSION= 0.72
+VERSION= 0.74
DISTNAME= blackbox-${VERSION}
-PKGREVISION= 1
PKGNAME= blackbox70-${VERSION}
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=bbidulock/}
@@ -12,6 +11,7 @@ GITHUB_TAG= ${VERSION}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/bbidulock/blackboxwm
COMMENT= Small and fast X11 window manager
+LICENSE= mit
CONFLICTS= bsetroot-[0-9]*
CONFLICTS+= blackbox-[0-9]*
@@ -21,6 +21,8 @@ USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake autopoint gettext-m4 gsed pkg-config
GNU_CONFIGURE= YES
+CXXFLAGS.Linux+= -fpermissive
+
CONFIGURE_ARGS+= --enable-nls
BROKEN_GETTEXT_DETECTION=yes
Index: pkgsrc/wm/blackbox70/distinfo
diff -u pkgsrc/wm/blackbox70/distinfo:1.12 pkgsrc/wm/blackbox70/distinfo:1.13
--- pkgsrc/wm/blackbox70/distinfo:1.12 Sat Dec 29 00:29:32 2018
+++ pkgsrc/wm/blackbox70/distinfo Sat Jan 19 21:21:04 2019
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.12 2018/12/29 00:29:32 joerg Exp $
+$NetBSD: distinfo,v 1.13 2019/01/19 21:21:04 gutteridge Exp $
-SHA1 (blackbox-0.72.tar.gz) = 87e90c7d6da9f94a79100433490b33de4189f194
-RMD160 (blackbox-0.72.tar.gz) = 3991d8512703cceafcd93185978684441d06d7d7
-SHA512 (blackbox-0.72.tar.gz) = 8fffb8857240cfa11876c29dbb61dff3381b8e5b6f1937e14c81202d30b0cbc23135e42c6d8829c6e7ab7cdc821a1a62fee34db59da9b846634175442c5d7c1e
-Size (blackbox-0.72.tar.gz) = 360673 bytes
-SHA1 (patch-autogen.sh) = 28074bddfdfb4df2d78122f6bb8089522028ef23
+SHA1 (blackbox-0.74.tar.gz) = b252f052c590f092ae0e9c381c6c7e823fd83654
+RMD160 (blackbox-0.74.tar.gz) = 5c124739cbf1098341378c3bae1b7a461ec22dd4
+SHA512 (blackbox-0.74.tar.gz) = 7d67fe2fe6c0c2e9cd18d494fbba885ab7ca8c7aadcfe5ceada97c1280633b575f3f47a36dc5393c61ae0baf50eef61e56683899913fa58859148148e5041389
+Size (blackbox-0.74.tar.gz) = 395732 bytes
SHA1 (patch-doc_fr__FR_Makefile.am) = 77fdac4d552af2ef0e8d43c5f6f8aeb0f8e20862
SHA1 (patch-doc_ja__JP_Makefile.am) = e5dcdf4da59f805547cbf0cc9eb5d28468685e2b
SHA1 (patch-doc_nl__NL_Makefile.am) = 951a4babc59a7a237cf662c7c3a2d2b865d9495b
Home |
Main Index |
Thread Index |
Old Index