Commit graph

105625 commits

Author SHA1 Message Date
joerg
6e82078eef DESTDIR support. 2006-11-05 17:17:04 +00:00
joerg
5dfaaf310b DESTDIR support. 2006-11-05 17:06:43 +00:00
joerg
34ab941980 Remove post-install, is this directory has files anyways. 2006-11-05 17:02:18 +00:00
joerg
68ff4729c6 First step to making modular transparent:
Redirect from the individual modular libraries to the old libs or
mk/x11.buildlink3.mk.
2006-11-05 16:55:28 +00:00
joerg
02c7dcd4c2 + libXcursor 2006-11-05 16:40:39 +00:00
joerg
b6392ded58 DESTDIR support. p5-XML-SAX wants to use one of its modules during
installation, which makes the PERL5LIB dance necessary.
2006-11-05 16:30:43 +00:00
rillig
917dc93a70 Code cleanup; removed a redundant comment. 2006-11-05 16:24:43 +00:00
seb
7730e1cff3 Note update of net/bind9 to version 9.3.2nb3 2006-11-05 15:52:00 +00:00
seb
eb92db42b9 Don't install doc/*/Makefile{,.in} as theses do not pass the CHECK_WRKREF
check. Also don't install utility perl scripts for building the
docs. Use pax to install all the doc files in one go.

Bump PKGREVISION to 3 for the PLIST changes.
2006-11-05 15:49:22 +00:00
ghen
fce9e5d26d Updated mail/dovecot to 1.0rc12. 2006-11-05 15:46:14 +00:00
ghen
ce0af3b0ce Update to dovecot 1.0rc12. 1.0rc11 didn't compile on FreeBSD and OpenBSD.
From the release announcement mail:

Since rc11 has problems compiling with BSDs, here's a new release. Just
two changes:

	- rc11 didn't compile with some compilers
	- default_mail_env fallbacking was broken with --exec-mail
2006-11-05 15:45:09 +00:00
joerg
aa7649f688 Use REAL_ROOT_USER for configuration dirs. 2006-11-05 15:15:24 +00:00
joerg
8e79aa8c40 Rename _INSTALL_ROOT_USER to REAL_ROOT_USER. Use it as default for
SETUID_ROOT_PERMS.
2006-11-05 15:10:08 +00:00
joerg
7bf4961562 RC scripts should be installed relative to DESTDIR as well. 2006-11-05 14:51:24 +00:00
rillig
ee651bf5d2 Use the new BSD_MAKE_ENV. 2006-11-05 14:47:55 +00:00
joerg
144c44a4ac Look into DESTDIR when checking for WRKDIR references. 2006-11-05 14:46:50 +00:00
joerg
ca28d631e8 Special case LOCALBASE before X11BASE, as they can be identical in
the case of modular Xorg and the latter is more specific.
2006-11-05 14:39:11 +00:00
adrianp
b872bff680 Added security/ap-modsecurity2 version 2.0.3 2006-11-05 14:36:19 +00:00
joerg
24562c0818 DOCOWN and DOCGRP should be unprivileged as well. 2006-11-05 14:36:13 +00:00
adrianp
7639ec8b72 +ap-modsecurity2 2006-11-05 14:34:50 +00:00
adrianp
1c14fcf232 ModSecurity is an open source intrusion detection and prevention engine for
web applications (or a web application firewall). Operating as an Apache Web
server module or standalone, the purpose of ModSecurity is to increase web
application security, protecting web applications from known and unknown
attacks.

This is the 2.x branch of modsecurity and only supports Apache 2.x
2006-11-05 14:33:37 +00:00
joerg
e72d7997ca Explicitly use unzip and zip and put the correct path names into the
VFS scripts. I've been annoyed by this for too long. Bump revision.
2006-11-05 14:32:08 +00:00
seb
d54eb2652e p5-XML-XUpdate-LibXML updated 2006-11-05 14:29:31 +00:00
seb
1a9a64a74d Note update of textproc/p5-XML-XUpdate-LibXML to version 0.6.0 2006-11-05 14:28:58 +00:00
joerg
15f3a36f40 Add an alternative version of bsd.prefs.mk. make(1) processing of
the fullly conditionalised bsd.prefs.mk still needs a considerable
amount of time and moving the include guard out kills most of that.

