summaryrefslogtreecommitdiff
path: root/x11/xdialog/patches
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-14 18:53:38 +0000
committersalo <salo@pkgsrc.org>2003-05-14 18:53:38 +0000
commit93eed6e7c323ae8bdb19cc2f0f69fa6b876a3005 (patch)
treea07a3e0c96165fbd345cd7ae89792c71571342a2 /x11/xdialog/patches
parentfe5d3320ca15d11363f9c4445b57ba676d39d663 (diff)
downloadpkgsrc-93eed6e7c323ae8bdb19cc2f0f69fa6b876a3005.tar.gz
Updated to version 2.1.1.
Changes: - HOMEPAGE and MASTER_SITES changed once again *sigh* 2.1.1: ====== - Fixed a bug in --calendar where an improper date (month) was preset when a null parameter was passed. - Applied a patch from Peter Breitenlohner to allow Xdialog to build outside the source tree with VPATH. 2.1.0: ====== - Adapted a patch from Joerg Tretter allowing to pass optional <hours>, <minutes> and <seconds> parameters to the --timebox. Also made the <day>, <month> and <year> parameters of the --calendar optional. - The --infobox and --gauge widgets now use non-blocking read() calls instead of scanf() ones (adapted from a patch by Rolland Dudemaine). In case Xdialog would not compile any more on your system (the new code needs for more BSD4.3 like functions and some more headers), you can revert to the old code by using the --with-scanf-calls configure option. - Implemented the new --colorsel (suggestion from Todd Hammer) and --fontsel widgets. - Added an optional <status> parameter to the --check option (following a suggestion from Hélio Cavichiolo Jr. - Fixed a bug which made Xdialog coredump when the first row of a --menubox was set "unselectable" (NULL tag) and when the "OK" button was pressed without selecting another row. Thanks to Markus Riese for reporting this bug. - Fixed the charset for pt_BR.po and hu.po (thanks to Christian Weisgerber for pointing this out). - Applied a patch by "ALT Linux Team" to avoid using a temporary file for printing and using a pipe instead (safer, cleaner). Removed the corresponding "--with-print-tmpfile" option from configure.in. Thanks to Stanislav Ievlev for sending me this patch. - New Makefile.am, doc/Makefile.am and configure.in. The doc files are now built during the 'make all' instead of the 'make install' step. It should also fix the problems with the bad paths to the Xdialog doc files appearing in the man page on some systems (based on suggestions made by Peter Breitenlohner). - Changed the URL for Xdialog website in main.c and doc. - Documentation updates.
Diffstat (limited to 'x11/xdialog/patches')
-rw-r--r--x11/xdialog/patches/patch-ad27
-rw-r--r--x11/xdialog/patches/patch-ae13
2 files changed, 40 insertions, 0 deletions
diff --git a/x11/xdialog/patches/patch-ad b/x11/xdialog/patches/patch-ad
new file mode 100644
index 00000000000..d12edbc95d2
--- /dev/null
+++ b/x11/xdialog/patches/patch-ad
@@ -0,0 +1,27 @@
+$NetBSD: patch-ad,v 1.1 2003/05/14 18:53:39 salo Exp $
+
+--- doc/Makefile.in.orig 2003-04-02 21:30:29.000000000 +0200
++++ doc/Makefile.in 2003-05-14 20:03:07.000000000 +0200
+@@ -90,11 +90,11 @@
+
+ AUTOMAKE_OPTIONS = foreign no-dependencies
+
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
++docdir =
+
+ CLEANFILES = index.html compatibility.html changelog.html license.html Xdialog.1
+
+-doc_DATA = index.html compatibility.html changelog.html license.html $(srcdir)/*.html $(srcdir)/*.png
++doc_DATA = index.html compatibility.html changelog.html license.html
+
+ man_MANS = Xdialog.1
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -210,7 +210,7 @@
+ install-exec-am:
+ install-exec: install-exec-am
+
+-install-data-am: install-man install-docDATA
++install-data-am: install-man
+ install-data: install-data-am
+
+ install-am: all-am
diff --git a/x11/xdialog/patches/patch-ae b/x11/xdialog/patches/patch-ae
new file mode 100644
index 00000000000..89e55db3845
--- /dev/null
+++ b/x11/xdialog/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2003/05/14 18:53:39 salo Exp $
+
+--- Makefile.in.orig 2003-05-14 20:08:32.000000000 +0200
++++ Makefile.in 2003-05-14 20:28:18.000000000 +0200
+@@ -92,7 +92,7 @@
+
+ SUBDIRS = lib intl src po doc
+
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
++docdir =
+
+ CONFIG_CLEAN_FILES = ltmain.sh ltconfig
+