Commit graph

27966 commits

Author SHA1 Message Date
skrll
39d5bafa1c Initial import of a kdeartwork pkg. 2002-03-27 09:30:01 +00:00
martti
9c7d8f8a77 Updated postfix to 1.1.6
- The new code avoids problems with SMTP servers that will not
  receive mail with lines longer than the 1000 characters that are
  allowed by the SMTP standard.

- The new code is more graceful in the handling of abnormally long
  message headers. It will no longer switch from "message header"
  to "message body" mode in the middle of an abnormally long message
  header line.
2002-03-27 07:17:09 +00:00
abs
bd56a9518d Update ns-remote to 1.6
Replace 'ns-remote: not running on display :0.0' error message with more
    appropriate 'Netscape not running. Spawning new browser in the background'
    From Benjamin Wong in PR pkg/15615
2002-03-26 22:43:46 +00:00
rh
1bd7524124 Update evolution to 1.0.3. Changes are bugfixes and translation updates
only.
2002-03-26 20:50:12 +00:00
rh
e4d9989991 Bump PKGREVISION to 1:
Prevent check_disk from reporting that procfs and kernfs are 100% full.
Beautify configure output to DTRT on NetBSD (not a functional change).
From PR pkg/16062 submitted by Murray Armfield <murray@river-styx.org>
with some modifications by yours truly.
2002-03-26 20:16:18 +00:00
wennmach
3397d3ec4c The command line changes can be found in pgp5(1), not in pgp(1). 2002-03-26 18:14:11 +00:00
abs
440afc65cb Move MAKE_FLAGS= to after .include "../../mk/bsd.pkg.mk" to ensure it overrides any external settings 2002-03-26 16:37:26 +00:00
atatat
f93f5f41c0 Provide the *correct* DESCR file. 2002-03-26 16:31:36 +00:00
skrll
8186bff76a Fix a bug when inferring the CXX tag which meant that for certain
libraries the following could occur

	- a.out platforms: c++rt0.o would be missing and therefore
	  global contstructors would not work.

	- ELF platforms libstdc++ and libm would not be explicitly
	  linked in.

This affected notably libqt and explains the build failure of kdelibs2 on
arm32.

Bump PKGREVISION and require it.
2002-03-26 16:31:27 +00:00
abs
d50aec5c42 reset CATDEPS under Linux 2002-03-26 16:30:03 +00:00
abs
122feacf41 add PATCH_DIST_STRIP=-p1 to please linux's patch. Tested to still work with NetBSD 2002-03-26 16:09:08 +00:00
taca
7e1a60f14c Update ruby-erb package to 1.4.2.
2002-03-19  Masatoshi SEKI  <m_seki@mva.biglobe.ne.jp>

	* erbl.rb: add return _eoutvar.

	* fix trim_mode bug.
2002-03-26 15:36:42 +00:00
rh
f151f4d664 Add missing dependency on libiconv.
Set runtime link path _before_ linking with the various libraries.
2002-03-26 12:36:03 +00:00
jlam
7d41b4b33a Remove ${PREFIX}/lib/pkgconfig if it is empty at deinstallation. Also
change "true" to "${TRUE}".
2002-03-26 10:48:22 +00:00
rh
f944d2f2b7 Remove bogus @dirrm line 2002-03-26 09:41:41 +00:00
rh
49e1fd6709 Update gnome-print to 0.35. This is mainly a bug-fix release, but also
includes the following changes:

- Print preview clips now all graphics, including text and bitmaps -
  it makes gnumeric and sodipodi previews much nicer

- Fontmaps can contain per-locale default entries now, so unknown
  font names do not fall uniformly back to Helvetica any more

- Added --dir flag to gnome-font-install (Tambet)
2002-03-26 09:20:44 +00:00
martti
68a83ffa9f Added PURE_FTPD_USE_MYSQL 2002-03-26 08:24:59 +00:00
martti
2b2e4d3f2a Updated pure-ftpd to 1.0.10
- optional MySQL support (set PURE_FTPD_USE_MYSQL=YES in mk.conf)

