Commit graph

37975 commits

Author SHA1 Message Date
uebayasi
1202111cc5 This source assumes Xaw3d. 2003-01-16 03:05:01 +00:00
uebayasi
c8fb6d3b46 Change BUILDLINK_PREFIX.<pkg>_DEFAULT to LOCALBASE. (Why not?) 2003-01-16 02:48:12 +00:00
uebayasi
d7dc00a8e8 This no longer conflicts with guile14. 2003-01-16 02:31:30 +00:00
uebayasi
4296805ddf Reflect the guile14 movement. Bump revision. 2003-01-16 02:26:10 +00:00
uebayasi
91be2aa51a Install into ${LOCALBASE}/guile/1.4 to coexist incompatible later versions.
Bump revision.

Many thanks to Johnny Lam for Buildlink related instructions from him.
2003-01-16 02:20:47 +00:00
salo
4859db6396 Note balsa PKGREVISION bump. 2003-01-16 01:20:21 +00:00
salo
5de1afcbc8 Switch to aspell provided libpspell compat library. Bump PKGREVISION. 2003-01-16 01:18:39 +00:00
wiz
ba2577a56a Style fixes, and remove an obsolete BUILDLINK_DEPENDS* line. 2003-01-16 00:35:08 +00:00
rh
411a1f398a Fix PLIST after last update (hi wiz!) 2003-01-16 00:05:14 +00:00
rh
7a59b498e3 Note PKGREVISION bump of gnucash 2003-01-15 23:45:11 +00:00
rh
9e6bcf1ba7 This links against a different library now, so bump PKGREVISION to make
binary packages happy.
2003-01-15 23:44:30 +00:00
rh
b673c8f87b Note update of pkglint to 3.43 2003-01-15 23:43:13 +00:00
rh
0a4ba337b3 Update pkglint to 3.43. Check for hard coded share/locale and lib/locale
within PLIST.
2003-01-15 23:41:31 +00:00
wiz
9f2a146760 cvs-1.11.4 update. 2003-01-15 22:50:18 +00:00
wiz
a8d93b1fc7 Update to 1.11.4. Use KAME patch for IPv6 support. If compiling with
kerberos, also use kerberos5 headers since they are now needed by the
gssapi code in cvs.

Changes since 1.11.3:

* Some minor changes to allow the code to compile on Windows platforms.

Changes from 1.11.2 to 1.11.3:

* When waiting for another user's lock, the message timestamps are now
in UTC rather than the server's local time.

* The options.h file is no longer used.  This fixes a bug that occurred when
1.11.2 was compiled on Windows platforms.

* We've standardized on Automake version 1.6.3 and Autoconf version 2.53.
They are cleaner, less bug prone, and will hopfully allow me to start updating
sanity.sh to use Autotest and Autoshell.  Again, this should only really affect
developers.  See the section of the INSTALL file about using the autotools if
you are compiling CVS yourself.
2003-01-15 22:49:37 +00:00
kristerw
f98cce0862 Make this install using the NetBSD-current cpio too by the patch
from Onno van der Linden in PR 19140.

While here, also add the portability change suggested by David Laight
in the audit trail to the PR.

This also closes PR 19232.
2003-01-15 22:41:32 +00:00
wiz
8c9df3009d Fix detection of gtkhtml-1.1. 2003-01-15 22:24:13 +00:00
wiz
2123c2cf87 +ekg; -gdk-pixbuf, -postfix (thanks, martti). 2003-01-15 21:06:50 +00:00
wiz
fd9a7afc2d gdk-pixbuf-0.22, gdk-pixbuf-gnome-0.22 updates. 2003-01-15 21:06:32 +00:00
wiz
7fc3179980 Update to 0.22. Remove dependency on auto* by adding patches for the
generated files.

(Not portability) changes since 0.18:
* Made the GIF loader handle animations with frames whose bounds go outside
  of the base image's bounds (Federico).
* Made the GIF loader handle zero-sized frames that GifBuilder and
  similar crap spits sometimes (Federico).
* The PNM loader doesn't abort() anymore if it cannot allocate memory
  (Federico).
* Fixed a g_object_unref() -> gdk_pixbuf_unref() thinko (Federico).
* Merged the patch from Red Hat Linux 8.0 to fix the crash on
  corrupted/short GIFs - Ximian 29040 (patch by Elliot Lee).
* Fixed the RGB 565 LSB -> MSB case in gdk-pixbuf-drawable - 79463
  (Federico).
* Fixed the update region notification in the BMP loader (Federico).
* Merged the BMP loader changes from GTK+ HEAD -- check all reallocs,
  fix 16bpp BI_RGB thinko, properly handle BI_RLE4 and skips and jumps
  (changes by Matthias Clasen).
* Merged the ICO loader changes from GTK+ HEAD (changes by Matthias
  Clasen).
* Merged changes from gtk+/gdk-pixbuf HEAD into the JPEG loader --
  fixes CMYK JPEG problems (changes by Matthias Clasen).