Preliminary tests with renaming bsd.prefs.mk and using the same logic
to point to the real files show 5%-10% reduced run time for
"make show-options" in x11/kdebase3 and no measurable regression in
simpler places. This versions allows incremental conversion of the
use in buildlink3.mk. Some care should be used in mk/ itself, as e.g.
bsd.pkg.mk is included from first level hierachies as well.
2006-11-05 14:28:38 +00:00
seb
fc787407d9 Update to version 0.6.0.
While here add HOMEPAGE.

Changes since last packaged version (0.2.3):
(note: no Changes file entry for version 0.6.0)

0.3.0 Thu Nov  7 10:52:19 2002 Petr Pajas <pajas@matfyz.cz>
- Different implementation of XUpdate variables is used. Now
  variables contain the actual objects resulting from an XPath query,
  and not their textual content as in versions 0.2.x of
  XML::XUpdate::LibXML.
- value-of instruction result in copies of the actual objects it
  select rather than its textual content
- extra indentation option -j added
- indentation implies removable ws stripping XML parser

0.4.0 Mon Mar 10 15:07:17 2003 Petr Pajas <pajas@matfyz.cz>
XML::XUpdate::LibXML:
- commands apply to all nodes of a selected node-set
- xu:comment instruction support
- insert_before/insert_after work even if applied on attribute nodes
xupdate:
- some whitespace treatment changes (yes, again)
- added --debug|-D flag
XML::Normalize::LibXML:
- now uses XML::LibXML::Iterator

0.5.0 Mon Sep 29 12:45:18 2003 Petr Pajas <pajas@matfyz.cz>
XML::XUpdate::LibXML:
- using XML::LibXML::XPathContext as a XPath engine
  (for better variable and NS support)
- xu:append/@child reimplemented
- xu:attribute bug fixed
- regiserNs added
xupdate:
- --namespace|-n added
- allow compact command-line flags
- die on command-line parsing errors
XML::Normalize::LibXML:
- fixed serious bug in xml_strip_element
2006-11-05 14:28:06 +00:00
seb
23260d3507 p5-XML-LibXML updated 2006-11-05 14:21:41 +00:00
adrianp
22d37f86f8 Add a dsecription for XML support 2006-11-05 14:17:57 +00:00
seb
93a06b8dc5 Note removal of the textproc/p5-XML-LibXML-XPathContext:
the perl module XML::LibXML::XPathContext is now provided by the
textproc/p5-XML-LibXML package.
2006-11-05 14:12:21 +00:00
seb
8e04d33ecc Remote package p5-XML-LibXML-XPathContext: the perl module
XML::LibXML::XpathContext is now provided by the p5-XML-LibXML package.
2006-11-05 14:10:14 +00:00
seb
1a9c8b1ce7 Note update of shells/xsh to version 1.8.2nb5. 2006-11-05 14:09:02 +00:00
seb
c0e51e6dc7 Bump PKGREVISION to 5. There is no need to depend anymore
on p5-XML-LibXML-XPathContext package which is about to be deleted:
the p5-XML-LibXML package now provides the perl
XML::LibXML::XPathContext module.
2006-11-05 14:08:20 +00:00
joerg
62a1f60797 Fix last commit from myself to work with the changes from another of
my commits: CHECK_FILES_SKIP is a full path. Addresses PR 34991.
2006-11-05 14:06:06 +00:00
seb
ea8c1c99fa Note update of textproc/p5-XML-LibXML to version 1.61.003 2006-11-05 14:05:58 +00:00
seb
8f22edcb31 Update to upstream version 1.61003, package version 1.61.003.
Package changes:
- adjust dependencies
- mark conflicting with p5-XML-LibXML-XPathContext package

Please note that this version includes the perl module
XML::LibXML::XPathContext. This module is also provided by the
textproc/p5-XML-LibXML-XPathContext package which is about to be deleted.


Changes since last packaged version (1.58):
1.61
 - get{Elements,Children}By{TagName,TagNameNS,LocalName} now
   obey wildcards '*', getChildrenByLocalName was added.
 - XML::LibXML::XPathContext merged in
 - many new tests added
 - the module should now be fully compatibile with libxml2 >= 2.6.16
   (some older versions compile but have problems with namespaced attributes)
 - threads test skipped by default
 - documentation updates (namely DOM namespace conformance in XML::LibXML::DOM)
 - added setNamespaceDecl{URI,Prefix}
 - get/setAttribute(NS)? implementation made xmlns aware
 - all sub-modules have the same version as XML::LibXML

