Commit graph

64802 commits

Author SHA1 Message Date
jmmv
8fd6a53938 Update to 2.4.5:
* 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-30 22:14:18 +00:00
jmmv
9e15fb5e05 Remove some C99isms; hopefully fixes build on NetBSD 1.6.2.
Addresses PR pkg/26479.
2004-07-30 21:54:10 +00:00
jlam
c3bb963235 PostgreSQL table support is a standard (if compiled) feature of Postfix.
A patch is no longer need to add the support.
2004-07-30 21:44:43 +00:00
jlam
db6a4b68f3 VERP support is a standard feature in Postfix. 2004-07-30 21:38:07 +00:00
jlam
b460ce1ab5 Convert to use bsd.options.mk. The relevant options variable to set
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-30 21:05:41 +00:00
jlam
85306a8348 bsd.options.mk provides boilerplate code for standard naming conventions
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 20:59:08 +00:00
recht
0d19bcb7f6 -dvdrip-0.50.18 2004-07-30 20:54:00 +00:00
recht
6f9f883290 note update of dvdrip to 0.50.18 2004-07-30 20:53:25 +00:00
jlam
08ffe1eca5 Update documentation for the current state of buildlink3. 2004-07-30 20:52:44 +00:00
recht
b1dbe77f18 update to 0.50.18
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-30 20:51:47 +00:00
jlam
129ce057eb Check the version of as using the just-computed ${AS_PATH}, not ${AS}. 2004-07-30 20:48:39 +00:00
kristerw
b1fc9951d1 Note bump of PKGREVISION for vice. 2004-07-30 20:34:45 +00:00
kristerw
67a60f877f Make the emulator work when vidmode extension cannot be used.
Bump PKGREVISION.
2004-07-30 20:32:01 +00:00
recht
646bc1bc38 note update of py-docutils to 0.3.5 2004-07-30 18:30:29 +00:00
recht
6ebf7de3c5 update to 0.3.5
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-30 18:28:25 +00:00
minskim
7e3f925b6c Enable pkgviews installation. 2004-07-30 15:50:37 +00:00
minskim
3c7cd2a68c No need to include bsd.prefs.mk. 2004-07-30 15:17:20 +00:00
minskim
de9ae82e3c Enable pkgviews installation. 2004-07-30 14:53:43 +00:00
shannonjr
9a9f3eea71 Recompute patchsum to go with revision to patch-ae:
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-30 14:44:13 +00:00
shannonjr
aadc99c41d 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-30 14:37:45 +00:00
cube
93c18b484e Note addition of p5-Locale-Maketext-Fuzzy and p5-Locale-Maketext-Lexicon. 2004-07-30 14:00:39 +00:00
cube
84c8dcd844 Add p5-Locale-Maketext-Fuzzy and p5-Locale-Maketext-Lexicon. 2004-07-30 13:59:17 +00:00
cube
8fa56d02a7 Fix dependency. 2004-07-30 13:58:25 +00:00
minskim
44a8f13886 Enable pkgviews installation. 2004-07-30 13:57:25 +00:00
cube
c9971db454 Initial import of p5-Locale-Maketext-Fuzzy, version 0.02, into the NetBSD
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-30 13:57:11 +00:00
cube
71532d1c7f Initial import of p5-Locale-Maketext-Lexicon, version 0.38 into the NetBSD
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-30 13:52:45 +00:00
wiz
e426938c98 Mention new ltm-0.30 package. 2004-07-30 13:50:46 +00:00
wiz
e1319e6660 Add and enable ltm. 2004-07-30 13:50:07 +00:00
wiz
2e1e1dd290 Initial import of ltm-0.30:
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-30 13:49:40 +00:00
schmonz
c68e1abebc I'll do the getmail update. 2004-07-30 13:29:46 +00:00
dmcmahill
3da052ca18 Fix up some more bugs introduced by the libtoolization. Hopefully this
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-30 13:07:25 +00:00
cube
95e3f576f8 Note addition of p5-HTML-Scrubber, p5-Module-Versions-Report and
p5-Tree-Simple.
2004-07-30 13:03:17 +00:00
cube
a1854a30bd Add p5-Module-Versions-Report, p5-HTML-Scrubber and p5-Tree-Simple. 2004-07-30 13:00:59 +00:00
cube
e9727062b6 Initial import of p5-Tree-Simple, version 1.06, into the NetBSD Packages
Collection.

Perl extension to create and manipulation tree objects.
2004-07-30 12:57:40 +00:00
cube
66663692db Initial import of p5-Module-Versions-Report, version 1.02 into the NetBSD
Packages Collection.

Module::Versions::Report allows a PERL program to list all currently
loaded extensions in memory.
2004-07-30 12:56:39 +00:00
cube
912a43173c Initial import of p5-HTML-Scrubber, version 0.08 into the NetBSD Packages
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-30 12:55:44 +00:00
agc
d427935630 Create the directory for header files before trying to install them
into it.  The directory already existed as a '@dirrm' in the PLIST.

Fixes a problem shown up by the bulk builds.
2004-07-30 12:01:42 +00:00
xtraeme
dbbd6e4e36 <x11>/Makefile.common should be included before dirs.mk to have
X11ROOT defined! (hi jmmv).

Bump version to 1.1, both XFree86-dirs and xorg-dirs.
2004-07-30 11:24:38 +00:00
he
caf0afe1cc Print statistics to stderr, not to stdout, so that this program
can be used for bulk data transport without adding any crud at the
receiving end.  Bump pkgrevision to 2.
2004-07-30 10:16:52 +00:00
salo
0010c78773 Fix multiline strings to get further with gcc3.x 2004-07-30 09:57:54 +00:00
wiz
86592753af Comment out MASTER_SITE, since it does not have the files any longer. 2004-07-30 09:03:11 +00:00
xtraeme
c5c5617e1f Remove CHECK_X11_TYPE, now it's already defined in Makefile.common. 2004-07-30 08:31:22 +00:00
xtraeme
c1e73d3cf3 Define CHECK_X11_TYPE, which is needed to be sure that all packages
will be installed into the proper location, otherwise X11ROOT_PREFIX
might be empty!
2004-07-30 08:24:20 +00:00
xtraeme
0cfedd6db1 Add a new variable to specify the installation prefix for
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-30 07:48:56 +00:00
xtraeme
02371f01af Only assign X11BASE=/usr/X11R6 if X11_TYPE was not defined, or
if X11_TYPE == native (by default).
2004-07-30 07:38:01 +00:00
xtraeme
aefcbc0841 o Add missing files.
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-30 07:22:19 +00:00
minskim
a6ee471f88 Update alee-ttf to 0.4. Based on patches provided by Lee Jae-Hong
(pyrasis at chol dot com).

Changes:
  - Fix typo errors in package description.
2004-07-30 05:23:37 +00:00
xtraeme
a9a996b9c7 s/XFree86/Xorg/ 2004-07-30 04:39:08 +00:00
wiz
c2a246fc71 Mention new m1 package. 2004-07-29 23:21:34 +00:00
wiz
0316311cda Add and enable m1. 2004-07-29 23:20:44 +00:00