Commit graph

36986 commits

Author SHA1 Message Date
wiz
c17a6f3611 Use .tar.bz2. 2002-12-25 19:54:58 +00:00
wiz
b863e90ee3 Honor GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed.
While here: Fix build on NetBSD-current.
2002-12-25 19:50:34 +00:00
wiz
c53c77a5b3 Replace another libtool script. Problem reported by schmonz,
debugging help by jlam.
2002-12-25 19:38:15 +00:00
jschauma
4d51560769 When checking for operation mode, add a case for 'CC', Irix' C++ compiler.
(Only apply this change to ltmain.sh, this time! ;-)
2002-12-25 19:35:21 +00:00
grant
7bcdc57b43 also pass '-DBSD' on Darwin. 2002-12-25 18:30:24 +00:00
wiz
9fe706fe68 Honor GNU_PROGRAM_PREFIX. Patch by Jeremy C. Reed. 2002-12-25 17:51:23 +00:00
grant
63f8d78c9e +groff-1.18.1 2002-12-25 17:23:43 +00:00
grant
90a1c5207a Use automatic PLIST handling. 2002-12-25 16:53:51 +00:00
jdolecek
cbb1ae7a14 fix umask handling in solenv/bin/deliver.pl
this fixes PR pkg/17967 by Alan Barrett
2002-12-25 16:29:59 +00:00
jdolecek
c0b4009783 fix several bugs in the yacc grammar files, which made bison 1.75 error out
the result is buildable with both bison 1.35 and bison 1.75 - tested
by full openoffice build with each bison version

this fixes PR pkg/19505 by Thomas Klausner
2002-12-25 16:24:40 +00:00
jdolecek
39b6129fda use -f for cp; when the cp rules are invoked several times, the cp would
fail without -f if the previously copied file didn't have user write
permissions (and building as non-root)
2002-12-25 16:20:18 +00:00
jmmv
30be3cdcdd Note update of bsdpak to 0.52 2002-12-25 16:05:18 +00:00
jmmv
60d7bb0d37 Update bsdpak to 0.52, as requested in PR pkg/19561 by collver1 at attbi.com,
the maintainer.

