summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-28Add drupal-xmlservicesadrianp1-0/+1
2006-05-28No O_SYNC on DragonFly and FreeBSD.joerg3-5/+11
2006-05-28Use C++.joerg2-2/+4
2006-05-28Create share/icons directory before installing into it.joerg1-1/+2
2006-05-28Remove EOL comments for packages which were uncommented; theywiz1-3/+3
confused make.
2006-05-28sun-j*15 -> 5.0.7tv1-1/+3
2006-05-28Update to 5.0.7. Release notes available via WWW:tv5-17/+20
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2006-05-28Add USE_LANGUAGES= objcrh26-49/+96
2006-05-27Note update of devel/netbsd-iscsi to 20060527agc1-1/+2
2006-05-27Update devel/netbsd-iscsi to 20060527:agc2-7/+7
+ portability fix + make the maximum number of sessions handled by the target dynamic, and default to 16, not 4
2006-05-27Add archivers/bzip2 as dependency. PR 33572 by pancake.wiz1-1/+2
2006-05-27Fix an issue with binary packages pointed out by salo@adrianp2-2/+6
Bump PKGREVISION
2006-05-27Mention how to enable rpcbind(8); may avoid confusion.jmmv1-2/+3
2006-05-27update to 5.10drochner19-1027/+2777
There were 3 major revisions inbetween, so I honestly can't tell what changed. (would be good to libtoolize this one day, but for now I've done only minimal changes to the freebsd5 configuration)
2006-05-27+ docbook-xsl-1.70.1, eog2-2.14.2, glib-2.10.3, gtk2+-2.8.18,wiz1-4/+9
hyperestraier-1.2.7, solfege-3.2.1, squid-2.5.14, zenity-2.14.2. - epiphany-extensions-2.14.0.1
2006-05-27get default OSS sound device from oss.buildlink3.mk, so that "cdda2wav -e"drochner3-3/+17
just works bump PKGREVISION
2006-05-27Move options to separate options.mk file.reed4-11/+35
And add new option: dillo-ssl The openssl buildlink3.mk is only used when that is enabled. The package didn't use openssl and the https was disabled in the code. The new option which is off by default can be used to enable ssl. Note that is experimental for dillo and does not appear to work very good. No change to default package except on systems where it had an un-needed dependency on openssl package -- so bump PKGREVISION for that.
2006-05-27Get rid of last references to perl-thread package, which was removedwiz2-4/+4
a long time ago.
2006-05-27ignore warning of debug printhamajima4-4/+8
2006-05-27py-gnome2 dependency supports only Python 2.3 and 2.4.joerg1-1/+3
2006-05-27py-gtk2 dependency supports only Python 2.3 and 2.4.joerg1-1/+3
2006-05-27py-numarray dependency support only Python 2.2 and newer.joerg1-4/+4
2006-05-26Restrict to Python 2.3 and 2.4, py-gtk2 doesn't support older versions.joerg1-1/+3
2006-05-26zope25-ZWeatherApplet is gone.joerg2-3/+3
2006-05-26Remove zope25-ZWeatherApplet, it has had an unfulfillable dependencyjoerg4-57/+0
for over a year now.
2006-05-26Fix typo in last commit.joerg1-2/+2
2006-05-26Note qalculate PKGREVISION bump.wiz1-1/+2
2006-05-26Fix PLIST, bump PKGREVISION, remove BROKEN_IN.wiz2-6/+3
2006-05-26boson PKGREVISION bump.wiz1-1/+2
2006-05-26USE_LANGUAGES=c c++wiz4-9/+23
Fix installation and remove BROKEN_IN. Fix PLIST and bump PKGREVISION.
2006-05-26Note update of misc/libutf to 3.0agc1-1/+2
2006-05-26Update the libutf package from 2.10 to 3.0.agc4-15/+13
Main changes are: + drag this package into the modern era + take all the arguments out of the prototypes in the header files + add a better French collation sequence from Serge Gagnon, sent to me in May 2003 + add a utflcpy(3) function + update buildlink3.mk file to a more recent vintage + be a bit more pragmatic - move to a 3-clause BSD licence
2006-05-26Fix one pedantic pkglint warning.joerg1-2/+2
2006-05-26Add gentium-ttf.joerg1-1/+2
2006-05-26Import gentium-ttf-1.02joerg4-0/+75
From DESCR: Gentium ("belonging to the nations" in Latin) is a Unicode typeface family designed to enable the many diverse ethnic groups around the world who use the Latin script to produce readable, high-quality publications. The design is intended to be highly readable, reasonably compact, and visually attractive. Gentium has won a "Certificate of Excellence in Typeface Design" in two major international typeface design competitions: bukva:raz! (2001), TDC2003 (2003).
2006-05-26Updatedheinz1-1/+4
mail/spamassassin to 3.1.2 security/p5-Net-SSLeay to 1.30 (some time ago) Added sysutils/ipmitool 1.8.6 (some time ago)
2006-05-26Updated to version 3.1.2.heinz8-103/+77
Pkgsrc changes: - The updates for rule files go into $VARBASE/spamassassin/. - This above directory and the directory sa-update-keys for the GPG keys are now handled automatically by OWN_DIRS. - The growing number of *.pre files are managed in a loop in the Makefile. They are no longer contained in the static PLIST. - Removed some unnecessary trailing slashes. - Patching init.pre in order to disable the SPF plugin broke the spf.t test. This is now fixed, although in a rather ugly way :-/. - patch-ab no longer needs to use BSD_INSTALL_DATA_DIR because we create the directories through INSTALLATION_DIRS. - patch-ad and patch-az were removed (changes integrated upstream). - patch-bb fixes a small documentation error. - Fixed some warnings by pkglint about the SUBST framework in Makefile and options.mk. Relevant changes since version 3.1.1: ===================================== - bug 4802: implement DKIM plugin, including whitelist_from_dkim support - bug 3838: work around Perl bug causing captured RE variables to become tainted -- thanks to Mark Martinec for pointing out the bug with Perl itself - bug 4850: re-enable the Razor2 plugin by default due to a service policy change - bug 4826: Razor2 plugin needs to load Mail::SpamAssassin::Timeout module - bug 4827: M::SA::first_existing_path() would return the last array entry passed in if none of the paths were found. Now return undef instead and handle the error when it happens. - bug 4813: generally open RE causes sendmail received header get read in as qmail in error - bug 4839: Logger.pm converts control chars including tab into underscores which confuses a bunch of users when checking debug output. Convert tab into space instead, etc. - bug 4884: if a null message is passed in, there are several variables which end up undefined causing warnings. fake an empty message if no input is given. - bug 4793: when replacing tags in a message (_TAG_), leave the tags that don't exist alone instead of just removing them - bug 4861, 4760: handle dccifd and dccproc failover properly, backport relays_internal and relays_external code, backport bug 4760 fix so that it's not possible to be in internal_networks without being in trusted_networks as well - bug 4901: deal more properly with failures in bgsend(). also, use the proper variable to show when errors occur. - bug 4867: fetchmail changed header formats at some point making Received parsing fail in certain conditions - bug 4699: use M::SA::Timeout for spamd copy_config call and allow for empty $@ values - bug 3754: if there's a problem opening a file via sa-learn or spamassassin, return an error exit value.
2006-05-26Don't hard-code nb version of sawfish-replibs.joerg1-3/+3
2006-05-26After some discussion with jlam and no objection raised by agc,joerg1-4/+4
uncomment libnbcompat, mtree and xpkgwedge.
2006-05-26Allow build for Python 1.5 and 2.0.joerg1-2/+2
2006-05-26Include py-gobject-shared.joerg1-1/+2
2006-05-26Actually create two packages from devel/elib and devel/emacs20-elib.joerg3-38/+43
Bump both revisions.
2006-05-26Don't hard-code nb version of p5-Gdk-Imlib, bump revision.joerg1-3/+3
2006-05-26Play nicer, don't require exact (nb) version matches. The samejoerg1-5/+5
base version is good enough. Bump revision.
2006-05-26Let's assume the packager knows what he was doing and requirejoerg1-3/+3
the compat package. Bump revision, since the dependency list changes for binary users.
2006-05-26Allow linuxppc_lib to use a newer version of rpm2pkg, more likelyjoerg1-2/+2
to work this way.
2006-05-26jhd doesn't seem to care which version of nkf it gets, so make it >=joerg1-2/+2
the old version.
2006-05-26Look in suse91_base for suse91_base.joerg1-2/+2
2006-05-26suse_x11 is more likely to be found in suse_x11, not suse_linux.joerg1-2/+2
2006-05-26nagios-nrpe PKGREVISION bump.wiz1-1/+2