Skip to content

Commit

Permalink
blackbox70: update to 0.75 (a minor maintenance release)
Browse files Browse the repository at this point in the history
pkgsrc-specific changes: we are now using upstream's formal release
archive, which means a configure script is provided, so we aren't
pulling in a bunch of tool dependencies just to generate such.

Change log:

Brian Bidulock <bidulock@openss7.org> (16):
      reformat TODO
      generate NEWS better
      update for gettext 0.20.1 to fix issue #23
      update release notes
      generate NOTES and TODO
      place filename last in sed command
      update build process
      have better defaults now
      gcc 9.1 too agressive on array-bounds warnings
      ignore release products
      generate release notes on dist
      handle annotated tags better when generating NEWS
      update po files
      ignore lz files
      update release files
      update release files
  • Loading branch information
dhgutteridge committed Oct 8, 2019
1 parent b0ab866 commit 0509145
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 82 deletions.
2 changes: 1 addition & 1 deletion wm/blackbox70/DESCR
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Blackbox is yet another addition to the list of window managers For X11R6.
Blackbox is yet another addition to the list of window managers For X11.
Blackbox is built with C++, sharing no common code with any other window
manager. It is designed to be small and fast, with a built in graphics class,
near complete ICCCM compliance, and support for multple desktop environments.
13 changes: 5 additions & 8 deletions wm/blackbox70/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.20 2019/06/14 02:09:03 gutteridge Exp $
# $NetBSD: Makefile,v 1.21 2019/10/08 02:59:59 gutteridge Exp $

VERSION= 0.74
PKGREVISION= 1
VERSION= 0.75
DISTNAME= blackbox-${VERSION}
PKGNAME= blackbox70-${VERSION}
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=bbidulock/}
GITHUB_PROJECT= blackboxwm
GITHUB_TAG= ${VERSION}
GITHUB_RELEASE= ${VERSION}
EXTRACT_SUFX= .tar.lz

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/bbidulock/blackboxwm
Expand All @@ -19,7 +19,7 @@ CONFLICTS+= blackbox-[0-9]*

USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake autopoint gettext-m4 gsed pkg-config
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES

CXXFLAGS.Linux+= -fpermissive
Expand All @@ -30,9 +30,6 @@ BROKEN_GETTEXT_DETECTION=yes

BUILDLINK_DEPMETHOD.libXt?= build

pre-configure:
cd ${WRKSRC}; ${SH} ./autogen.sh

.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
Expand Down
19 changes: 9 additions & 10 deletions wm/blackbox70/distinfo
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
$NetBSD: distinfo,v 1.14 2019/06/14 02:09:03 gutteridge Exp $
$NetBSD: distinfo,v 1.15 2019/10/08 02:59:59 gutteridge Exp $

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-autogen.sh) = bdf1efbddf09d0e457390aaf9f2e621204175540
SHA1 (patch-doc_fr__FR_Makefile.am) = 77fdac4d552af2ef0e8d43c5f6f8aeb0f8e20862
SHA1 (patch-doc_ja__JP_Makefile.am) = e5dcdf4da59f805547cbf0cc9eb5d28468685e2b
SHA1 (patch-doc_nl__NL_Makefile.am) = 951a4babc59a7a237cf662c7c3a2d2b865d9495b
SHA1 (patch-doc_sl__SI_Makefile.am) = b348b43e5c8064cd4b46212d3bd609a2f41c7f02
SHA1 (blackbox-0.75.tar.lz) = 65713441b2b5d0f496729ca65d6d609d40e1fcc4
RMD160 (blackbox-0.75.tar.lz) = cc1362a45e292dccfbcaf03bc0a508a27bf64980
SHA512 (blackbox-0.75.tar.lz) = 0e5e57c57408627af59fea6e6c74d081fce913c2c33005652f5c309edb6b8368f8cf4c80999134db35d1c80b0895476057d02c903210143c9411792d1fa381f1
Size (blackbox-0.75.tar.lz) = 562326 bytes
SHA1 (patch-doc_fr__FR_Makefile.in) = 39af7e28c397bd4201f85d4d13a48892024d274b
SHA1 (patch-doc_ja__JP_Makefile.in) = bd79553e6bd5368a8b21cf463056a35c84e2e8e0
SHA1 (patch-doc_nl__NL_Makefile.in) = 5f7df3158b59633fd9633656237f4fd5cdace897
SHA1 (patch-doc_sl__SI_Makefile.in) = d116093a717a14d8e0b252f0254f7fb03e37f0a1
SHA1 (patch-lib_Image.cc) = ab49da02853b670843f4884517f0727d4569d50a
SHA1 (patch-lib_Menu.cc) = b16a7439fa5db1d287e5353ec5986a9c3ffd6cfb
SHA1 (patch-lib_Unicode.cc) = b2936e86dab0e4d0104312b5a387081a3fa02134
Expand Down
19 changes: 0 additions & 19 deletions wm/blackbox70/patches/patch-autogen.sh