This version fixes a minor bug when the INDEX file does not exist.
2002-12-25 16:04:36 +00:00
jmmv
2a5457654a Note update of libgda to 0.8.199nb1.
Fix typo in previous commit (gnome-mime-data update).
2002-12-25 15:59:31 +00:00
jmmv
6c0b21a311 Make this package install its configuration file inside the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
2002-12-25 15:58:20 +00:00
jmmv
c8af0999f6 Note update of gnome-mime-data to 2.0.1nb1 2002-12-25 15:12:19 +00:00
jmmv
c8514d6fd6 Make this package install its configuration file inside the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
2002-12-25 15:11:20 +00:00
wiz
d17057aabd Note tiff update, and fix date in last entry. 2002-12-25 14:26:52 +00:00
wiz
4d19cf473a Fix core dump when fax2tiff is started without arguments.
Patch from Ingolf Steinbach in PR 19306.
Bump PKGREVISION to 1.
2002-12-25 14:25:27 +00:00
jmmv
fc44195cfa Note ifcico-cm update to 3.0a4.1nb1 2002-12-25 13:39:58 +00:00
jmmv
5e60bd83c2 Make this package install its configuration files under the examples tree
and honor PKG_SYSCONFDIR to configure the package.
2002-12-25 13:39:36 +00:00
jmmv
6aaceefd0a Note update of efax-gtk to 1.0.1bnb2 2002-12-25 13:19:40 +00:00
jmmv
b29177274c Make this package install its configuration file under the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 2.
2002-12-25 13:18:24 +00:00
grant
5051651bcf use automatic PLIST handling. 2002-12-25 12:37:48 +00:00
grant
e579017783 Use automatic PLIST handling. 2002-12-25 12:35:04 +00:00
grant
979fccc403 add support for PLIST.common_end to automatic PLIST handling, which is
used after PLIST.${OPSYS}.
2002-12-25 12:32:32 +00:00
grant
36f2f3809c Use automatic PLIST handling. 2002-12-25 12:26:46 +00:00
grant
b81e5288fc Introduce automatic platform dependant PLIST handling, as proposed on
tech-pkg (http://mail-index.netbsd.org/tech-pkg/2002/11/27/0014.html).

Packages no longer need to override PLIST_SRC to support differing
PLISTs across platforms.
2002-12-25 12:24:57 +00:00
grant
79cb913730 note update of mozilla and phoenix. 2002-12-25 09:28:51 +00:00
grant
1d6ceb0dfd Add optional Xft support to Mozilla and Phoenix, to enable various
font features including anti-aliasing.

The new variable MOZILLA_USE_XFT defaults to NO.

Bump PKGREVISIONs.

From Eric Gillespie in PR pkg/19433.
2002-12-25 09:21:42 +00:00
jlam
f971bdb801 Let p:path convert both:
path/subpath/libfoo.so => -Lpath/subpath -lfoo
and
	path/libfoo.so => -Lpath -lfoo

This fixes converting /usr/lib/libintl.so into "-L/usr/lib -lintl", which
wasn't happening before.
2002-12-25 06:00:41 +00:00
schmonz
0ca78d8fed Add a to-do item:
(*) Since buildlink2 is a layer of abstraction atop the toolchain,
        it's a logical place to deal with the vagaries of unusual
        toolchains. For example, on Darwin we could reliably pass
        the "-no-cpp-precomp" switch to every compiler invocation
        by emitting it from the compiler wrapper. Likewise, the
        use of _USE_RPATH in bsd.pkg.mk might be better handled in
        the linker wrapper.
2002-12-25 05:16:12 +00:00
jlam
8ccbcfd479 Check for USE_BUILDLINK2 != no instead of just whether USE_BUILDLINK2 is
defined because we really want to the former.
2002-12-25 04:48:20 +00:00
wiz
b498091d46 Remove py22-gnome entry. 2002-12-25 03:51:08 +00:00
wiz
11f19d252d -mplayer 2002-12-25 03:48:47 +00:00
wiz
a94b07d3fb Note updates of mplayer related packages to 0.90rc2 (rc12) and aspell to 0.33.7.1nb1. 2002-12-25 03:48:13 +00:00
wiz
73ed5da2b8 Add a distribution patch fixing the following two problems:
- Workaround a bug in Pspell where multi-byte words are not getting
  null terminated properly.
- Truly fix a bug in suggest.cc so that Aspell will suggest correctly
  when typo-analysis is not used such as when sug-mode is ultra
  or bad spellers.
Bump PKGREVISION to 1.
2002-12-25 03:47:36 +00:00
wiz
c8a29388ad Unbreak libtool (hi Jan!) 2002-12-25 03:30:26 +00:00
wiz
dd670bcc5e Obsoleted by 0.90rc2 (rc12). 2002-12-25 03:25:24 +00:00
wiz
2790fd0ae0 Update to 0.90rc2 (0.90rc12):
This version contains mainly code cleanups (including rewritten
gif89 & svgalib output), warning fixes, and DOCS updates. Several
small bugs were fixed and a possible 20% slowdown of libavcodec
was solved. The VIDIX part improved a bit, a new driver for the
Trident Cyberblade chip was added, and bugs in the Radeon driver
were fixed. Vidix now can use svgalib's kernel helper instead of
the buggy dha module, and is usable together with the SVGAlib. This
version introduces experimental support for XMMS input (demuxer+codecs)
plugins too, and support for mp3lame presets has been added.

Package change: Install arial-18-iso-8859-1 as default font,
overridable by user (with ~/.mplayer/font), as requested by veego.
2002-12-25 03:24:49 +00:00
grant
57d8aabe9d Add MESSAGE to note running 'fc-cache'.
From Eric Gillespie in private mail.
2002-12-25 03:06:02 +00:00
uebayasi
ebdd416c4a bochs-2.0 is done. 2002-12-25 01:15:38 +00:00
uebayasi
07209b6f1e Update to Bochs 2.0.
A very brief summary of changes:

- 2x emulation speedup!!!
- added plugin devices and guis. Now you can compile with many more
  options, and choose between them at runtime.
- added emulation of AMD x86-64, MMX, SSE, SSE2 instructions.
- add wxWindows port (a graphical configuration interface and display lib)
  and SVGAlib port (full screen display for Linux without X11).
- improvements in many I/O devices: for example up to 8 hard disks/cdroms,
  TUN/TAP network interface, 360k floppies.
- improved MacOSX/Carbon interface and updated MacOS9port.
- GDB remote stub, allows symbolic debugging with Bochs simulation.
- support for up to 32gig hard disk images.
2002-12-25 01:12:36 +00:00
wiz
c0bac15fdb +elinks-0.4.0, mplayer-0.90rc2, openbox-2.2.3, tcpreplay-1.3.1. 2002-12-25 00:53:54 +00:00
wiz
bca85d69ba Updated dnstop to 20021224. 2002-12-25 00:45:38 +00:00
wiz
328b3db284 Update to 20021224, now BSD-licensed and with man page. 2002-12-25 00:44:46 +00:00
schmonz
d4833b9159 Add "-framework Kerberos" to LDFLAGS to fix build on Darwin. From Fink. 2002-12-24 23:00:18 +00:00
wiz
e405178da8 gtk2-pan-0.13.2 update. 2002-12-24 22:48:27 +00:00
wiz
015e63df8f Update to 0.13.2.
This release adds some small speedups, bugfixes, and usability
tweaks, including i18n, FreeBSD fixes, and URL parsing.
2002-12-24 22:46:37 +00:00
wiz
7bf451a6b9 Speex-1.0beta4 update done. 2002-12-24 22:22:34 +00:00