Commit graph

1569 commits

Author SHA1 Message Date
zuntum
cddff4a151 Set USE_BUILDLINK_ONLY 2001-06-30 09:59:50 +00:00
zuntum
c8f92e52e6 Converted to use buildlink.mk files 2001-06-29 14:53:34 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
jlam
d4c4357d87 Remove this unused script. 2001-06-29 03:49:46 +00:00
jlam
883d6019ac Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-29 03:48:41 +00:00
jlam
5424c95f80 Add buildlink.mk file for use by other package Makefiles. 2001-06-28 20:58:12 +00:00
jlam
ef606fa7a6 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-28 20:55:53 +00:00
zuntum
d14acd3b26 o converted to use buildlink.mk 2001-06-26 14:14:53 +00:00
zuntum
039269b54c o convert to use buildlink.mk by:
- removing CFLAGS+=_I${LOCALBASE}/include and CPPFLAGS+= -I${LOCALBASE}/include
  - removing libxml and pth from DEPENDS and including theirs buildlink.mk files

We should all thank Johnny C. Lam for this buildlink.mk stuff -- it makes
life simplier.
2001-06-25 21:51:06 +00:00
wiz
2cfeef0974 add and enable php4-sablot 2001-06-25 17:41:00 +00:00
wiz
0ca8569d3e Initial import of php4-sablot-4.0.5, a package for
PHP4 XSLT functions using Sabloton and expat.
Package supplied by Rob Hoopman in pkg/13306.
2001-06-25 17:40:09 +00:00
tron
a70a0029b4 Update analog package to version 5.02. Changes since version 5.01:
- Understands the new IIS log format with four-digit years.
- Traditional Chinese and Brazilian Portuguese language files.
- Japanese is now available in four character sets.
- Four language files which were already distributed with the program are
  now available through the LANGUAGE command:
  BULGARIAN-MIK (MIK-16 charset),
  CZECH-1250 and SLOVENE-1250 (Windows-1250), and
  SWEDISH-ALT (alternative translation avoiding Anglicisms).
2001-06-25 06:16:06 +00:00
itojun
9edd0bfc01 plug buffer overrun vulnerability in mime charset parsing. from bugtraq. 2001-06-24 05:57:23 +00:00
kim
aa23164d61 Hyphens in module names are replaced with underscores in the file system. 2001-06-21 22:44:03 +00:00
nra
16055cce35 Update to HTML-Parser-3.25.
2001-05-11   Gisle Aas <gisle@ActiveState.com>

     Release 3.25

     Minor tweaks for build failures on perl5.004_04, perl-5.6.0,
     and for macro clash under Windows.

     Improved parsing of <plaintext>...  :-)