This file was deleted.

11 changes: 0 additions & 11 deletions wm/blackbox70/patches/patch-doc_fr__FR_Makefile.am

This file was deleted.

15 changes: 15 additions & 0 deletions wm/blackbox70/patches/patch-doc_fr__FR_Makefile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$NetBSD: patch-doc_fr__FR_Makefile.in,v 1.1 2019/10/08 02:59:59 gutteridge Exp $

Avoid a variable specific to GNU make.

--- doc/fr_FR/Makefile.in.orig 2019-09-06 09:55:03.000000000 +0000
+++ doc/fr_FR/Makefile.in
@@ -588,7 +588,7 @@ blackbox.1: blackbox.1.in
$(SED) -e "s,@defaultmenu@,$(DEFAULT_MENU)," \
-e "s,@pkgdatadir@,$(pkgdatadir)," \
-e "s,@version@,$(VERSION)," \
- $< > $@
+ blackbox.1.in > $@

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
11 changes: 0 additions & 11 deletions wm/blackbox70/patches/patch-doc_ja__JP_Makefile.am

This file was deleted.

15 changes: 15 additions & 0 deletions wm/blackbox70/patches/patch-doc_ja__JP_Makefile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$NetBSD: patch-doc_ja__JP_Makefile.in,v 1.1 2019/10/08 02:59:59 gutteridge Exp $

Avoid a variable specific to GNU make.

--- doc/ja_JP/Makefile.in.orig 2019-09-06 09:55:04.000000000 +0000
+++ doc/ja_JP/Makefile.in
@@ -588,7 +588,7 @@ blackbox.1: blackbox.1.in
$(SED) -e "s,@defaultmenu@,$(DEFAULT_MENU)," \
-e "s,@pkgdatadir@,$(pkgdatadir)," \
-e "s,@version@,$(VERSION)," \
- $< > $@
+ blackbox.1.in > $@

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
11 changes: 0 additions & 11 deletions wm/blackbox70/patches/patch-doc_nl__NL_Makefile.am

This file was deleted.

15 changes: 15 additions & 0 deletions wm/blackbox70/patches/patch-doc_nl__NL_Makefile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$NetBSD: patch-doc_nl__NL_Makefile.in,v 1.1 2019/10/08 02:59:59 gutteridge Exp $

Avoid a variable specific to GNU make.

--- doc/nl_NL/Makefile.in.orig 2019-09-06 09:55:04.000000000 +0000
+++ doc/nl_NL/Makefile.in
@@ -588,7 +588,7 @@ blackbox.1: blackbox.1.in
$(SED) -e "s,@defaultmenu@,$(DEFAULT_MENU)," \
-e "s,@pkgdatadir@,$(pkgdatadir)," \
-e "s,@version@,$(VERSION)," \
- $< > $@
+ blackbox.1.in > $@

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
11 changes: 0 additions & 11 deletions wm/blackbox70/patches/patch-doc_sl__SI_Makefile.am

This file was deleted.

15 changes: 15 additions & 0 deletions wm/blackbox70/patches/patch-doc_sl__SI_Makefile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$NetBSD: patch-doc_sl__SI_Makefile.in,v 1.1 2019/10/08 02:59:59 gutteridge Exp $

Avoid a variable specific to GNU make.

--- doc/sl_SI/Makefile.in.orig 2019-09-06 09:55:04.000000000 +0000
+++ doc/sl_SI/Makefile.in
@@ -587,7 +587,7 @@ blackbox.1: blackbox.1.in
$(SED) -e "s,@defaultmenu@,$(DEFAULT_MENU)," \
-e "s,@pkgdatadir@,$(pkgdatadir)," \
-e "s,@version@,$(VERSION)," \
- $< > $@
+ blackbox.1.in > $@

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

0 comments on commit 0509145

Please sign in to comment.