1.60
 - getElementsById corrected to getElementById and the old name kept
   as an alias. Also re-implemented without XPath for improved
   performance
 - DOM Level 3 method $attr->isId() added
 - make {get,set,has}Attribute(Node)? methods work with full
   attribute names rather than just localnames.
   (Although DOM Level 3 is not very clear about the behavior of
   these methods for an attributes with namespaces, it certainly
   does not imply that getAttribute('foo') should return value of a
   bar:foo, which was the old behavior.)
 - added publicId and systemId methods to XML::LibXML::Dtd

1.59
 - new parser and callback code (Christian Glahn)
 - new XML::LibXML::InputCallback class
 - many bug fixes (including several memory leaks)
 - documentation and regression fixes and enhancements
 - Perl wrappers for parse_html_*
 - make sure parse_* methods are not called on class (bug 11126)
 - DOM Layer 3 conformance fixes:
   * lookupNamespaceURI(empty_or_undef) now returns the default NS
 - faster getChildrenByTagNameNS implementation
 - remove the SGML parser code no longer supported by libxml (Michael Kröll)
2006-11-05 14:05:07 +00:00
wiz
68e3114771 Add patch for FreeBSD-5.x, from Peter Schuller in PR 33719.
Untested on FreeBSD, still compiles on NetBSD.
2006-11-05 13:45:37 +00:00
rillig
9fdc7167a8 Needs Perl at runtime. PKGREVISION++ 2006-11-05 13:11:39 +00:00
wiz
a24a569cb5 Fix "test ==". 2006-11-05 12:51:14 +00:00
rillig
3053f12ee8 Normalized the way test(1) is used. Since I have no idea whether ${TEST}
or [] is better, I have used [ to keep the code shorter. Noticed by wiz.
2006-11-05 12:40:01 +00:00
rillig
e167aee539 Removed doc/portability-book. 2006-11-05 09:10:17 +00:00
rillig
7814f8fc1a Removed the pkgsrc portability book, as editing DocBook XML is no fun at
all. The contents has been moved to the NetBSD wiki at:

    http://wiki.aydogan.net/index.php/The_pkgsrc_portability_guide
2006-11-05 09:09:20 +00:00
rillig
328f48b7e5 Typo: The second MASTER_SITES definition must use the += operator
instead of =, otherwise the first one is overwritten. That's fatal,
because the GNOME sites don't have the distfile yet.
2006-11-05 08:37:04 +00:00
rillig
271c335c43 Updated cogito to 0.18. 2006-11-05 08:07:15 +00:00
rillig
1ef9db96e7 Updated cogito to 0.18.
Patch provided in PR 34862 by Anthony Mallet.

No ChangeLog available, I've sent a mail to the developers complaining
about that.
2006-11-05 08:06:40 +00:00
rillig
7104495b24 The config.guess, config.sub and libtool files should also be
overwritten when the package-provided files are (possibly dead)
symlinks. Since on Mac OS X, ls(1) does not return the status I
expected, I investigated a little in the available options of test(1),
and found that the "-h" option should be quite portable. So let's try
that instead.

This fixes PR 34865.
2006-11-05 07:41:06 +00:00
rillig
77a6252f95 + asprintf 2006-11-05 07:24:33 +00:00
rillig
0cfb10c9ef On the platforms to which I have access, I checked the features of the
"test" utility. Except for the "-e" operator on Solaris, it seems that
we can use everything that is specified in POSIX.
2006-11-05 07:24:04 +00:00
obache
5d1761a084 I had forgotten to note.
Updated graphics/ruby-RMagick to 1.14.1 [obache 2006-10-27].
2006-11-05 05:23:32 +00:00
obache
475fb33575 Updated textproc/p5-Lingua-EN-Inflect to 1.89. 2006-11-05 05:07:36 +00:00
obache
5839b88a3e Update p5-Lingua-EN-Inflect to 1.89.
Patch provided by Martin Wilke via PR 34404.

Changes:
1.89	Fri May 20 00:45:02 2005

	- Fixed "millennium" (thanks Tim)

	- Fixed "casinos" (thanks Roel)

	- Fixed verbal "..oes -> ..oe" (thanks Roel)

	- Fixed "auto" -> "autos" (thanks Emad)

	- Added 'one' option to NUMWORDS (see docs) (thanks Decklin)

	- Allowed A and AN to cope with (i.e. ignore) an existing
	  indefinite article (see docs)

    - Added finer-grain control over classical modes

	- Fixed "macro" -> "macros"

    - Fixed "zero" => "zeros"

    - Fixed "a UK", "a UNESCO" (thanks SKV!)
2006-11-05 05:05:44 +00:00