summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-14Needs pkg-config.minskim1-1/+2
2004-12-14Needs pkg-config.minskim1-1/+2
2004-12-14fixes to compile on darwin.dbj7-37/+73
add config.h include to target-ppc builds so _BSD is properly defined bump PKGREVISION
2004-12-14Add (unsigned char) casts to ctype function arguments.kleink3-1/+31
2004-12-14Fix broken version numbers in entries for "phpmyadmin".tron1-3/+3
2004-12-14Make bulk builds mark packages failing due to "no acceptable JVM found"kristerw1-2/+2
as unavailable instead of broken.
2004-12-14Fix broken version number "2.6.0-pl2" of this package. Package versiontron1-2/+2
numbers must *never* include dashes.
2004-12-13Use BSD_INSTALL_* instead of mkdir/cp to set ownership and permissionminskim2-6/+30
of installed files correctly.
2004-12-13Needs pkg-config.minskim2-2/+4
2004-12-13Make this package work better on platforms where the install utility canagc1-8/+10
only take one file to be installed.
2004-12-13On NetBSD, use statvfs only when sys/statvfs.h is available. Thisminskim2-8/+22
makes the package build on NetBSD-2.0 and -1.6 again. OK'ed by jmmv@.
2004-12-13Add an explicit dependency on docbook-xsl>=1.67.0 rather than using whateverjschauma1-3/+7
other dependencies pull in: earlier versions of docbook-xsl generate slightly different html leading to a large number of unneccessary 'regen' commits in htdocs. Bump minor versions for this. This is done during the freeze so as to ensure that it gets on the branch and we can simply tell developers to install netbsd-www version 1.2.
2004-12-13Accept python 24 and 24pthkim1-2/+2
2004-12-13share/kde/locale -> ${PKGLOCALEDIR}/locale. Bump PKGREVISION.markd2-115/+115
2004-12-13Add RCS Id to patch-aa and remove conflicts lines from distinfo.wiz2-5/+4
2004-12-13Don't build the shared lib, as it breaks on some platforms (think aboutmanu3-12/+29
libtooliz'ing that package one day)
2004-12-13- Note update of p5-libapreq2 to 2.4.3adrianp2-3/+3
2004-12-13bl3'ify this package. This is needed by the recent update to p5-libapreq2adrianp1-0/+20
2.4.3. Also closes PR# 27592.
2004-12-13- Update to 2.4.3adrianp3-13/+21
- Lots of documentation/bugfix/feature improvements, see CHANGES for full details - Closes PR# 27592 opened by carl (at) rollcage2.bl.echidna.id.au which suggested the update. Thanks Carl. CVS ----------------------------------------------------------------------
2004-12-13Use PKG_OPTIONS.proftpd instead of PROFTPD_OPTIONS (pkg/28574)martti1-3/+3
2004-12-13Note PKGREVISION bump of epydoc due to PLIST changes.minskim1-1/+2
2004-12-13Add missing files to PLIST. Bump PKGREVISION.minskim2-2/+12
2004-12-12Add (unsigned char) cast to ctype functions; taken from the NetBSD trunk.kleink6-1/+117
2004-12-12Correct checksum, distfile changed without version bump.salo2-4/+5
Upstream maintainers asked not to do it again.. Changes: - manual page updates *sigh*
2004-12-12Add missing PCRE dependencyrecht1-1/+3
Patch by Georg Schwarz in PR pkg/28640
2004-12-12Fix build on IRIX 5 whichhas a nonstandard /usr/include/getopt.h.recht1-4/+4
patch by Georg Schwarz in PR 28597
2004-12-12+ bmp-0.9.7minskim1-1/+2
2004-12-12Remove ONLY_FOR_PLATFORM. It was added 1998, and the package doeskristerw1-6/+1
indeed work on more platforms now...
2004-12-12Note PKGREIVISION bump of gconf-editor due to .omf handling changes.minskim1-1/+2
2004-12-12Include scrollkeeper/omf.mk, instead of scrollkeeper/buildlink3.mk, tominskim1-3/+3
register .omf files. Noted by jmmv@. Bump PKGREIVISION.
2004-12-12Explicitly depend on gnome2-dirs because this package needsminskim2-4/+4
share/gnome/help, which is installed by gnome2-dirs. Noted by jmmv@. Also correct the corresponding comment in PLIST.
2004-12-12completely ignore system php.ini for all pear-related operations; thisjdolecek7-8/+30
is necessary to avoid being subject to e.g. open_basedir or safe_mode settings
2004-12-12abort do-install if pear upgrade failsjdolecek1-2/+2
2004-12-12abort do-install if pear install failsjdolecek1-2/+2
2004-12-12update the PLIST for the updated Net_SMTP - the newer version installsjdolecek1-1/+11
some extra docs and tests
2004-12-12use PLIST_SRC+= so that setting PLIST_SRC setting in extension Makefilejdolecek1-2/+2
would have an effect; fixes php4-apc
2004-12-12set INSTALLATION_PREFIX instead of wrongly overriding LOCALBASE.grant1-3/+3
from Noritoshi Demizu in PR pkg/28618.
2004-12-12Change ALL_TARGET to BUILD_TARGET.kristerw1-2/+2
2004-12-12note pkg_comp update to 1.20 (X tarball name fix).grant1-1/+2
2004-12-12fix X tarball names, we no longer have xcontrib.tgz.grant2-4/+4
fixes PR pkg/28608 from Ulrich Heilmann.
2004-12-12update config.{sub,guess} for various bootstrap tools. fixes build ongrant10-927/+1972
newer platforms such as DragonFly. fixes PR pkg/28579 from Todd Willey.
2004-12-12Note update of "milter-greylist" package to version 1.6.tron1-1/+2
2004-12-12Update "milter-gerylist" package to version 1.6. Changes since version 1.4:tron2-7/+6
- Missing flags in milter-greylist usage display - Gentoo startup sript (Stephane Lentz) - rc-linux.sh was renamed rc-redhat.sh - More broken servers in the default config file - Fix wrong sync queue counter computations (Attila Bruncsak) - Add a -c option to just check the config and exit (Klas Heggemann) - Don't block threads while reloading config (Attila Bruncsak) - Allow regex with # in the configuration (Hajimu Umemoto) - Ignore self as sync peer (Matthias Scheler and Hajimu Umemoto) - Document ressource shortage for memory and file descriptor - Remove outdated documentation about IPv6 - Fix a build problem on systems that don't have IPv6 (Hajimu Umemoto) - Fix a minor bug with SPF (Hajimu Umemoto) - Give credits to the various contributors in the man pages - Do not match bogus IPv6 addresses in the dump file (Hajimu Umemoto) - Quick statistics at the end of the dump file (Remy Card) - Fix build on Tru64 Unix, including for IPv6 (Attila Bruncsak) - Fix a SPF log problem (Alexandre Cherif) - Fix a bug in configure.ac (Hajimu Umemoto) - malloc e-mail addresses, avoids truncation at 32 chars (Hajimu Umemoto) - Configurable MX sync bind port and address (Cyril Guibourg) - Disable getnameinfo as in causes an ABI clash in Linux - Fix bad substitutions in rc scripts - Fix build problems on Solaris - Avoid race conditions when reloading the config (Attila Bruncsak) - Full blown IPv6 support, from Hajimu Umemoto - rc-debian.sh script, from Joel Bertrand - Fix unproper MX sync port on little endian machines - Add a template Makefile to manually tweak if configure fails - Feed strtkok_r with a NULL initialized pointer - More mixed I/O fix: another fflush after a fgets() - Fix mixed I/O in MX sync on Solaris, from Attila Bruncsak - Check that compiler and linker accept -Wall - Document the comment on end of line bug - Clean up rc-solaris.sh on make clean - syslog the expired autowhite entry correctly, from Mattieu Herrb - Handle mailing lists with unique sender by removing '^.*=' from sender - Minor bug fixes in queue management from Wolfgang Solfrank
2004-12-11The Open Group says that localtime_r() doesn't need to ensure thatjlam3-3/+22
the tz* related variables are initialized when it is invoked. In fact, Solaris does do this while NetBSD 2.0 does not. Explicitly call tzset() before calling localtime_r() to initialize the local timezone data. This fixes the output of: perl -e '$t = localtime($^T); print "$t\n";' ; date to always print the time in the local timezone twice instead of the first time in UTC and the second in the local timezone. Bump the PKGREVISION.
2004-12-11Make this pkg build on amd64 with a patch from evolution-data-server-1.0.3.kristerw2-1/+38
2004-12-11Tweak an include file slighly so that it does not conflict with thekristerw2-1/+15
included include/libmilter/mfapi.h from the currently packaged version of mail/libmilter.
2004-12-11The tar from NetBSD 1.6 fails to extract the distfile. Use pax instead.kristerw1-1/+3
2004-12-11Include mk/pthread.buildlink3.mk.kristerw1-1/+3
2004-12-11Bool is not used, so no need to include stdbool.h.kristerw2-1/+14
This fixes NetBSD 1.6 build problem.
2004-12-11Do not compile messtest. It isn't used, and it fails to compile onkristerw2-1/+15
NetBSD 1.6.