2003-01-15 21:03:25 +00:00
he
9168a7a575 Make this build on 1.5.3 as well; need <sys/types.h> before
<sys/socket.h>.
2003-01-15 21:02:06 +00:00
jlam
63029a767b Make BUILD_DIR always point to a physical path by invoking /bin/pwd instead
of relying on the shell's builtin pwd.  This makes BUILD_DIR consistently
point to the correct directory regardless of the definition of SHELL.  This
fixes elusive some buildlink2 errors due to the fact that BUILDLINK_DIR is
derived from BUILD_DIR and some paths were incorrectly being translated.
2003-01-15 20:55:38 +00:00
martti
33b8582279 postfix-2.0.2 2003-01-15 17:15:12 +00:00
martti
304834e844 Updated postfix to 2.0.2
- Added MAILER-DAEMON to the list of always recognized local
  addresses, since it is generated by Postfix bounces.

- Bugfix: transport_errno was not reset upon successful
  transport map wildcard lookup after an earlier failure.

- Cleanup: unnecessary warnings from the proxymap client
  after proxymap server disconnect.

- Cleanup: Patrik Rak found a few more chattr invocations
  that were missed 20021209. Files: postfix-install,
  conf/post-install.

- Cleanup: the pcre-config command can produce null outputs.

- Bugfix: the virtual(8) Makefile included $(AUXLIBS) in the
  dependencies.

- Bugfix: fixed in the snapshots 20030105 but missed in the
  stable release. "sendmail -bs" tried to access the proxymap
  service.  It should not try to open any user/domain/uce
  related tables at all.
2003-01-15 17:15:04 +00:00
wiz
94dfeec78a Wildcard depends on iso8879 and iso12083. 2003-01-15 16:44:51 +00:00
is
0e471f8dde Patch for inlined xbm files. 2003-01-15 16:15:13 +00:00
is
fba275f92e Patch for inlined xbm files, by Petr Kulhavy 2003-01-15 16:15:12 +00:00
is
8ccc797c5a Patch for inlined xbm files. 2003-01-15 16:15:11 +00:00
wiz
a74a1261f3 + evilwm-0.99.14, fetchmail-6.2.1, gtetrinet-0.5.2, libxslt-1.0.24,
sun-jdk14-1.4.1_01, sun-jre14-1.4.1_01
2003-01-15 14:35:50 +00:00
salo
2b0d8a6683 Note p5-Cz-Cstools update. 2003-01-15 11:44:40 +00:00
salo
92feb319b2 Update to version 3.42.
Changes:

3.42 Fri Oct 18 11:29:40 MET DST 2002
	- t/cstocs.t: now skips MIME tests if MIME::Words is not
	  installed.

3.4 Thu Oct 17 13:37:18 MET DST 2002
	- Added support for MIME encoding. It requires MIME::Words from
	  MIME-Tools, and fixes a few bugs in that code.
2003-01-15 11:43:26 +00:00
jlam
bae57c8408 Revert previous change. Defining BSD_PREFS_MK instead of BSD_PKG_MK
breaks too many users' /etc/mk.conf files that have a

	.ifdef BSD_PKG_MK
	# /usr/pkgsrc stuff
	.else
	# /usr/src stuff
	.endif

structure.  We'll think of another way to protect against multiple
inclusion of bsd.pkg.mk and bsd.prefs.mk.
2003-01-15 10:06:48 +00:00
jlam
b9a5491738 Add RCS Id. 2003-01-15 09:26:14 +00:00
rh
a15caeec9f Note update of gcombust to 0.1.53 2003-01-15 07:49:08 +00:00
rh
6ad4ddb7e8 Update gcombust to 0.1.53. Changes include:
Version 0.1.53 Oct 27 2002
BUGFIXES:
	* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
	* pl.po update by pbs <pbs@linux.net.pl>
	* added a space in the progresswindow
	* vol id can be max 32 chars
	* progressbar problems occuring with more recent cdrecord versions
	  fixed
NEWS:
	* autostart option (for HFS images)

-------------------------------------------------------

Version 0.1.52 Jul 08 2002
BUGFIXES:
	* fixed compilation error on non-Linux platforms
	* updated README.hp-ux.html ("Gansser, Martin" <MGansser@rand.de>)
	* 'Compute Estimate' could fail when only one file was added,
	  reported by Goetz Waschk <waschk@informatik.uni-rostock.de>
	* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
	* the fix for broken (patched) GTK+ versions broke when using
	  completion (pressing tab), fixed, also fixed some other small
	  usability bugs caused by the fix
NEWS:
	* added a "default number of pathcomponents to ignore/include",
	  suggested by "John L. Males" <software_iq@TheOffice.net>
	* added "Overburn" option

-------------------------------------------------------

Version 0.1.51 May 26 2002
BUGFIXES:
	* check for a valid data cd before reading the ISO info when the
	  "Info" button is pressed in order to avoid blocking
          (suggested by "John L. Males" <software_iq@TheOffice.net>)
	* the fix for broken (patched) GTK+ versions broke on some locales,
	  remade the fix in another way
	* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
NEWS:

-------------------------------------------------------

