Commit graph

79135 commits

Author SHA1 Message Date
dillo
56dffda7c7 Rewrite how PKG_OPTIONS is computed:
- PKG_SUGGESTED_OPTIONS (set by pkg maintainer in pkg Makefile)
	lists options enabled by default.
- PKG_DEFAULT_OPTIONS (set by user in /etc/mk.conf)
	enables or disables (when prefixed with `-') options for
	all packages, takes precedence over PKG_SUGGESTED_OPTIONS
- PKG_OPTIONS.foo (set by user in /etc/mk.conf)
	enables or disables (when prefixed with `-') options for
	a specific package, takes precedence over PKG_DEFAULT_OPTIONS
	and PKG_SUGGESTED_OPTIONS

Also simplify conversion of legacy USE_XXX variables to options
via the new PKG_OPTIONS_LEGACY_VARS variable and emit warnings if
legacy variables are in use.

Add a new target describe-options that lists all supported options
with a one-line description, the options enabled by default and
the currently enabled optoions.

Reviewed by jlam and wiz.

XXX: defaults/options.description has to be filled in
XXX: the pkgsrc guide has to be updated
2005-05-08 13:43:30 +00:00
wiz
e86bd09e3c Changes to the upload script:
vulnerable packages are uploaded directly into the vulnerable subdir.

While here:
quote variables
better handling of the temporary directory
remove some backwards compatibility code that's been here long enough
opsys-specific package handling was doing the same as non-opsys
specific, so fold them together.

Written together with dillo.
2005-05-08 13:29:09 +00:00
kristerw
27f5e18278 gcc 2.95 does not understand -Wfloat-equal. Use BUILDLINK_TRANSFORM to
remove that option.
2005-05-08 12:55:45 +00:00
jlam
949a7c95f1 PKG_OPTIONS.<pkg> isn't a good approximation to PKG_OPTIONS for the
package because PKG_OPTION.<pkg> could contain negative options, which
are never part of PKG_OPTIONS.  Instead, use the show-var target to
display the value.  We cache it in WRAPPER_VARS and in MAKE_FLAGS to
prevent reinvoking the show-var target recursively.
2005-05-08 12:03:56 +00:00
pooka
244cbb2047 * install the nethack nh10 font
* install some x11 resources examples files
from from Sergey Svishchev in PR pkg/21753
2005-05-08 10:17:30 +00:00
jlam
359f88c945 Add and enable bootstrap-install-sh. 2005-05-08 09:51:59 +00:00
jlam
5a73de3af4 Regression test for the bootstrap install-sh script which is a BSD install
replacement.
2005-05-08 09:51:26 +00:00
recht
8d21560ead Drop maintainership -- I didn't use that package for some time now. 2005-05-08 09:49:28 +00:00
jmmv
e6f03604aa Use BUILDLINK_LDFLAGS.pthread rather than hardcoding -pthread in build
files for portability.  Closes PR pkg/29190 by Todd Willey.
2005-05-08 09:07:08 +00:00
reed
5598dd8f7d Make this build under FreeBSD.
PKGREVISION not bumped since these changes only matter for
FreeBSD build which failed in the first place.

Note that xine-lib is needed, but the xine-lib fixes for
FreeBSD have not been committed yet.

(If you are curious, I am using gxine on FreeBSD all installed
via pkgsrc to watch a MS Windows Media 7 ASF video and listen to
MS Windows Media Audio 2 without any win32-codecs installed.)
2005-05-08 06:33:35 +00:00
minskim
d7ea5a8510 Make this package build with gcc-4. 2005-05-08 05:45:42 +00:00
minskim
62de1f8d60 Note PKGREVISION bump of nbitools. 2005-05-08 03:16:48 +00:00
minskim
e1878b980e Apply patches provided by MOCHIDA Shuji in PR pkg/29889 to teach
nbitools more about Darwin.
2005-05-08 03:14:35 +00:00
rh
26ce114bf3 Cenon is now in pkgsrc 2005-05-08 01:02:26 +00:00
dillo
6e34f589bd Note updates of hugo and wxhugo to 3.1.02 (various bug fixes, old
distfile no longer available)
2005-05-07 23:05:48 +00:00
dillo
484aaf03f8 Update to 3.1.02 (various bug fixes, old distfile no longer available) 2005-05-07 23:04:17 +00:00
wiz
31599c94a5 This file will be removed after 2005Q2. 2005-05-07 22:53:52 +00:00
wiz
3b587ea573 regen (various fixes and updates) 2005-05-07 22:41:15 +00:00
wiz
8c9c133a9a Sync htdocs tarball with htdocs contents of today.
With lots of help from hrs@.
2005-05-07 22:40:25 +00:00
wiz
53870f2267 Remove pear-SOAP-0.8.1 (thanks, jdolecek). 2005-05-07 22:36:46 +00:00
wiz
780c67da25 Remove references to Packages.txt. 2005-05-07 22:28:47 +00:00
wiz
56b6acd261 Use sh(1) instead of &man.sh.1;, which does not work yet. 2005-05-07 22:28:15 +00:00
wiz
2392e577cd Refer doc/pkgsrc.html instead of Packages.txt (HOMEPAGE variable). 2005-05-07 22:24:04 +00:00
rillig
69bf1568b2 When detecting the pkgsrc root directory, don't rely on Packages.txt, as
that will be removed soon. Approved by wiz.
2005-05-07 22:21:23 +00:00
wiz
85c1935403 Sync with v1.88 of packages(7). 2005-05-07 22:20:40 +00:00
wiz
af43f6cfdc Refer doc/pkgsrc.txt instead of Packages.txt. 2005-05-07 22:16:38 +00:00
wiz
f39de9fe86 Refer doc/pkgsrc.html instead of Packages.txt. 2005-05-07 22:16:05 +00:00
wiz
73b1f62fd4 Refer doc/pkgsrc.txt instead of Packages.txt. 2005-05-07 22:14:02 +00:00
rillig
c342ce1550 Removed the CPPFLAGS.NetBSD definition, as it has been fixed upstream.
Approved by wiz.
2005-05-07 22:07:39 +00:00
jschauma
3b0f34f1e0 Instead of using
cp .../* DESTDIR
do
cd .../ && PAX -rw . DESTDIR

This prevents failure due to too long argument list on some platforms.
2005-05-07 22:00:35 +00:00
reed
03db4bad60 Remove the xineplug_ao_out_oss entries as they were later added
to PLIST.common.
2005-05-07 21:57:02 +00:00
schmonz
c2634d1003 Since share/examples/qmail/boot is under ${PREFIX}, create it with
INSTALLATION_DIRS rather than MAKE_DIRS. Calculate QUEUE_EXTRALEN
in a more readable fashion.
2005-05-07 21:37:42 +00:00
rillig
7f2465a3a5 Replaced the shell here-document operator with qw(...). No functional
changes. Approved by wiz.
2005-05-07 21:22:40 +00:00
jschauma
127a340077 add a trivial builtin file to check for the existence of fam.h
This should address PR 27264.
2005-05-07 21:20:44 +00:00
kristerw
27a596e476 Do not add CC to MAKE_FLAGS. This was not quoted correctly, and the
pkgsrc infrastructures already adds this anyway.
2005-05-07 20:55:26 +00:00
kristerw
0515ee60bc Sort to make pkglint happy. 2005-05-07 20:54:05 +00:00
kristerw
5226713b67 Sort file names to fix lint warnings. 2005-05-07 20:46:16 +00:00
kristerw
966ed38f9e Do not add CC to MAKE_FLAGS. This was not quoted correctly, and the
pkgsrc infrastructures already adds this anyway.
2005-05-07 20:43:39 +00:00
jdolecek
0bc8eaff20 g/c, it's not necessary and was empty anyway 2005-05-07 19:34:42 +00:00
reed
4c676c29a2 Add PKGBASE to MESSAGE_SUBST for substituting variables in MESSAGEs.
Noticed it was used in multimedia/xine-ui/MESSAGE.NetBSD.

Maybe this is redundant, and in that case, could have just hard-coded
"xine-ui" instead.
2005-05-07 19:32:56 +00:00
jdolecek
3aefd29f26 add php5-soap, ride PKGREVISION bump done for php-eaccelerator 2005-05-07 19:30:28 +00:00
jdolecek
7e5715910c Add package for PHP5 SOAP extension. 2005-05-07 19:28:01 +00:00
jdolecek
dde40c1bea add php-eaccelerator 2005-05-07 19:03:38 +00:00
jdolecek
3d22f3088c Added package for eAccelerator 0.9.2a - PHP accelerator, optimizer, encoder
and dynamic content cache. Works for both PHP4 and PHP5.
2005-05-07 18:59:05 +00:00
jdolecek
42f4761d9f Add package for eAccelerator - PHP accelerator, optimizer, encoder and dynamic
content cache.

Confirmed buildable and working for both PHP4 and PHP5.
2005-05-07 18:53:33 +00:00
jdolecek
4f26e9ed5f do not define MASTER_SITES and EXTRACT_SUFX if PECL_VERSION is set,
so that lang/php/ext.php need not use = assignment and extensions
would be able to use different setting
2005-05-07 18:50:24 +00:00
ben
8e29c33b26 Update MASTER_SITES. 2005-05-07 17:45:33 +00:00
jdolecek
cf7438b1c6 pear-SOAP updated to 0.8.1 - HTTP transmissing error handling improvements,
WSDL related tweaks and NAN/INF-related warning fixes
2005-05-07 16:52:07 +00:00
jdolecek
51f7d73a29 Update to 0.8.1. Changes include HTTP transmissing error reporting
improvements, tweaks to WSDL-related code. Also fixes the warnings
about 'NAN' and 'INF' being already defined.
2005-05-07 16:51:01 +00:00
gavan
3c495e7aeb Move invocation of make into a do_test_default, and provide overridable
function do_test, which by default just invokes do_test_default.

For jlam's overriding pleasure.
2005-05-07 15:45:59 +00:00