Changes since 1.0.9:

- *reply() functions rewritten from scratch: simpler code, no more recursivity
- Accept '..' in file names in fakexlate()
- Use addreply_noformat() whenever possible (speedup)
- New switch : -Z (--customerproof) . Right now, it adds | 0600 or | 0700
  to chmod commands to avoid users locking their own files. Additionnaly, we
  now try a traditionnal chmod() call if fchmod() fails. There's a race here,
  but no security trouble to fear.
- Spec file fixes
- PureDB binary search could fail with -1 as a slot number - fixed
2002-03-26 08:24:54 +00:00
tron
ecbf85a04e Include "gnome-core" buildlink glue code to fix builds problems. 2002-03-26 08:01:44 +00:00
rh
e15addb035 Include missing freetype2 dependency. 2002-03-26 07:29:34 +00:00
rh
2c5747f974 Add buildlink wrapper for gnome-1.0 so this actually works on systems
without xpkgwedge, where it is not picked up "by accident" by another
gnome wrapper.
2002-03-26 06:25:16 +00:00
rh
4a85856b14 Add config wrapper replacement rules for new include/gnome-1.0 subdirectory 2002-03-26 05:39:34 +00:00
tron
ce8025ba47 Fix build problem under Solaris. 2002-03-25 22:46:28 +00:00
skrll
28bdb3def1 Update to 3.0.3. More bugfixes. 2002-03-25 22:16:39 +00:00
pooka
29b9470af3 Make the name of nethackdir contain version information (eg. now it's
called nethackdir340). This is to ease the lives of people who wish to
have multiple versions nethack installed at the same time. It is not fully
automated, because doing pkgsrc magic will most likely screw things up
one funny way or another. And we all know that the most important thing
in this world is the nethack scorefile ...

Manually bump version to 3.4.0nb1.
2002-03-25 20:32:23 +00:00
magick
4ebba2259f Add missing USE_X11 2002-03-25 19:35:15 +00:00
abs
46b5373763 73 dork points and a swift beating about the head with a clue-by-four for
my previous change.
When resetting any externally set MAKE_FLAGS, it makes sense to check if
this Makefile is trying to set it itself...
2002-03-25 19:19:52 +00:00
magick
39ee77bb4e Add missing USE_X11 2002-03-25 19:07:39 +00:00
wiz
a091558974 Update to 2.42, as requested by David Griffith in pkg/15866.
Bugfixes.
2002-03-25 18:23:36 +00:00
hubertf
0a8e00b916 Only use the gcc pkg on egcs systems 2002-03-25 17:18:32 +00:00
atatat
ba0e7ec72a Add xplanet and XaoS subdirs. 2002-03-25 16:20:18 +00:00
atatat
af7ab005aa Add XaoS package. This is a zoomable fractal generator (Mandelbrot
and friends, as well as Newton, Barnsley, Phoenix, and Magnet), that
can also be used as an external module in xscreensaver.
2002-03-25 16:19:29 +00:00
briggs
1a3a1a2507 Make this compile on powerpc again. 2002-03-25 16:08:31 +00:00
atatat
6e199eb33b Add xplanet package, currently at 0.93 (the recent 0.94 release is
rather broken).
2002-03-25 16:08:07 +00:00
briggs
d58d53e602 Adjust syscalls-powerpc-netbsd.S so it will build correctly again.
Problem reported on port-macppc by Ryan La Riviere <larz@cbis.ece.drexel.edu>.
2002-03-25 15:19:30 +00:00
cjep
0e5fd032fb On arm32 pull in gcc-2.95.3 to build. 2002-03-25 14:45:25 +00:00
cjep
30e8a9e879 On arm32, pull in gcc-2.95.3 (to avoid egcs internal compiler error --
after a discussion with abs (the commit,
				not the compiler error :-)).
