summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-02-19Add .tar.bz supportadrianp1-3/+3
2006-02-19- Completely rewrote the parser for patch files. The new parser can parserillig1-81/+320
context diffs as well as unified diffs and report much better warnings. However, most of the warnings are currently disabled, as they are just too many. It cannot parse ed diffs, but produces warnings for them.
2006-02-19Mention qalculate PKGREVISION bump.wiz1-1/+2
2006-02-19Add missing file to PLIST. Bump PKGREVISION.wiz2-3/+4
2006-02-19Fixed pkglint warnings.rillig1-10/+9
2006-02-19Mention teapop PKGREVISION bump.wiz1-1/+2
2006-02-19Do not let teapop install config file itself,wiz3-3/+16
this conflicts with the pkginstall framework. Bump PKGREVISION.
2006-02-19Mention sylpheed-claws-ghostscript-viewer PKGREVISION bump.wiz1-1/+2
2006-02-19Fix embedded ghostscript path. Bump PKGREVISION. Remove BROKEN_IN.wiz1-4/+3
2006-02-19MASTER_SITES fixed (removed dead ones, sf.net is 1st); use .tar.bz2 from now onadam2-25/+21
2006-02-19Do not abuse OWN_DIRS. Fixes CHECK_FILES build.wiz2-3/+6
2006-02-19Updated mail/sylpheed to 2.2.0xtraeme2-3/+3
2006-02-19Update to 2.2.0.xtraeme4-42/+61
* 2.2.0 (stable) * The move and copy of messages to queue folders and virtual folders are prohibited. * The included sylpheed.spec was modified. * 2.2.0rc (development) * The 'minimize to tray icon' feature was modified. * The command line options help dialog is not duplicated anymore. * The problem that the UI was still insensitive after the execution of external editor failed was fixed. * The nonstandard Japanese encoding 'x-sjis' was supported. * Win32: The locale encoding problem on some languages was fixed.
2006-02-19added patch for systems (such as IRIX 5) which do not define MAP_FAILEDschwarz3-1/+35
2006-02-19IO::Tty was broken on NetBSD >= 3.0.heinz3-3/+32
patch-ab is only an unintrusive short-term fix, discussion with the authors how to fix it correctly has started. NetBSD >= 3.0 supports grantpt() but it invalidates the slave FD (see grantpt(3) on NetBSD) obtained through openpty() so we discard the (now invalid) descriptor for the slave tty. This causes Tty.xs to open the slave tty again. The issue should be really fixed by using posix_openpt() instead of openpty(). The functions posix_openpt(), grantpt(), unlockpt() and ptsname() belong together and should be used ahead of all the other ways to create the master and slave tty, not just on NetBSD. See also http://www.opengroup.org/onlinepubs/009695399/functions/posix_openpt.html
2006-02-19Simplify PLIST handling. PLIST_SUBST isn't necessary for static paths.wiz2-14/+12
Remove OWN_DIRS to fix CHECK_FILES build. Some pkglint cleanup while here.
2006-02-19Mention pine-pgp-filters PKGREVISION bump.wiz1-1/+2
2006-02-19Do not install *.orig files. Add missing dir to PLIST. PKGREVISION++wiz2-3/+5
2006-02-19Mention metamail PKGREVISION bump.wiz1-1/+2
2006-02-19Fix font handling. Bump PKGREVISION. Quiet pkglint a bit.wiz2-8/+8
2006-02-19Mention mess822 PKGREVISION bump.wiz1-1/+2
2006-02-19Add missing file+dir to PLIST. Bump PKGREVISION.wiz2-2/+5
2006-02-19Simplify PLIST handling. PLIST_SUBST isn't necessary for static paths.wiz2-18/+15
Remove OWN_DIRS to fix CHECK_FILES build. Some pkglint cleanup while here.
2006-02-19Fix:wiz1-3/+2
cannot create /bin/msgfmt: read-only file system cannot create /bin/msgfmt: read-only file system chmod: /bin/msgfmt: No such file or directory Solution: Do not include gettext-lib/builtin.mk, if it's included too early, BUILDLINK_DIR is not defined. Use gettext-lib/buildlink3.mk instead. While here, remove superfluous inclusion of bsd.prefs.mk.
2006-02-19Mention clamav PKGREVISION bump.wiz1-1/+2
2006-02-19clamav-milter(8) is installed even if milter pluginwiz2-4/+4
is not built. Add it to PLIST unconditionally. Bump PKGREVISION.
2006-02-19Just rename strcasestr to mystrcasestr, to avoidwiz2-16/+25
conflicts with builtin strcasestr on DF and NetBSD.
2006-02-18Add missing makeinfo and pkg-config tools; fixes build and PLIST.wiz1-2/+3
2006-02-18Mention pnetlib PKGREVISION bump.wiz1-1/+2
2006-02-18Add missing dir to PLIST. Bump PKGREVISION.wiz2-4/+5
2006-02-18Fix DISTNAME after PKGREVISION bump.wiz1-2/+2
2006-02-18Fix installation after PKGREVISION bump.wiz1-3/+3
2006-02-18Use REQD_DIRS instead of OWN_DIRS, for CHECK_FILES.wiz2-15/+15
While here, quiet pkglint.
2006-02-18Mention skkfep PKGREVISION bump.wiz1-1/+2
2006-02-18Convert to pkginstall framework. Bump PKGREVISION.wiz7-59/+37
2006-02-18Mention skk PKGREVISION bump.wiz1-1/+2
2006-02-18Add missing file+dir to PLIST. Bump PKGREVISION.wiz2-3/+5
2006-02-18Mention skencil PKGREVISION bump.wiz1-1/+2
2006-02-18Remove unnecessary fonts.alias and fonts.scale. Bump PKGREVISION.wiz2-5/+5
Fixes CHECK_FILES build.
2006-02-18Update pkg_chk to 1.69abs3-25/+37
- Deprecate -i -and -c (recommend -u -n and -a -n respectively
2006-02-18Make build with newer tiffs. Remove BROKEN_IN.wiz3-4/+18
2006-02-18sort. (hi, bouyer!)salo1-3/+3
2006-02-18Update pkg_chk to 1.68abs2-20/+26
- When listing binary packages with '-l', simplify logic and ensure if a dependency is missing the package which required it is shown. Also list all missing packages rather than stopping after the first - If -n is given with -u do not -
2006-02-18make libxfce4util compile with SGI IDO compiler used with IRIX5schwarz1-0/+17
2006-02-18make pkglint happier by using += with CONFIGURE_ARGS.gnu-iconvschwarz1-2/+2
2006-02-18make glib2 compile on IRIX5 without threading (does not work there)schwarz1-1/+5
change approved by jschauma.
2006-02-18Fix nagios entries.wiz1-9/+9
2006-02-18Bootstrapping pkgsrc to build 64-bit binaries on Solaris with SunPro isrillig1-7/+65
non-trivial. At least, it's documented now.
2006-02-18Mention py-matplotlib PKGREVISION bump.wiz1-1/+2
2006-02-18Add missing file to PLIST, bump PKGREVISION.wiz2-3/+5
Add missing pkg-config to USE_TOOLS.