summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-09I only maintain the "mpg123" package and not the "mpg123-nas" andtron3-4/+8
"mpg123-esound" flavours.
2006-01-09Remove commented out inclusion of avifile/bl3.mk,wiz1-3/+1
package has been removed.
2006-01-09Fix compilation on -current: use posix_fadvise insteadwiz2-1/+15
of posix_fadvise64.
2006-01-09+ gtk-send-pr-0.4.7, ion3-20060107, libxml2-2.6.23, openal-0.0.8,wiz1-7/+9
p5-xmltv-0.5.42, qdbm-1.8.40 [pkg/32364], trac-0.9.3, xdaliclock-2.23.
2006-01-09Use NetBSD rules for DragonFly as well. Don't hard-code -lpthread.joerg3-3/+15
2006-01-09Updated databases/mysql5-{client,server} to 5.0.18xtraeme1-1/+3
2006-01-09Update mysql5-{client,server} to 5.0.18.xtraeme12-57/+83
Too many changes to list... more information via: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-18.html
2006-01-09Fix sysutils/nvnet entry.xtraeme1-2/+2
2006-01-09Note update of databases/p5-BerkeleyDB to version 0.27.cube1-1/+2
2006-01-09Update to version 0.27. This is necessary to support bdb 4.4...cube2-7/+6
0.27 1st Novemver 2005 * Added support for Berkeley DB 4.4 * Fixed decondary key issue with recno databases * Added libscan to Makefile.PL * The logic for set_mutexlocks was inverted when using Berkeley DB 4.x Bug spotted by Zefram <zefram@fysh.org> * Transactional rename/remove added. Patch supplied by Zefram <zefram@fysh.org>
2006-01-09Add DragonFly support. The sys/types.h works around a header bug injoerg4-7/+40
time.h, size_t doesn't get defined correctly.
2006-01-09Note update of sudo to version 1.6.8pl12.cube2-3/+3
2006-01-09Sync with latest sudo release (1.6.8pl12). The actual diff is one linecube3-32/+7
long. PR#32378 by Stefan Krüger. Changes: Added PS4 and SHELLOPTS to the list of variables to remove from the environment. (Already in pkgsrc) Added JAVA_TOOL_OPTIONS to the list of variables to remove from the environment. Added PERLLIB, PERL5LIB and PERL5OPT to the list of variables to remove from the environment. (Already in pkgsrc)
2006-01-09Remove patch-aa and patch-ab as exif_get_sshort is no more declared statictonio3-29/+1
Fix build under darwin/gcc4
2006-01-09In patch-al, DragonFly has to be spelled in lower case.joerg2-4/+4
2006-01-09Fix build on NetBSD systems:joerg3-11/+26
If we have NetBSD 2.99.10 and higher, getpwuid_r and friends exist, but _PTHREAD_THREAD_SAFE_FUNCTIONS might not be defined. Define it. For NetBSD before 2.99.10, explicitly set XNO_MTSAFE_PWDAPI to enforce locked access via normal functions.
2006-01-09License for nvnet, a binary driver for nVidia networkingmanu1-0/+122
2006-01-09Add nvnet, a binary driver for nVidia networkingmanu2-2/+4
2006-01-09Binary driver for nVidia ethernetmanu10-0/+170
2006-01-09Note update of "teTeX3-bin" package to version 3.0nb5.tron1-1/+2
2006-01-09Patch the "texconfig-dialog" script (patching the "texconfig" scripttron3-3/+24
doesn't help any more) so it calls the "dialog" program without requiring the "DIALOG_PROG" environment variable to be set. Bump package revision because of this fix.
2006-01-09Remove MYSQL_VERSIONS_ACCEPTED, mysql-4.0.x was removed.xtraeme1-3/+1
2006-01-09Fix broken ".if" conditional which causes warnings if e.g. "pkg_chk -i"tron1-2/+2
was used.
2006-01-09Note import of PDFjam 1.2.0:uebayasi1-1/+2
PDFjam is a small collection of shell scripts which provide a simple interface to some of the functionality of the excellent pdfpages package (by Andreas Matthias) for pdfLaTeX. At present the utilities available are: + pdfnup, which allows PDF files to be "n-upped" in roughly the way that psnup does for PostScript files. + pdfjoin, which concatenates the pages of multiple PDF files together into a single file + pdf90, which rotates the pages of one or more PDF files through 90 degrees (anti-clockwise).
2006-01-09Add pdfjam.uebayasi1-1/+2
2006-01-09Initial import of PDFjam 1.2.0:uebayasi4-0/+54
PDFjam is a small collection of shell scripts which provide a simple interface to some of the functionality of the excellent pdfpages package (by Andreas Matthias) for pdfLaTeX. At present the utilities available are: + pdfnup, which allows PDF files to be "n-upped" in roughly the way that psnup does for PostScript files. + pdfjoin, which concatenates the pages of multiple PDF files together into a single file + pdf90, which rotates the pages of one or more PDF files through 90 degrees (anti-clockwise).
2006-01-09cvs2svn was done.uebayasi1-2/+1
2006-01-09Update cvs2svn to 1.3.0.uebayasi1-1/+2
Version 1.3.0 (18 August 2005, from /tags/1.3.0) Bugs fixed: * Fix cvs2svn's dumpfile output to work after Subversion's r12645. * Fix issue #71: Avoid resyncing two consecutive CVS revs to same time. * Fix issue #88: Don't allow resyncing to throw off CVS revision order. * Fix issue #89: Handle initially dead branch revisions acceptably. * Fix some branch-filling bugs (r1429, r1444). Improvements and output changes: * Better --encoding support when iconv_codec module is available. * Speedups to pass8 (r1421) * Use standard "rNNN" syntax when printing Subversion revisions.
2006-01-09*** empty log message ***uebayasi3-10/+9
2006-01-09- Only check make variables for deprecation and $(...) instead of ${...}.rillig1-3/+3
2006-01-09Fixed the remaining pkglint warnings about $(FOO) vs. ${FOO}.rillig1-2/+2
2006-01-09- Added "Please use ${FOO} instead of $(FOO)."rillig1-3/+11
- It is an error if the COMMENT has the default value from url2pkg.
2006-01-09Added a patch that fixes the mixing of code and declarations.rillig2-1/+19
2006-01-09apache1 wasn't linked to export symbols on DragonFly, breaking mod_php.joerg1-1/+2
2006-01-09Fix httpd linkage on DragonFly: -Wl,-E is needed, otherwise ap-phpjoerg4-6/+36
can't use ap_block_alarms. Bump revision. Problem noticed by Justin Sherrill on DragonFly's bugs list.
2006-01-08Teach the tools framework about "gsoelim", which is the soelim tool fromjlam4-4/+33
a groff distribution.
2006-01-08Update distinfo -- the old checksums were from a beta which was also releasedghen1-4/+4
as bacula-1.38.3.tar.gz. The mirrors were probably not up-to-date yet when I updated the bacula package (which was right after the release announcement). The Bacula developers have acknowledged the problem and have modified their beta release scripts so that future beta releases will have unique names like bacula-beta-<version>-<date>.tar.gz. Don't do the DIST_SUBDIR trick as the mirrors synced shortly after that. ftp.netbsd.org has the correct file. This fixes PR pkg/32477.
2006-01-08MySQL 4.0 no longer support, remove it to unbreak bulk builds.joerg1-2/+2
2006-01-08USE_TOOLS+=, not =, says pkglint.wiz1-2/+2
2006-01-08Consolidate groff-supplied tools into one section.jlam1-34/+21
2006-01-08Add DragonFly support. Use PTHREAD_* instead of -lpthread.joerg4-9/+13
LDFLAGS is exported automatically, but add -lmd for DragonFly.
2006-01-08Add DragonFly support.joerg7-2/+94
2006-01-08Be a bit more specific about the purpose of this package.agc1-2/+2
2006-01-08Fix errno.joerg2-1/+21
2006-01-08Unbreak by adding NO_BUILD=yes.joerg1-1/+2
2006-01-08short gets promoted to int according to ISO C rules, so use int forjoerg4-2/+30
va_arg instead of short.
2006-01-08Move initialisation of FILE structures to run time, stdin and stdoutjoerg3-13/+56
are not valid rvalues on global scope.
2006-01-08Add DragonFly support.joerg3-6/+7
2006-01-08Override config.guess and config.sub. Add DragonFly.joerg3-7/+26
2006-01-08Add missing nl and uk locales.rh1-1/+13
Patch provided in private mail by Eric Gillespie <epg@>, thanks!