2002-03-25 14:45:05 +00:00
cjep
cf0e9086ab Use the gcc-2.95.3 FORTRAN (after discussion with abs). 2002-03-25 14:43:35 +00:00
cjep
9b43b2d9dc Build for arm32 as well (after discussion with abs). 2002-03-25 14:43:00 +00:00
rh
6392ce05c0 Update netsaint-plugin-snmp to 1.2.9.4. Package provided in PR pkg/15992
by Murray Armfield <murray@river-styx.org>.  This is part of the netsaint
update to 0.0.7, please see the update for netsaint-base to 0.0.7 for an
overview of changes.
2002-03-25 13:01:10 +00:00
rh
f16685bbb4 Update netsaint-plugins to 1.2.9.4. Provided in PR pkg/15992 by Murray
Armfield <murray@river-styx.org>.  This is part of the netsaint update
to 0.0.7. Please see the previous commit message on netsaint-0.0.7 for
a summary of changes.
2002-03-25 12:58:46 +00:00
rh
f9a2c69fe5 Update netsaint-base to 0.0.7. Package provided in PR pkg/15992 by
Murray Armfield <murray@river-styx.org>, thanks!

Changes include:
	- several new CGIs
	- WAP interface
	- forced service checks
	- acks w/o notifications
	- custom intervals for notification escalations
	- passive check submissions via web interface
	- auto-save of retention data
	- extended service information
	- scheduled downtime
	- service dependencies
	- flap detection
	- aggregated status updates
	- new macros
	- user-supplied coordinates in status map
	- minor bug fixes and tuning
2002-03-25 12:54:17 +00:00
grant
d691c88b42 update to 1.4.5 (bug fixes, macosx and cygwin improvements).
1.4.4 no longer on master site.
use bz2 file.
2002-03-25 12:30:09 +00:00
grant
83c47125e8 update for 1.4.5 (bug fixes, macosx and cygwin improvements).
1.4.4 no longer on master site.
use bz2 file.
2002-03-25 12:25:29 +00:00
drochner
c0750174ae add gnometoaster 2002-03-25 11:26:30 +00:00
drochner
b58bc60e1c initial import of gnometoaster, another cd recording frontend 2002-03-25 11:24:28 +00:00
skrll
fcf54a7295 Workaround a problem in old versions of ld.elf_so that stops kded modules
from working. The most obvious example of this is being able to print.

The workaround is to not use kdeinit to load/open kded, but instead
launch it as a separate process. From Marcello Balduccini
<marcello.balduccini@ttu.edu> in pkg/15806.

Thanks to Stoned Elipot <seb@netbsd.org> for testing the fix and to
Antti Kantee <pooka@netbsd.org> for help with sed(1).
2002-03-25 11:02:36 +00:00
fredb
8a935a1c4c Add a convenience target to run the INSTALL script, and update the
post-install message accordingly. We have to do it manually after
`make package', as explained in the comment.
2002-03-25 09:17:55 +00:00
fredb
ad4d98f3fa Update wwwoffle to 2.7a (2.7.1). From the NEWS file:
Bug Fixes:
 Ensure that the -put or -post options to wwwoffle have one URL.  Fix IPv6
 checking (configure fails if IPv6 not available).  Fix conditional request
 problem (304 reply for non-conditional requests).  Make the socket binding
 errors less confusing.  Fix requesting of compressed data.  Handle NULL strings
 in FTP code and parsing requests.  Speed up wildcard matching of '/*' paths.
 When search script fails give an error not a blank page.  The content-length
 header is not removed unless compression is being used.  Fix core dump with
 configuration page adding first item to DontGet/DontCache section.  Preserve
 cache file timestamps when compressing them.  Handle relative URLs that start
 with '//'.  Fix Solaris compilation problem with statfs/statvfs.  Bug fix for
 failure to censor some headers.  Remove the 'alt' attribute from disabled
 images when modifying HTML.

New Features:
 Re-instate the old configuration editing web pages due to user demand.
 Allow wildcards to have more than two '*' in them.
 The upgrade-config.pl script warns about URL-SPECs with path='/' not '/*'.
2002-03-25 08:49:59 +00:00
martti
628c7dc15d Added VIM_EXTRA_OPTS 2002-03-25 08:04:04 +00:00