2001-06-21 17:30:39 +00:00
abs
ce60f0d4b2 Switch to a dynamic PLIST so we can install against jdk or sun-jdk 2001-06-21 13:12:25 +00:00
taya
4015e855b6 Because source tarball has changed(only CVS/* files), update digest. 2001-06-19 15:48:23 +00:00
jlam
354c679deb Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-19 04:52:16 +00:00
jlam
ad98a7645b Mark these packages as USE_BUILDLINK_ONLY. 2001-06-18 21:32:23 +00:00
jlam
1b8599f365 Convert to use buildlink.mk files. 2001-06-18 05:56:45 +00:00
jwise
0867a49fa9 Oh, fer chrissakes...
Re-enable EAPI, allowing this package to build a module which will be stable
with our apache.

People, please:  if you absolutely must update a package without contacting the
package maintainer, please make sure you understand how the maintainer chose to
build the package.  And if you absolutely must replace that build mechanism with
a completely different mechanism, _please_ test your work.  _Please_.

This package clearly had not been tested:  it was left in a state where it compiled
cleanly but produced a module which could not be loaded into apache on any ELF
system, and which, once this problem was resolved, squawked loudly when loaded into
apache that it had been built against the old apache API, and would be unstable
when run against our (EAPI-enabled) apache.

There, now that really is out of my system.  It was a little frustrating to rebuild
apache and then find that a module which I was depending on had been
broken in the meantime...

Now, about that coffee...
2001-06-13 18:16:07 +00:00
explorer
79b0f5f360 enable sockets in php4. 2001-06-13 06:20:28 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
598425d982 Re-add definition of PERL5_SITEARCH accidentally removed during last
update.  Fixes pkg/13157.
2001-06-11 00:34:25 +00:00
mrg
9e9906cce3 upgrade to bozohttpd 5.07:
- cgi-bin fixes from chuck@research.att.com
	- most file types supported by default
	- allow default file (index.html) and user public directories
	(~/public_html) to be specified on the command line.
2001-06-10 05:31:18 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
wiz
2a1bff66d3 Update to 2.21b, as requested in pkg/13144 by Wolfgang Rupprecht.
Changes: Lots of bugfixes (lingering-close problem, USR1 handling,
off-by-1 in base64 decoding and others), throttling syslog, tuned
throttling, improvements on mmap cache, etc.  See
http://www.acme.com/software/thttpd/#releasenotes
2001-06-09 11:26:33 +00:00
wiz
14cefa5540 Sort. 2001-06-09 10:53:07 +00:00
jlam
0fd480400b Update ap-ssl to 2.8.4 using mod_ssl-2.8.4-1.3.20. Relevant changes from
version 2.8.3 include:

   *) Upgraded to Apache 1.3.20
2001-06-09 06:50:24 +00:00
jlam
00f02e20eb Update ap-ssl to 2.8.4 using mod_ssl-2.8.4-1.3.20. The only relevant change
from version 2.8.3 is upgrading the mod_ssl sources to patch against Apache
1.3.20.  The pkgsrc changes include unifying repeated SED replacement info
for various files into one location, FILES_SUBST.
2001-06-09 06:50:23 +00:00
jlam
99d44cc895 Update apache to 1.3.20. Relevant changes from version 1.3.19 include:
NetBSD Packages Collection (pkgsrc) changes:
     * Modify French page in same way as the English page.  Translation
       provided by Remi Zara <remi_zara@mac.com> in private e-mail.
     * Use EAPI patches from mod_ssl-2.8.4-1.3.20.
     * Unify repeated SED replacement info for config.layout, apache.sh,
       DEINSTALL, and INSTALL into one location, FILES_SUBST.
     * Modify patch to apxs to use 0:0 instead of root:wheel, as some
       non-NetBSD systems don't have a wheel group.

   The general bug fixes:
     * Eliminate a potential segfault if an invalid floating point value
       is passed to the ap_snprintf() function, on platforms supporting
       isnan() and isinf().
     * Fix a possible segfault at startup in the detection of a default
       ServerName or IP string when no ServerName was specified.
     * Fixed mod_proxy to retain empty headers, as allowed by RFC2068.
     * Properly resolve the location of ndbm on Linux and some glibc2
       builds, where ndbm.h is in the nonstandard db1/ subdir.

   The main new features include:
     * Enhanced rotatelogs to allow a UTC offset to be specified, and
       the format logfile names with human-readable date/time stamps.
     * Added the NOESCAPE (NS) flag to RewriteRule, to disable *all*
       normal URI escaping.  Note incautious use can give unexpected
       results or introduce security risks.
     * Added the '\' character to RewriteRule to allow escaping of
       special characters.  Allows embedding of both the '$' and '%'
       characters in the results, so 'foo\$1' translates to 'foo$1'
       rather than 'foo\<value of $1>'.
     * Added the -V flag to suexec, to display the compile-time settings
       with which it was built.  (Only valid for root or the HTTPD_USER
       username.)
     * Introduced EBCDIC conversion configuration options, controlling the
       conversion based on MIME type or file suffix.
2001-06-09 06:36:42 +00:00
taya
5841d45272 Update mozilla to 0.9.1 and add header files to package
0.9.1 is a bugfix release. Stability greatly improved since Mozilla 0.9

See release notes for detail.

	http://www.mozilla.org/releases/mozilla0.9.1/
2001-06-09 04:13:25 +00:00
jlam
513c15afd8 Note dependency on php-pcre. 2001-06-07 16:30:49 +00:00
jlam
f083dca500 Add and enable php3-pcre. 2001-06-07 16:29:00 +00:00
jlam
8eecb93cd2 php3-pcre: Perl-compatible regular expressions for PHP3
This package is a placeholder that just depends on php3.
2001-06-07 16:28:27 +00:00
jlam
e6d06bdfcf Fix comment to make it relevant for PCRE, not LDAP. 2001-06-07 16:22:08 +00:00
jlam
a296bb6770 Update p5-CGI to 2.75.2. Changes include a fix for a syntax error in
a subroutine definition.
2001-06-07 04:29:04 +00:00
jtb
3c1368e8bb LICENSE=mosaic-license. 2001-06-06 00:28:04 +00:00
wiz
64d36b96f5 Remove some unexec's for share/locale that are now created by default. 2001-06-05 22:32:40 +00:00
abs
9af12135f5 Pull the README from the www.htmlhelp.com site, use DIST_SUBDIR 2001-05-30 13:38:52 +00:00
abs
d59d4cfcfc Enable www/wdg-validator & textproc/lq-sp 2001-05-30 09:49:36 +00:00
abs
790e614e13 wdg-validate-1.0.2 - HTML validator from the Web Design Group 2001-05-30 09:44:53 +00:00
kim
fb94567679 This should be the last fix to the sum (I'll stop fixing the distro). 2001-05-27 22:32:06 +00:00
kim
148ca9d857 Fix sum again. 2001-05-27 22:30:28 +00:00
kim
14eba7ab10 Fix sum 2001-05-27 22:25:00 +00:00
kim
3666489b6d Upgrade to 1.3 (too many errors in man page). 2001-05-27 22:11:12 +00:00
kim
67c43b084c add and enable webnew 2001-05-27 19:11:22 +00:00
kim
4dcb0635ff Webnew produces a listing of URLs (web documents) sorted by
the last modification time as reported by the HTTP server.
It produces by default a HTML 2.0 document on standard output.
2001-05-27 19:10:46 +00:00