summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-15+ bsflite-0.80 [pkg/29964], epiphany-1.6.2, g-wrap-1.9.6, gcube-0.4,wiz1-4/+11
gtk2+-2.6.7, mathomatic-12.2d, pkgconfig-0.17.1, pstoedit-3.40, webmin-1.200, wesnoth-0.9.0. - ftpproxy-1.2.3
2005-04-15Add entries for drochner's updates for enchant and abiword two days ago.wiz1-1/+3
XXX: abiword-plugins not updated.
2005-04-15Updated curl to 7.13.2adam2-3/+3
2005-04-15Chyanges 7.13.2:adam3-22/+12
* Bug-fixes and improvements
2005-04-15Allow for USE_TOOLS+=coreutils and USE_TOOLS+=findutils to use pkgsrcjlam3-1/+70
replacements for "core" and "find" utilities, e.g. basename, cat, find, etc.
2005-04-15Note addition of ObjectiveLib-0.9rh1-1/+2
2005-04-15Add and enable ObjectiveLibrh1-1/+2
2005-04-15Initial import of ObjectiveLib-0.9, a library of Object containers andrh4-0/+67
generic algorithms for Objective-C
2005-04-15Allow TOOLS_DEPENDS.<tool> to be set to change the nature of thejlam1-10/+22
dependency if we're using the pkgsrc tool, e.g. TOOL_DEPENDS.yacc=DEPENDS. By default, we use BUILD_DEPENDS.
2005-04-15Avoid dependency loops by setting and checking TOOLS_IGNORE.* guards.jlam2-7/+23
2005-04-15Note updates of djbdns-run and qmail-run.schmonz1-1/+3
2005-04-15Update to 20050415. Changes:schmonz5-14/+34
* Add "foo_log" booleans to enable or disable logging (enabled by default). * Always run loggers as the "qmaill" user. This makes it simpler to define alternate loggers.
2005-04-15s/MKDIR/INSTALL_DATA_DIR/rh1-2/+2
2005-04-15Update to 20050415. Changes:schmonz6-32/+126
* Add "djbdns" rc.d script to control all enabled djbdns services, modeled after the "qmail" rc.d script from mail/qmail-run. * Set rc.conf defaults more succinctly, modeled after mail/qmail-run. * Add "reload" as a synonym for "cdb" in axfrdns, rbldns, and tinydns. * Add "foo_postenv" for additional environment customization, for instance to run dnscache as a pure forwarder. * Add "foo_log" booleans to enable or disable logging (enabled by default). * Always run loggers as the "dnslog" user. This makes it simpler to define alternate loggers.
2005-04-15Create the Fonts directory before installation.rh1-1/+4
2005-04-15Sort.snj1-3/+3
2005-04-15Note update of gnustep-base to 1.10.3rh1-1/+2
2005-04-15Note update of gnome-vfs to 1.0.5nb8rh1-1/+2
2005-04-15Note update of libcdaudio to 0.99.12nb1rh1-1/+2
2005-04-15Update gnustep-base to 1.10.3. Changes are bugfixes only.rh2-6/+6
2005-04-15Kill trailing whitespace.snj1-3/+3
2005-04-15Make pkglint happy.snj1-2/+1
2005-04-15Fix a typo.snj1-1/+1
2005-04-15Use @unexec ${RMDIR} to remove share/xfce4/mime and share/xfce4 asmartti2-4/+4
xfce4-icon-theme will also write to these directory (but it does not depend on libxfce4gui or libxfce4util).
2005-04-15Patch remote code execution security hole pointed out in advisory atrh4-5/+20
http://secunia.com/advisories/14877/ Bump PKGREVISION Set BUILDLINK_RECOMMENDED to gnome-vfs>=1.0.5nb8
2005-04-15Add a new yes/no variable USE_NEW_TOOLS to ease testing the new toolsjlam1-1/+6
framework. USE_NEW_TOOLS defaults to "no".
2005-04-15Set BUILDLINK_RECOMMENDED to 2.10.0 or higher due to CDDB vulnerability:rh1-1/+2
http://secunia.com/advisories/14877/
2005-04-15Fix vulnerability pointed out in http://secunia.com/advisories/14877/rh4-4/+19
Bump PKGREVISION Update BUILDLINK_RECOMMENDED
2005-04-15Initial commit of the new tools framework. This is currently designedjlam7-0/+879
to be a drop-in replacement for mk/tools.mk, but isn't yet enabled pending further testing. To use, edit bsd.pkg.mk to include bsd.tools.mk instead of tools.mk. The major changes from the old tools framework are: (1) The new interface to using the tools framework is through setting USE_TOOLS in the package Makefile, e.g., USE_TOOLS+= autoconf gmake yacc (2) Bison/yacc handling is improved. Instead of adding checks for /usr/bin/yacc to the package Makefile and explicitly setting YACC, e.g., security/mit-krb5/Makefile, simply add "yacc" to USE_TOOLS. If bison is explicitly required, then add "bison" to USE_TOOLS instead. (3) GNU auto* tools are handled differently. "autoconf", "aclocal", "automake", etc. will be tools in ${TOOLS_DIR} that point to the correct versions of the auto* tools. Instead of patching Makefiles or scripts to use ${AUTOCONF}, ${ACLOCAL}, etc., the correct versions of the tools will be called if they are invoked simply by their bare names. This is selected by adding either "autoconf" or "autoconf213", or "automake" or "automake14" to USE_TOOLS. The new tools framework will deprecate the following variables: ACLOCAL AUTORECONF AUTOCONF BUILD_USES_GETTEXT_M4 AUTOHEADER USE_GNU_TOOLS AUTOMAKE USE_TBL The new tools framework will deprecate the following *.mk files: mk/autoconf.mk mk/automake.mk mk/tools.mk Additional documentation on how to use bsd.tools.mk to create new tools under ${TOOLS_DIR} may be found in the header comments in bsd.tools.mk.
2005-04-14Add missing argument for mysql storage: "--enable-mysql4-initialization"xtraeme1-1/+2
needed to properly start mysql4 databases.
2005-04-14Remove unused section... MIT krb5 apparently now detects NetBSD's utmpxjlam1-9/+1
implementation correctly on NetBSD>=2.0.
2005-04-14Updated gld to 1.5.1xtraeme1-1/+2
2005-04-14Update to 1.5.1, which fixes PR pkg/29975 by Robert Elz.xtraeme3-9/+24
Some changes were done: enabling the LOOPBACK option by default, fix some snprintf() calls, etc. While I'm here convert this pkg to use bsd.options.mk, now that it supports MySQL and PostgreSQL (MySQL by default as before).
2005-04-14Remove duplicate netqmail lines.wiz1-4/+1
Reported by Robert Elz in PR 29973.
2005-04-14Require at least xorg-libs>=6.8.2nb1 (radeon driver fix)xtraeme1-1/+4
2005-04-14Now the radeon driver works correctly, bump PKGREVISION to knowxtraeme1-2/+2
which version is the fixed one.
2005-04-14* Apply patch from OpenBSD CVS to fix libXpm vulnerability:xtraeme5-4/+79
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0605 * Apply patch from FreeBSD/ports to fix the problem with the radeon driver switching from graphics to text mode. Bump PKGREVISION.
2005-04-14Apply fix for security problem CAN-2005-0941 by installing patched library.mrauch2-2/+12
Bump PKGREVISION.
2005-04-14Add kcm_usb support for NetBSD and add appropriate PLIST entries onmarkd6-10/+105
platforms that now support it (NetBSD, FreeBSD and Linux). Bump PKGREVISION.
2005-04-14Remove some patches only required for gcc2 on Solaris and add a couplemarkd16-162/+40
that fix build with later gcc's.
2005-04-14Apply fix for security problem CAN-2005-0941 from OOo CVS.mrauch3-3/+17
Bump PKGREVISION.
2005-04-14Require at least gcc 3.3 when building on Solaris.markd1-1/+5
2005-04-14* Replace hardcoded www user/group with APACHE_{USER,GROUP}.xtraeme1-5/+7
* Modify permissions for DSPAM_HOME, it should be ${DSPAM_USER}:${APACHE_GROUP}, so that the CGI interface works correctly without modifications. Bump PKGREVISION.
2005-04-14Added missing headers to previously committed patches.schwarz5-9/+19
Changed patch-af to ensure that the pkgsrc CFLAGS will be used for building kphone.
2005-04-14updated kphone to 4.1.0schwarz1-1/+2
2005-04-14Updated kphone to 4.1.0 (approved by tron)schwarz6-36/+30
Changes from previous version 4.0.5 are: * support for ALSA (not yet enabled in pkgsrc) * support for jack (not yet enabled in pkgsrc) * some bug fixes
2005-04-14Define "BUILD_TARGET" so that "Xcb.ad" really gets built.tron1-1/+2
2005-04-14Fix build problem under NetBSD 3.0_BETA caused by broken signaltron2-1/+52
handler declaration.
2005-04-14Updated sqlite3 to 3.2.1xtraeme2-3/+3
2005-04-14Update to 3.2.1xtraeme3-9/+7
2005 March 29 (3.2.1) * Fix a memory allocation error in the new ADD COLUMN comment. * Documentation updates 2005 March 21 (3.2.0) * Added support for ALTER TABLE ADD COLUMN. * Added support for the "T" separator in ISO-8601 date/time strings. * Improved support for Cygwin. * Numerous bug fixes and documentation updates. 2005 March 16 (3.1.6) * Fix a bug that could cause database corruption when inserting record into tables with around 125 columns. * sqlite3_step() is now much more likely to invoke the busy handler and less likely to return SQLITE_BUSY. * Fix memory leaks that used to occur after a malloc() failure. 2005 March 11 (3.1.5) * The ioctl on OS-X to control syncing to disk is F_FULLFSYNC, not F_FULLSYNC. The previous release had it wrong. 2005 March 10 (3.1.4) * Fix a bug in autovacuum that could cause database corruption if a CREATE UNIQUE INDEX fails because of a constraint violation. This problem only occurs if the new autovacuum feature introduced in version 3.1 is turned on. * The F_FULLSYNC ioctl (currently only supported on OS-X) is disabled if the synchronous pragma is set to something other than "full". * Add additional forward compatibility to the future version 3.2 database file format. * Fix a bug in WHERE clauses of the form (rowid<'2') * New SQLITE_OMIT_... compile-time options added * Updates to the man page * Remove the use of strcasecmp() from the shell * Windows DLL exports symbols Tclsqlite_Init and Sqlite_Init