summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-06Over 1200 files touched but no revisions bumped :)reed1214-3338/+3333
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-06jalbum-6.4martti1-1/+2
2006-04-06Updated www/jalbum to 6.4martti3-8/+28
JAlbum 6.4 has just been released. This version has an important memory related bug fix and a nice improvement to the handling of movie files as the most important changes (see the history page for the version history).
2006-04-06Remove unnecessary inclusion of bsd.prefs.mk.jlam1-2/+1
2006-04-06Override sysconfdir in INSTALL_MAKE_FLAGS instead of patching thejlam3-33/+4
Makefile to force installation of the sample config file into the examples directory.
2006-04-06BUILDLINK_DEPENDS.* should be appended to, not set.jlam1-2/+2
2006-04-06* Note that auctex requires the base emacs packages to be present.jlam2-12/+8
* Move the info files to the PLIST and honor EMACS_INFOPREFIX. * Remove some unused variables that are clearly just leftovers from an older version of this package. Bump the PKGREVISION to 3.
2006-04-06List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam24-41/+51
2006-04-06BUILDLINK_DEPENDS.* should only be appended to.jlam1-2/+2
2006-04-06Override some directory paths at installation time via the make commandjlam5-49/+8
line rather than patching their values directly in the Makefiles.
2006-04-06Note security/lsh PKGREVISION bump: security fix.salo1-1/+2
2006-04-05Backport fix for CVE-2006-0353 from lsh2:salo3-3/+24
"unix_random.c in lshd for lsh 2.0.1 leaks file descriptors related to the randomness generator, which allows local users to cause a denial of service by truncating the seed file, which prevents the server from starting, or obtain sensitive seed information that could be used to crack keys." http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0353
2006-04-05Unify PLISTs between Solaris and everyone else. Also drop the removaljlam3-38/+17
of screen.old... that just shouldn't happen. Bump the PKGREVISION.
2006-04-05List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam25-107/+76
2006-04-05Honor PKGINFODIR and list info files directly in the PLIST. Also setjlam5-54/+10
sysconfdir to the example directory in INSTALL_MAKE_FLAGS instead of patching out installation to $(sysconfdir) in various Makefiles. Bump the PKGREVISION.
2006-04-05USE_TOOLS+=bison instead of direct BUILD_DEPENDS on the bison package.jlam1-3/+2
2006-04-05Updated mail/ingo to 1.1nb1adrianp1-1/+3
Updated time/kronolith to 2.1nb1
2006-04-05Fix missing PLISt entry pointed out by bulk-builds.adrianp4-4/+10
2006-04-05emacs update.markd1-1/+3
2006-04-05USE_TOOLS+=flex instead of explicit BUILD_DEPENDS on the flex package.jlam1-7/+2
2006-04-05Pass the correct sized argument to sbrk() when trying to reduce the breakmarkd4-5/+19
so that on 64bit systems it is actually a negative number, not a very large positive one. Should fix PR pkg/29351. Thanks to Martijn van Buul for giving me access to an amd64 box so I could track this down. Bump PKGREVISION.
2006-04-05Fix spamass-milter version number.wiz1-2/+2
2006-04-05Regen with patch-as (hi jlam!).minskim1-1/+2
2006-04-05Use RUBY_DLEXT as a file name extension of a loadable module.minskim1-2/+2
(There should be a pkgsrc-wide variable instead of a Ruby-specific one.)
2006-04-05Sync with src/usr.sbin v1.70:wiz1-2/+4
http_expand_URL(): fclose() the fdopen()'ed filedescriptor before leaving the function (for all cases). Actual fix and sanity checking by Dillo & Wiz Coverity CID 2340
2006-04-05Sync with src/usr.sbin v1.62:wiz1-2/+3
When recognizing a broken package version/name, make sure to error out really, don't just print a warning and the run into further problems. Coverity CID 2739.
2006-04-05+ clamav-0.88.1, fox-1.6.2, py-sqlite2-2.2.0.wiz1-2/+4
2006-04-05Fix typo in version number.wiz1-2/+2
2006-04-05List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam9-41/+23
2006-04-05* Move all the handling of files that are user-modifiable or generatedjlam9-90/+216
at run-time into the INSTALL/DEINSTALL scripts instead. This includes running: mktexlsr, fmtutil, texlinks, and updmap. The INSTALL script now unpacks a separate scriptlet +TETEX that can be called independently to fix up the teTeX installation in case it gets messed up. * USE_TOOLS+=bison instead of a direct BUILD_DEPENDS on the bison package. * List info file entries directly in the PLIST. Bump PKGREVISION to 8.
2006-04-05Use a common PLIST by taking advantage of the variables exported byjlam4-369/+190
emacs.mk.
2006-04-05Note PKGREVISION bump of ruby-sqlite3.minskim1-1/+2
2006-04-05Merge (almost replace) this package with ruby-sqlite3 in pkgsrc-wipminskim3-9/+125
packgaed by OBATA Akio, because the latter is more complete. Bump PKGREVISION.
2006-04-05* Make mew and mew3 build with xemacs by noting they need the "base"jlam4-12/+19
set of emacs modules. * List the info files directly in the PLIST. * Honor PKGINFODIR and PKGMANDIR. * Sort the PLIST.
2006-04-05Update net/openvpn to 2.0.6. Changes from version 2.0.5 include:jlam2-13/+11
* [security] An OpenVPN client connecting to a malicious or compromised server could potentially receive "setenv" configuration directives from the server which could cause arbitrary code execution on the client via a LD_PRELOAD attack. A successful attack appears to require that (a) the client has agreed to allow the server to push configuration directives to it by including "pull" or the macro "client" in its configuration file, (b) the client configuration file uses a scripting directive such as "up" or "down", (c) the client succesfully authenticates the server, (d) the server is malicious or has been compromised and is under the control of the attacker, and (e) the attacker has at least some level of pre-existing control over files on the client (this might be accomplished by having the server respond to a client web request with a specially crafted file). The fix is to disallow "setenv" to be pushed to clients from the server. For those who need this capability, OpenVPN 2.1 supports a new "setenv-safe" directive which is free of this vulnerability. * When deleting routes under Linux, use the route metric as a differentiator to ensure that the route teardown process only deletes the identical route which was originally added via the "route" directive (Roy Marples). * Fix the t_cltsrv.sh file in FreeBSD 4 jails (Matthias Andree, Dirk Meyer, Vasil Dimov). * Extended tun device configure code to support ethernet bridging on NetBSD (Emmanuel Kasper).
2006-04-05Change _GCC_DIST_VERSION from 3.4.5 to 3.4.6 to reflect update toshannonjr1-2/+2
lang/gcc34.
2006-04-05Added entries for updating gcc34 and gcc34-adashannonjr1-1/+3
2006-04-05Update to 3.4.6. This is a bugfix release.shannonjr9-184/+4
2006-04-05Update to 3.4.6. This is a bugfix release.shannonjr2-8/+6
2006-04-05--with-libcurl is on per default, so revert the logicsdrochner1-2/+3
(no functional change, just more effective because a compile check is skipped)
2006-04-05Whitespaces changes to bring this more in line with other packages.jlam1-10/+8
2006-04-05A missing entry in PLIST, found by ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerwuebayasi2-2/+4
/pkgstat/i386-2.1/20060404.0711/graphics/tiff/.broken.html. Reviewed By: reed
2006-04-05USE_TOOLS+=bison instead of direct BUILD_DEPENDS on bison.jlam1-4/+2
2006-04-05Variable declaration fix; PR-33164adam1-2/+1
2006-04-05Variable declaration fix; PR-33164adam7-5/+127
2006-04-05List the info files directly in the PLIST, and honor PKGINFODIR andjlam28-74/+99
PKGMANDIR.
2006-04-05* List info files directly in the PLIST and honor PKGINFODIR.jlam2-26/+24
* Centralize directory creation during do-install in INSTALLATION_DIRS. * Don't install *.orig files. * Fix PLIST problems if using xemacs instead of emacs. Bump PKGREVISION to 4 for PLIST changes.
2006-04-05Simplify the package and the PLIST by allowing the plist module tojlam2-24/+4
expand every libtool archive except for libc.la instead of not expanding anything at all.
2006-04-05Create a new variable IGNORE_LIBTOOLIZE containing files which shouldjlam2-3/+12
not be expanded by the plist module.
2006-04-05Note update of tex-dhucs.minskim1-1/+2