-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blackbox70: update to 0.75 (a minor maintenance release)
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
1 parent
b0ab866
commit 0509145
Showing
12 changed files
with
75 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |