Commit graph

3215 commits

Author SHA1 Message Date
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
hira
c7c7219e6e Fix creation of a filter description file even if the system does not
have Java.  This makes the package savable with some formats.
Bump PKGREVISION.
2007-03-19 16:51:14 +00:00
hira
abd0d6ed7e Fix build with cairo. Found by bulk build. 2007-03-17 02:24:36 +00:00
wiz
62115058ac Revert part of previous -- use existing .tar distribution
file from NetBSD pkgsrc mirrors -- they contain one more file than the
.tar.gz. Fixes bulk build problem, and also noted by abs@.
2007-03-16 20:07:43 +00:00
wiz
79ebe94e42 Rename to "openoffice2-bin", since misc/openoffice2's PKGNAME is
"openoffice2" too. Adapt CONFLICTS.
2007-03-15 08:10:52 +00:00
hira
e30dd185d3 - Use bash instead of tcsh for build.
- Change option name gnome-vfs -> gnome.
 - Add ${SETENV} ${MAKE_ENV} to do-build (pointed out by joerg@).
 - Add --with-system-freetype and --enable-cairo.
 - Add --enable-evolution2 with gnome option.
 - Fix typo in patch-aa.

Bump PKGREVISION.
2007-03-12 10:21:18 +00:00
wiz
0a187c2bce Update to 1.1.20070227:
2007/02/27
	+ add dialog-config script, which provides applications with compile-
	  and link-information for using the dialog library.
	[pkgsrc: not installed, since library is not installed]
	+ move calls to dlg_trim_string() out of loop in dialog.c, so each
	  string is trimmed once (report by Ivanov Makcim).
	+ modify textbox.c to allow resizing while the search box is presented.
	  This relies on bug-fix in ncurses 5.6 20070224.
	+ use dgettext() rather than gettext() to allow libdialog to use the
	  messages installed for dialog (patch by Vajna Miklos).
	+ modify inputbox to position the cursor initially at the end of any
	  initial-text (request by Klaus Knopper).
	+ add configure --with-valgrind for testing.
	+ add --trace option, for debugging.
	+ add --ascii-lines and --no-lines options to control the way the
	  line-drawing characters are rendered (request by Klaus Knopper).
	+ add --keep-tite option, to override suppression of smcup/rmcup
	  (termcap ti/te) strings which would switch to xterm's alternate
	  screen (Debian #380665).
	+ modify fselect/dselect to use space-character as a completion
	  operator like tab in shells (patch by Yoram Bar Haim).
	+ remove a redundant chunk from checklist.c which reported status a
	  second time if the help-button was pressed but no item-help option
	  was in effect (Andre C Barros).
	+ fix return-status from "dialog --pause" (Debian #409254).
	+ add --mixedform and --mixedgauge dialogs based on patch from
	  Kiran Cherupally.
	+ add some notes on compatibility to the manpage.
	+ add editbox dialog (compatible with Xdialog, Debian #368478).
	+ add dselect dialog (compatible with Xdialog).
	+ remove an incorrect initialization of .text_flen from 2005/12/07
	  changes, which made all fields in a form editable (Debian #404045).
	+ report error and exit if a filename given for the --file option
	  cannot be opened (report by "Dog Walker").
	+ make --program-prefix, etc., work in configure script, e.g., to make
	  program install as "cdialog".  This does not alter the library name.
	+ add install-bin, install-man (and uninstall) rules to makefile.
	+ updates for configure script macros (originally vile, lynx, xterm):
	  AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, CF_CURSES_CPPFLAGS,
	  CF_CURSES_LIBS, CF_INCLUDE_DIRS, CF_LARGEFILE, CF_MAKEFLAGS,
	  CF_PATH_SYNTAX, CF_SUBDIR_PATH, CF_SUBST, CF_WITH_DBMALLOC,
	  CF_WITH_DMALLOC, CF_WITH_LIBTOOL and CF_XOPEN_SOURCE.
	+ updated config.guess, config.sub
	> adapted fixes from SuSE package (Werner Fink):
	  + add some limit-checks in dlg_draw_shadow().
	  + make shadows resizable, using new dlg_move_window() in msgbox.c
	    and yesno.c
	  + add dialog_state.input, use this in end_dialog() to decide whether
	    to close pipe inputs and call _exit(), or simply call exit().
	  + modify dlg_ctl_size() to check if the reason for failure is because
	    shadows were used; retry in that case without shadows.
	  + add signal catcher for SIGSEGV.
2007-03-08 18:21:13 +00:00
hira
03bd2bce97 Take maintainership. 2007-03-04 13:19:25 +00:00
hira
8d1204f94f - Use CONFIGURE_DIR.
- Fix "test ==".

From wiz@ in private e-mail.
2007-03-04 13:11:18 +00:00
abs
5eb937405a for modular X11 this requires at least libXaw 2007-03-04 12:51:27 +00:00
wiz
75829d84a2 Mark as not for Linux. From Sergey Svishchev in private mail. 2007-03-04 11:30:33 +00:00
wiz
f394899b1c Update MASTER_SITES. This one provides a .tar.gz, so update distinfo. 2007-03-04 11:28:48 +00:00
wiz
12a59f9d84 Use standard headers. Use more macros. 2007-03-02 20:38:21 +00:00
hira
ccbd7a0b20 Fix "test ==". 2007-03-02 13:17:48 +00:00
wiz
77a74002ac SCRIPTS_ENV is unused here, do not modify it. 2007-03-01 18:33:54 +00:00
hira
18e0258a65 - Add missing entries to PLIST.
- Force use some packages which don't have pkg-config file with NetBSD
   using native XFree86.

Both of them were pointed out by oster@ in private e-mail.
Bump PKGREVISION.
2007-03-01 16:13:20 +00:00
hira
d30bcb490f Make cups option effective. 2007-03-01 08:37:32 +00:00
hira
4542e67f89 Sort. 2007-03-01 08:05:13 +00:00
hira
4a3baa6fbb Re-enable gtk2 option. I've succeeded to build without gtk2.
gtk2 is still enabled by default because official build using it.
2007-02-28 22:41:45 +00:00
hira
6a3288a5c7 Fix typo in cups option. 2007-02-28 13:01:55 +00:00
hira
d0c2387bc6 Force disable fltk in epm project. Fix build if x11/fltk is installed.
Problem reported and fix tested by oster@ in private e-mail.
2007-02-28 12:06:58 +00:00
markd
fd75d2bd8b Fix build with some shells. From KDE svn. 2007-02-28 11:02:46 +00:00
markd
fed769a7ee Remove nolonger used patch 2007-02-28 10:58:53 +00:00
hira
60d3b5b423 Set USE_PKGSRC_GCC to YES on NetBSD-4*. 2007-02-27 21:23:43 +00:00
hira
871244c282 - Enable gtk2.
- Add pkg-config to USE_TOOLS.

Bump PKGREVISION.
2007-02-27 20:26:26 +00:00
veego
10fc6e5213 Update MASTER_SITES to 1.6._2_ 2007-02-27 18:21:08 +00:00
hira
128df77a7b Conflict with openoffice2. Bump PKGREVISION.
Pointed out by ghen@.
2007-02-27 13:52:04 +00:00
markd
43cefb0415 koffice 1.6.2 update. 2007-02-27 12:13:14 +00:00
markd
6ce8e17a52 Update koffice to 1.6.2
Although this is a maintenance release, there are some new features in
Krita (new filters and a smudge paint operation) and Kexi (a new User
Mode to deploy Kexi applications). Many bugs were fixed.
2007-02-27 12:04:28 +00:00
hira
9ea8eb4e3f Add openoffice2. 2007-02-27 11:58:51 +00:00
hira
4b2fe80c0b Import OpenOffice.org 2.1.0 for build.
This fixes a lot of bugs and adds a lot of new features since 1.1.5.

Guide to New Features:
  http://marketing.openoffice.org/2.0/featureguide.html

Release Note:
  http://development.openoffice.org/releases/2.1.0.html
2007-02-27 11:55:57 +00:00
wiz
612183f3f1 Update to 1.03:
1.03 15 November 1999

	- Changed the name of the directory for the distribution, ie
	  Msgcat-version/ instead of Msgcat/.

1.02 15 November 1999

	- XPG4 says that the fields in the message catalog must be separated
	  by one blank, not many. Corrected this in the sample file.
2007-02-27 09:30:21 +00:00
agc
499156544c Update to 20070224 - cosmetic changes, make default width 5 characters
smaller, and fix a typo in the man page.
2007-02-24 12:16:12 +00:00
wiz
51c8ea8d62 pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
joerg
1f840e3d73 Needs flex as reported by Lieven De Keyze. 2007-02-22 13:53:43 +00:00
uebayasi
cbb7bdf81f Update elscreen from 1.4.3 to 1.4.5; minor changes. 2007-02-20 14:24:55 +00:00
uebayasi
1db34dd989 Update lookup to 1.4.1; bug fixes.
While here teach emacs22{,nox}.
2007-02-20 12:47:12 +00:00
wiz
a200503909 Bump PKGREVISION for libtunepimp and musicbrainz bl3 removal
from kdemultimedia3/bl3.mk
2007-02-19 19:32:59 +00:00
tonio
e718bb7a09 oups, missing patch 2007-02-18 11:17:42 +00:00
tonio
c60903adf7 make sure to include stdlib where alloca() is used, to fix build under freebsd,
to pick the builtin alloca
2007-02-18 11:17:03 +00:00
reinoud
eb88068b47 Fix patch checksum; had overlooked a small thing in the release tgz; sorry
for that...
2007-02-16 15:36:58 +00:00
reinoud
f8235172c1 Nuke package revision. 2007-02-16 15:22:34 +00:00
reinoud
6f052c6bd5 Update to version 0.5.5 : Support for reading UDF 2.50/2.60 media! This
also adds support for all HDDVD and BluRay media! Also small but important
fixes have been made on cd_disect for ATAPI drives; these could give up in
the process.
2007-02-16 15:19:29 +00:00
joerg
39490d7ec0 Modular Xorg support and explicit libz dependency. 2007-02-15 22:21:27 +00:00
joerg
416fcb8eb4 Modular Xorg support. 2007-02-15 21:53:20 +00:00
rillig
49edb8df4b It does not make sense to install bin/screen setuid in unprivileged mode. 2007-02-15 14:47:09 +00:00
obache
167c8b82bb ftp.uni-stuttgart.de dosen't have distfile now. 2007-02-10 04:53:08 +00:00
abs
2796eae3ab some plugins such as syanascope require SDL - bump to nb1 2007-02-08 09:30:57 +00:00