summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-30Update to 2.4.5:jmmv3-10/+11
* Fix g_filename_from_uri() to work with non-UTF-8 filenames [Robert Ă–gren, Matthias Clasen] * Make GMarkup parser handle of whitespace inside tags according to XML 1.1 [Hiroyuki Ikezoe, Matthias] * Documentation improvements [Soeren Sandmann, Christophe Fergeau, Danek Duvall] * Other bug fixes [Oliver Guntermann, Sven Neumann, James Henstridge, Murray Cumming, Matthias, Tommi Komulainen] * New and updated translations (bg,hi,sq)
2004-07-30Remove some C99isms; hopefully fixes build on NetBSD 1.6.2.jmmv2-1/+27
Addresses PR pkg/26479.
2004-07-30PostgreSQL table support is a standard (if compiled) feature of Postfix.jlam1-16/+12
A patch is no longer need to add the support.
2004-07-30VERP support is a standard feature in Postfix.jlam1-8/+5
2004-07-30Convert to use bsd.options.mk. The relevant options variable to setjlam39-445/+789
for each package can be determined by invoking: make show-var VARNAME=PKG_OPTIONS_VAR The old options are still supported unless the variable named in PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-30bsd.options.mk provides boilerplate code for standard naming conventionsjlam2-1/+170
for handling per-package build options. Before including this file, the following variables should be defined: PKG_OPTIONS_VAR This is a list of the name of the make(1) variables that contain the options the user wishes to select. This variable should be set in a package Makefile. E.g., PKG_OPTIONS_VAR= WIBBLE_OPTIONS or PKG_OPTIONS_VAR= FOO_OPTIONS BAR_OPTIONS PKG_SUPPORTED_OPTIONS This is a list of build options supported by the package. This variable should be set in a package Makefile. E.g., PKG_SUPPORTED_OPTIONS= kerberos ldap ssl Optionally, the following variables may also be defined: PKG_DEFAULT_OPTIONS This is a list the options that should be built into every package, if that option is supported. This variable should be set in /etc/mk.conf. ${PKG_OPTIONS_VAR} (the variables named in PKG_OPTIONS_VAR) These variables list the selected build options and override any default options given in PKG_DEFAULT_OPTIONS. If any of the options begin with a '-', then that option is always removed from the selected build options, e.g. PKG_DEFAULT_OPTIONS= kerberos ldap sasl PKG_OPTIONS_VAR= WIBBLE_OPTIONS WIBBLE_OPTIONS= ${PKG_DEFAULT_OPTIONS} -sasl # implies PKG_OPTIONS == "kerberos ldap" or PKG_OPTIONS_VAR= WIBBLE_OPTIONS WIBBLE_OPTIONS= kerberos -ldap ldap # implies PKG_OPTIONS == "kerberos" This variable should be set in /etc/mk.conf. PKG_FAIL_UNSUPPORTED_OPTIONS If this is set to "yes", then the presence of unsupported options in PKG_OPTIONS.<pkg> (see below) causes the build to fail. Set this to "no" to silently ignore unsupported options. Default: "yes". After including this file, the following variables are defined: PKG_OPTIONS This is the list of the selected build options, properly filtered to remove unsupported and duplicate options. Example usage: -------------8<-------------8<-------------8<-------------8<------------- # Global and legacy options .if defined(USE_OPENLDAP) || defined(USE_SASL2) . if !defined(PKG_OPTIONS.wibble) . if defined(USE_OPENLDAP) && !empty(USE_OPENLDAP:M[yY][eE][sS]) PKG_OPTIONS.wibble+= ldap . endif . if defined(USE_SASL2) && !empty(USE_SASL2:M[yY][eE][sS]) PKG_OPTIONS.wibble+= sasl . endif . endif .endif PKG_OPTIONS_VAR= PKG_OPTIONS.wibble PKG_SUPPORTED_OPTIONS= ldap sasl .include "../../mk/bsd.options.mk" # Package-specific option-handling ### ### LDAP support ### .if !empty(PKG_OPTIONS:Mldap) . include "../../databases/openldap/buildlink3.mk" CONFIGURE_ARGS+= --enable-ldap=${BUILDLINK_PREFIX.openldap} .endif ### ### SASL authentication ### .if !empty(PKG_OPTIONS:Msasl) . include "../../security/cyrus-sasl2/buildlink3.mk" CONFIGURE_ARGS+= --enable-sasl=${BUILDLINK_PREFIX.sasl} .endif -------------8<-------------8<-------------8<-------------8<-------------
2004-07-30-dvdrip-0.50.18recht1-2/+1
2004-07-30note update of dvdrip to 0.50.18recht1-1/+2
2004-07-30Update documentation for the current state of buildlink3.jlam2-227/+309
2004-07-30update to 0.50.18recht2-6/+5
0.50.18 - [stable branch] - Sun Apr 18 2004, joern Bugfixes: - ac3 passthrough was broken. Thanks for reporting to James Broberg <jbrobergAT cs.rmit.edu.au> and TOSOVSKY Ales <tosovsky AT znalecka.cz> 0.50.17 - [stable branch] - Sat Apr 10 2004, joern Features: - support for another transcode deinterlacer (I=5), suggested by Jean-Yves Simon <lethalwp AT tiscali.be> Bugfixes: - mp3 samplerate setting didn't work, only 48khz for CVD. Thanks for the report to Neverstopdreaming <neverstopdreaming AT tiscali.it>. - dvd::rip couldn't open empty project files - prevent timeouts when encoding Ogg/Vorbis in cluster mode - vobsub creation now splits with millisecond precision, thanks for the patch to Jean-Yves Simon
2004-07-30Check the version of as using the just-computed ${AS_PATH}, not ${AS}.jlam1-2/+2
2004-07-30Note bump of PKGREVISION for vice.kristerw1-1/+2
2004-07-30Make the emulator work when vidmode extension cannot be used.kristerw4-8/+31
Bump PKGREVISION.
2004-07-30note update of py-docutils to 0.3.5recht1-1/+2
2004-07-30update to 0.3.5recht3-6/+50
Major changes: * improved, extended and reorganized documentation; see http://docutils.sourceforge.net/docs/ * new cvs-table directive * many minor improvements, additions and bug fixes For a detailed list see: http://docutils.sourceforge.net/0.3.5/HISTORY.html
2004-07-30Enable pkgviews installation.minskim27-27/+129
2004-07-30No need to include bsd.prefs.mk.minskim1-3/+1
2004-07-30Enable pkgviews installation.minskim1-1/+5
2004-07-30Recompute patchsum to go with revision to patch-ae:shannonjr1-2/+2
Change for AMD64: The patch incorrectly AMD64 to be identified as x86_64--netbsdelf when it is identified as x86_64--netbsd. This effect the building of the Ada front-end on the AMD64 target only.
2004-07-30Change for AMD64: The patch incorrectly AMD64 to be identifiedshannonjr1-2/+2
as x86_64--netbsdelf when it is identified as x86_64--netbsd. This effect the building of the Ada front-end on the AMD64 target only.
2004-07-30Note addition of p5-Locale-Maketext-Fuzzy and p5-Locale-Maketext-Lexicon.cube1-1/+3
2004-07-30Add p5-Locale-Maketext-Fuzzy and p5-Locale-Maketext-Lexicon.cube1-1/+3
2004-07-30Fix dependency.cube1-2/+2
2004-07-30Enable pkgviews installation.minskim1-1/+5
2004-07-30Initial import of p5-Locale-Maketext-Fuzzy, version 0.02, into the NetBSDcube4-0/+29
Packages Collection, from the pkgsrc-wip project. Original package by Dieter Roelants. Locale::Maketext::Fuzzy is a subclass of Locale::Maketext with additional support for localizing messages that already contains interpolated variables.
2004-07-30Initial import of p5-Locale-Maketext-Lexicon, version 0.38 into the NetBSDcube4-0/+33
Packages Collection, from the pkgsrc-wip project. Original package by Dieter Roelants. A perl module providing lexicon-handling backends, for "Locale::Maketext" to read from other localization formats, such as PO files, MO files, or from databases via the "Tie" interface. For extracting translatable strings from source files, a "xgettext.pl" utility is also installed by default.
2004-07-30Mention new ltm-0.30 package.wiz1-1/+2
2004-07-30Add and enable ltm.wiz1-1/+2
2004-07-30Initial import of ltm-0.30:wiz5-0/+61
LibTomMath provides highly optimized and portable routines for a vast majority of integer based number theoretic applications (including public key cryptography). LibTomMath is not a cryptographic toolkit itself but it can be used to write one [Used in LibTomCrypt for RSA, DH and ECC public key routines].
2004-07-30I'll do the getmail update.schmonz1-2/+2
2004-07-30Fix up some more bugs introduced by the libtoolization. Hopefully thisdmcmahill5-29/+92
will finally fix all of the bulk build problems seen on -current and 2.0 branch machines (1.6 branch has never had problems).
2004-07-30Note addition of p5-HTML-Scrubber, p5-Module-Versions-Report andcube1-1/+4
p5-Tree-Simple.
2004-07-30Add p5-Module-Versions-Report, p5-HTML-Scrubber and p5-Tree-Simple.cube2-3/+6
2004-07-30Initial import of p5-Tree-Simple, version 1.06, into the NetBSD Packagescube4-0/+25
Collection. Perl extension to create and manipulation tree objects.
2004-07-30Initial import of p5-Module-Versions-Report, version 1.02 into the NetBSDcube4-0/+23
Packages Collection. Module::Versions::Report allows a PERL program to list all currently loaded extensions in memory.
2004-07-30Initial import of p5-HTML-Scrubber, version 0.08 into the NetBSD Packagescube4-0/+28
Collection. HTML::Scrubber allows a program to sanitize, or scrub, an input in HTML format in a reliable and flexible way. Moreover, it doesn't depend on HTML::TreeBuilder, but rather on HTML::Parser.
2004-07-30Create the directory for header files before trying to install themagc1-1/+4
into it. The directory already existed as a '@dirrm' in the PLIST. Fixes a problem shown up by the bulk builds.
2004-07-30<x11>/Makefile.common should be included before dirs.mk to havextraeme5-9/+11
X11ROOT defined! (hi jmmv). Bump version to 1.1, both XFree86-dirs and xorg-dirs.
2004-07-30Print statistics to stderr, not to stdout, so that this programhe3-16/+66
can be used for bulk data transport without adding any crud at the receiving end. Bump pkgrevision to 2.
2004-07-30Fix multiline strings to get further with gcc3.xsalo2-5/+33
2004-07-30Comment out MASTER_SITE, since it does not have the files any longer.wiz1-2/+2
2004-07-30Remove CHECK_X11_TYPE, now it's already defined in Makefile.common.xtraeme15-30/+17
2004-07-30Define CHECK_X11_TYPE, which is needed to be sure that all packagesxtraeme2-2/+6
will be installed into the proper location, otherwise X11ROOT_PREFIX might be empty!
2004-07-30Add a new variable to specify the installation prefix forxtraeme8-33/+31
X11 packages (currently XFree86 and xorg), X11ROOT_PREFIX. Defaults: xorg: X11ROOT_PREFIX = xorg. XFree86: X11ROOT_PREFIX = XFree86. Otherwise it's undefined. With this modification we don't have to specify X11BASE anymore, because it's assigned automatically via bsd.pkg.defaults.mk. If you want to change the defaults, specify X11ROOT_PREFIX in mk.conf. Update Packages.txt now that we don't need X11BASE.
2004-07-30Only assign X11BASE=/usr/X11R6 if X11_TYPE was not defined, orxtraeme1-5/+5
if X11_TYPE == native (by default).
2004-07-30o Add missing files.xtraeme2-7/+18
o Remove header files, which are handled by xorg-libs. o Don't leave empty version.def, it's needed for some packages (e.g Xft2/builtin.mk, Xrandr/builtin.mk, etc). o Remove duplicated line in do-build target. Bump PKGREVISION.
2004-07-30Update alee-ttf to 0.4. Based on patches provided by Lee Jae-Hongminskim4-17/+18
(pyrasis at chol dot com). Changes: - Fix typo errors in package description.
2004-07-30s/XFree86/Xorg/xtraeme1-2/+2
2004-07-29Mention new m1 package.wiz1-1/+2
2004-07-29Add and enable m1.wiz1-1/+2