summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-10Update teixsl-fo to 3.1.minskim3-12/+10
Changes in 3.1: * html/teihtml-struct, common/teicommon.xsl: move handling of cross-referenced headers to common * makeURL to makeHyperLink, and be common * revised structure to separate out fo, latex, common, html
2004-02-10Note update of teixsl-html to 3.1.minskim1-1/+2
2004-02-10Update teixsl-html to 3.1.minskim3-18/+18
Changes in 3.1: * latex/teilatex.xsl: support q[@rend='eg'] * html/teihtml-struct, common/teicommon.xsl: move handling of cross-referenced headers to common * makeURL to makeHyperLink, and be common * revised structure to separate out fo, latex, common, html
2004-02-10Update pkgtools/createbuildlink to 3.1. Changes from version 3.0 includejlam3-7/+23
generating buildlink3.mk files that only append to BUILDLINK_DEPENDS.*.
2004-02-10Override config.sub/config.guess for mipseb.sekiya1-1/+4
2004-02-10bl3ifyxtraeme2-4/+29
2004-02-10bl3ify, and set USE_LANGUAGES appropriatelyjlam1-10/+11
2004-02-10Fix some cases where ?+ should be +=, and fix the package name.xtraeme1-5/+5
2004-02-10Yet another config.guess/config.sub override for mipseb.sekiya1-1/+4
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam18-36/+35
setting it.
2004-02-10Turn PERL5_REQD into a list of values, the highest of which will be usedjlam5-27/+48
to choose the correct Perl dependency.
2004-02-10bl3ifyxtraeme4-11/+62
2004-02-10Initial import...xtraeme1-0/+26
2004-02-10bl3ifyxtraeme4-19/+50
2004-02-10-perl-5.8.3jlam1-2/+1
2004-02-10Update lang/perl58 to 5.8.3. This is a bugfix release over 5.8.2 andjlam4-12/+13
fixes some minor bugs.
2004-02-10bl3ifyxtraeme5-18/+70
2004-02-10the NetBSD build of Firefox 0.8 is now available.grant2-2/+11
2004-02-10Reverse sense of GCC test and only perform it if we're using GCC.jlam1-7/+9
2004-02-10Give a better pseudo CC_VERSION for the SunPro C compiler.jlam1-2/+2
2004-02-10bl3ifyjlam1-14/+12
2004-02-10buildlink3.mk file for security/gnutls (used by mail/dovecot).jlam1-0/+23
2004-02-10bl3ifyjlam9-29/+77
2004-02-10bl3ify, and bump the PKGREVISION due to gss dependency update.jlam2-10/+31
2004-02-10Bump DEPENDS after PKGREVISION update due to header file change.jlam2-4/+4
2004-02-10bl3ify and bump the PKGREVISION after removing <gss/krb5.h> (which isn'tjlam4-5/+34
installed) from the gss.h header.
2004-02-10bl3ify and remove libiconv and gettext-lib buildlink files. This packagejlam2-9/+26
really only needs gettext-lib through libgpg-error, and doesn't need libiconv at all unless it uses the pkgsrc gettext-lib. The gettext-lib buildlink3.mk file combined with the buildlink3 framework is considerably better at detecting this than the buildlink2.mk, which broke in a lot of instances.
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam17-128/+89
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-09Remove a temporary directory created at post-install, so that aminskim2-2/+4
non-root user can 'make clean'. Approved by wiz@.
2004-02-09Cut-n-paste error.jlam1-2/+2
2004-02-09bsd.prefs.mk includes mk/compiler/gcc.mk indirectly, which invokesjlam1-1/+2
${PKG_ADMIN}, so we need to not use "-K" with pkg_admin, too.
2004-02-09mail/cueitojun1-1/+2
2004-02-09upgrade to 20040209. base64 decoding fix, mbox file handling update.itojun2-6/+6
2004-02-09bl3ifyjlam4-5/+39
2004-02-09Remove some non-existent files.xtraeme1-4/+1
2004-02-09Raise BUILDLINK_DEPENDS.freetype2 to at least 2.1.3.reed4-8/+8
Even 2.0.9 is not good enough for newer fontconfig; for example, gtk2 won't buildlink correctly (and will use older X version of include/freetype2/freetype/ftbdf.h) and libfontconfig needs FT_Get_BDF_Property which is not defined. No PKGREVISION bump is needed, because would not even build in first place.
2004-02-09USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.jlam6-12/+12
2004-02-09Note revision bump for gnome-vfs2 to 2.jmmv1-1/+2
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv70-125/+140
2004-02-09Re-enable the use of fam, to get a full-featured 'file' method. This wasjmmv4-26/+7
disabled a while ago because it was causing lockups when using gnome-vfs2; after the updates of fam and gnome-vfs2, this seems to be fixed (there have been some fixes WRT fam support in this package). Bump PKGREVISION to 2.
2004-02-09bl3ifyjlam1-2/+2
2004-02-09Note update of gtkspell to 2.0.5.minskim1-1/+2
2004-02-09Update gtkspell to 2.0.5. The docs directory was excluded fromminskim3-10/+12
buildling because it requirs gtk-doc. Approved by wiz@. Changes since 2.0.2: * Don't check numeric words. Combined with word breaking changes recently committed to Pango, this will handle all letter-number combinations nicely. * "Add to Dictionary" now actually adds to personal dictionary. * New "Ignore All" menuitem to add a word to the current session. * Updates of autogen.sh and conifgure.ac to use newer autoconf/automake/libtool. * Change behavior on a right click so that cutting/copying with the mouse works again. * Add deferred checking: make the misspelled word highlighting work like other apps and delay checking the current word until the cursor exits it. * gtkspell.spec.in: Typo fix. * Conditionally use Aspell if it's available, otherwise fall back to Pspell (Ramon Medina). * docs/ directory and beginning documentation added. * 2.0.3 released. * gtkspell.c: Hack around Pango wordbreaking bug (also logged with their developers at: http://bugzilla.gnome.org/show_bug.cgi?id=97545 ). * gtkspell.spec.in: RPM .spec file template. From Alex <hansolo@rochester.rr.com>. * configure.ac: Generate gtkspell.spec from gtkspell.spec.in. * README: Add Ari and Alex to a "Thanks" section. * configure.ac: Check for libpspell earlier and die if we don't find it. Prerequire autoconf 2.52. * gtkspell/Makefile.am, examples/Makefile.am: Set CFLAGS instead of foo_CFLAGS (why does the old way not work anymore?). * autogen.sh: Don't automatically run configure.
2004-02-09Note update of fam to 2.6.10.jmmv1-1/+2
2004-02-09Update to 2.6.10:jmmv13-260/+242
- removed const from Scheduler.h to fix GCC 3 build. - use GID_NOBODY if NOGROUP is undefined to build on SysV-like operating systems including IRIX. Changes in the package: - Install configuration file in place. - Tell the user how to setup and enable FAM.
2004-02-09Pull in value of KRB4_PREFIX_CMDS from KERBEROS_PREFIX_CMDS.wennmach1-6/+7
This provides both, simple and fine-grained control over the Kerberos prefix. If not specified, KRB4_PREFIX_CMDS will default to the value of KERBEROS_PREFIX_CMDS. If specified, it overrides KERBEROS_PREFIX_CMDS.
2004-02-09Do not modify installed read-only files; do it at build time.minskim1-14/+13
Approved by wiz@.
2004-02-09Updated sylpheed-claws to 0.9.9adam2-3/+3
2004-02-09Changes 0.9.9:adam3-7/+10
* the Icon Theme selector has been moved to the other preferences window, '/Configuration/Other Preferences.../Display/Themes'. It has also been completely redesigned and now displays the name of the theme, the name of the author, the related URL, the current status, and a preview of the theme. A theme can be installed or removed using the respective buttons. * the 'External Command' options have been moved to other preferences window, '/Configuration/Other Preferences.../Message View/External Programs', options for audio player and image viewer have been added. * the creation of 'SMTP only' accounts is now possible. * the size and position of the Compose window is remembered * GnuPG: on checking a signature if the key is untrusted the signature icon displays a pen with an exclamation mark as a warning. * the SpamAssassin and Clam AntiVirus plugins now indicate their operation via the status bar. * updated translations: French, German, Polish, Serbian, Simplified Chinese, Spanish,and Slovak * Bug fixes
2004-02-09Note update of lang/nawk to 20040207cjep2-3/+3