Version 0.1.50 May 23 2002
BUGFIXES:
	* gives a better error message if one attempts to burn a non-existant
	  image
	* various other error message improvments
	* started on support for "Re-load disk and hit <CR>" drives, but
	  it is not yet working
	* de.po update + english spelling fixes (Goetz Waschk
	  <waschk@informatik.uni-rostock.de>)
	* changing the cd size with "Try harder" enabled could essentially
	  lock the X-server while recomputing (bad X, bad GTK!), fix by
	  Goetz Waschk
	* the HFS options behaves badly no more
	* RH7.3 and then Debian sid included a patch to GTK+ which broke
	  gcombust when adding directories (thanks to Oskar Liljeblad
	  <oskar@osk.mine.nu> for suggestions)
	* no longer complaints about non-existing paths when clicking
	  cancel in the prefs window (suggested by "John L. Males"
	  <software_iq@TheOffice.net>)
NEWS:
	* Polish translation by pbs <pc2000@poczta.onet.pl>
	* added an "Info" button for ISO images too, suggested by "John L.
	  Males" <software_iq@TheOffice.net>
2003-01-15 07:48:06 +00:00
rh
33b93d06cc Add patch provided by Masao Uebayashi that allows using xfig to be used
with non-3d versions of Xaw.
Bring back XAW_TYPE detection and Imakefile modification.
2003-01-15 07:11:43 +00:00
grant
8db1c02db1 Fix typo and whitespace. 2003-01-15 04:03:44 +00:00
jschauma
442e6e8ab1 gaeilge, not gaelige 2003-01-15 02:39:11 +00:00
salo
5f27bf6b83 -aspell 2003-01-15 00:44:06 +00:00
salo
eb807e7377 Note latest aspell related changes. 2003-01-15 00:43:31 +00:00
dmcmahill
a89746c11a avoid the use of the gensub() function as it is a gawk extension not
found in other awk implementations.  Patch provided by Greg Woods,
woods at weird dot com, via private email.
2003-01-15 00:40:50 +00:00
salo
30951ce67d libpspell is gone. 2003-01-15 00:36:03 +00:00
salo
8e071f7a2a Add aspell-english. 2003-01-15 00:33:35 +00:00
salo
e878c64b79 Default aspell installation no longer contains english dictionaries.
This package is a replacement for them.

English language support for aspell, e.g. `aspell -d english -c $myfile'.
Oher dictionaries available in this package: british, american, canadian.
2003-01-15 00:31:54 +00:00
salo
52c9d49c4a Sync with new aspell, fix PLIST, include aspell buildlink2.mk. Bump
PKGREVISION.
2003-01-15 00:27:10 +00:00
salo
233e133bf6 Remove dependency on libpspell and replace it with aspell.
Libtool's ltdl is no longer needed.  Bump PKGREVISION.
2003-01-15 00:25:47 +00:00
salo
849dbef24b Update to version 0.50.3.
- added buildlink2.mk for applications using aspell and pspell
- updated DESCR

Changes:

Aspell has undergone an extremely large number of changes since the previous
Aspell/Pspell release. For one thing Pspell has been merged with Aspell so
there in no longer two separate libraries you have to worry about.

Because of the massive changes between Aspell/Pspell and Aspell 0.50 you may
want to clean out the old files before installing the the new Aspell.  To do
so do a "make uninstall" in the original Aspell and Pspell source directories.

The way dictionaries are handled has also changed. This includes a change in
the naming conventions of both language names and dictionaries. Due to the
language name change, your old personal dictionaries will not be recognized.
However, you can import the old dictionaries by running the "aspell-import"
script. This also means that dictionaries designed to work with older versions
of Aspell are not likely to function correctly.  Fortunately new dictionary
packages are available for most languages. You can find them off of the Aspell
home page at http://aspell.net.

The Pspell ABI is now part of Aspell except that the name of everything has
changed due to the renaming of Pspell to Aspell. In particular please note the
following name changes:

    pspell -> aspell
    manager -> speller
    emulation -> enumeration
    master_word_list -> main_word_list

Please also note that the name of the language-tag option has changed to lang.
However, for backward compatible the language-tag option will still work.

However, you should also be able to build applications that require Pspell
with the new Aspell as a backward compatibility header file is provided.

Due to a change in the way dictionaries are handled, scanning for .pwli files
in order to get find out which dictionaries are available will no longer work.
This means that programs that relied on this technique may have problems
finding dictionaries. Fortunately, GNU Aspell now provided a uniform way to
list all installed dictionaries via the C API. See the file "list-dicts.c" in
the examples/ directory for an example of how to due this. Unfortunately there
is isn't any simply way to find out which dictionaries are installed which
will work with both the old Aspell/Pspell and the new GNU Aspell.
2003-01-15 00:23:55 +00:00
jmmv
3a3a0f04e3 Note revision bump of gnome-libs (to 2). 2003-01-14 21:42:19 +00:00
jmmv
2e69474c3d Move documentation installed under share/gtk-doc/html to share/doc/html.
Also avoid possible detection of gtk-doc.
Bump PKGREVISION to 2.
2003-01-14 21:41:07 +00:00
christos
fdd5cb1cad new patch-aj 2003-01-14 21:39:54 +00:00