Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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)
|
|
Addresses PR pkg/26479.
|
|
A patch is no longer need to add the support.
|
|
|
|
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).
|
|
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<-------------
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
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
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
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].
|
|
|
|
will finally fix all of the bulk build problems seen on -current and
2.0 branch machines (1.6 branch has never had problems).
|
|
p5-Tree-Simple.
|
|
|
|
Collection.
Perl extension to create and manipulation tree objects.
|
|
Packages Collection.
Module::Versions::Report allows a PERL program to list all currently
loaded extensions in memory.
|
|
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.
|
|
into it. The directory already existed as a '@dirrm' in the PLIST.
Fixes a problem shown up by the bulk builds.
|
|
X11ROOT defined! (hi jmmv).
Bump version to 1.1, both XFree86-dirs and xorg-dirs.
|
|
can be used for bulk data transport without adding any crud at the
receiving end. Bump pkgrevision to 2.
|
|
|
|
|
|
|
|
will be installed into the proper location, otherwise X11ROOT_PREFIX
might be empty!
|
|
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.
|
|
if X11_TYPE == native (by default).
|
|
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.
|
|
(pyrasis at chol dot com).
Changes:
- Fix typo errors in package description.
|
|
|
|
|
|
|