Commit graph

5114 commits

Author SHA1 Message Date
abs
4c051b2ece Allow USE_JAVA2 to (optionally) be set to 1.4 or 1.5, and use in tomcat55 2005-06-02 10:07:48 +00:00
bouyer
1dea294ba2 Move pear-Mail dependancy from www/horde to mail/imp (horde itself doesn't
need it).
2005-06-02 09:13:44 +00:00
bouyer
65c30c2aa6 Add dependancy to pear-DB and pear-Mail, now that these aren't included
in php any more.
While here, change -* to -[0-9]* for the pear-Log dependancy.
2005-06-02 09:03:27 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00
wiz
f252a9837d Remove ap-aolserver. It was only needed by openacs;
its development has ceased; newer openacs releases don't need it.

Suggested by maintainer, cjones@
2005-06-01 20:07:43 +00:00
wiz
dde4603762 Remove openacs -- the distfile hasn't been available for years
by now.

Ok by maintainer, cjones@
2005-06-01 20:00:49 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
wiz
99b2cebebc Use x11/control-center (instead of x11/controlcenter). 2005-05-31 22:12:18 +00:00
salo
fd43abcdf8 delint. 2005-05-31 20:51:59 +00:00
salo
827f66c040 Build on DragonFly. Patch from Joerg Sonnenberger. 2005-05-31 20:51:46 +00:00
wiz
5089e11744 Remove some obsolete variables from BUILD_DEFS. 2005-05-31 20:00:43 +00:00
drochner
ebe19cd497 let this use the renderer from "firefox" or "mozilla-gtk2", depending
on the GECKO_PROVIDER option
update to 1.3.21
changes:
Works with mozilla 1.7 -> 1.7.8, 1.8a3 -> 1.8b2 and trunk
Couple more focus fixes to less common cases
Fix regression since 1.3.19 that prevented helpers from working with
 file:/// urls.
Fix toolbar editor to work when the composite extension is enabled
Other bug fixes
2005-05-31 15:43:56 +00:00
markd
ded9b1391d Update to KDE 3.4.1
Changes:
* Quanta Plus
  o read/write the correct entry from description.rc in the editor
  o fill only the attributes with source="selection" with the
    selection in the tag editing dialog
  o fix matching of excluded files from a project
  o don't crash when Selected is pressed and nothing is selected (in
    the CSS editor)
  o try to fix the crash caused by incompatible changes between
    KDE 3.3.x and 3.4.x libcvsservice
  o show the correct relative paths in URL autocompletion
  o fix crash when unsetting breakpoints
  o nicer processing of CVS output
  o read the image sizes for remote images as well
  o insert an img tag for remote images as well when using Drag and
    Drop
  o better context sensitive documentation (needs updated documentation
    and DTEP packages)
* Kommander
  o fix detection of scripts that are run from a temporary directory
2005-05-31 14:30:37 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
martin
79084c0d28 Replace the homegrown floating point binary access patterns in class Double
by macros from math.h to avoid alignement problems described in
PR pkg/30106.
2005-05-31 09:21:51 +00:00
minskim
a203befa46 Update validate to 1.2.2.
- Added support for XHTML 1.1, MathML 2.0, and SVG 1.1.
2005-05-30 05:49:15 +00:00
wiz
4a05060f11 Update to 0.10.5, provided by Leonard Schmidt in PR 30125:
Changes:
 New features:

   - Most of the .txt files in the doc/ directory was lifted to the XML
     format defined in RFC 2629. It should make it easier to browse the
     documentation. Both .txt and .html version is available.

 Feature updates and improvements:

   - Try to add support for a less aggressive caching strategy. Disable
     document.cache.ignore_cache_control to try it. It will try to
     better honour info in the Expires, Pragma and Cache-Control in both
     the HTTP and the HTML headers. Inspired by Links2.

   - Introduce a workaround for document refreshing leading to never
     ending file download. It should do the right thing in most cases and
     the remaining ones the you will just have to reload to restart the
     refreshing.

   - Make the gopher code more robust for URIs without entity info.

   - Make it possible to have a specific features.conf file for each
     build tree and to change compile-time settings without modifying a
     file that is tracked by CVS.

   - Show link image info in the document dialog.

   - Improve error reporting for connections by showing which URI failed.
     Furthermore, make it clearer when an IP version specific URIs
     (http6://...) failed.

   - NNTP error messages are now translated.

   - Add --config-dump which dump a configuration file with default
     options to stdout. Helpfull for package maintainers when providing
     an example config file.

   - Don't sleep after config errors when --dump or --source was
     specified.

And lots of bug fixes.
2005-05-27 00:21:08 +00:00
fredb
b64303adc5 Remove a long-standing dependency on gmake by adding ".h" to ${.SUFFIXES}
in lynx's makefile, as discussed on the lynx-devel and netbsd-users mailing
lists. Patch supplied by Klaus Klein in private email.
2005-05-25 13:45:36 +00:00
wiz
685f05c760 Remove unused distinfo file. 2005-05-25 12:16:20 +00:00
wiz
e97f69066b Remove unused distinfo file. 2005-05-25 12:15:24 +00:00
wiz
5815fa25ca Add RMD160 checksum. 2005-05-25 12:11:28 +00:00
rillig
796ca6fbca Replaced $i with ${i}. 2005-05-24 14:26:26 +00:00
rillig
03e1b8f012 Removed an empty line. 2005-05-24 14:25:32 +00:00
rillig
6a433f24d1 Removed unnecessary ${.CURDIR}. 2005-05-24 14:24:45 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00
kristerw
9a1829f204 This package does not build when GNOME_DISABLE_DEPRECATED is defined.
Use BUILDLINK_TRANSFORM to remove it.
2005-05-21 19:07:08 +00:00
wiz
e283f14768 Use tar instead of gtar; remove gtar from tools. 2005-05-21 12:42:35 +00:00
jlam
f35b224a50 SUBST_FILES.* must be relative to ${WRKSRC}. 2005-05-21 04:10:17 +00:00
reed
566435a644 Move the PKGREVISION from the Makefile.common. It should be used
for revisions for a single package. I don't think this "suexec"
PKGREVISION was meant for the apr package, but since it was used
it is now there.

I noticed this problem when building wip/apachebench2 which has
nothing to do with suexec. Although, I did not make this change
for pkgsrc-wip's wip/apachebench2 since this is a work in progress.
2005-05-21 03:49:52 +00:00
jlam
0f73ace94d MANCOMPRESSED is yes/no. 2005-05-20 19:48:34 +00:00
jmmv
f2b3da0a3e This uses startup-notification directly, so depend on it. 2005-05-19 20:39:09 +00:00
adrianp
73257307b2 - Change permission on installed file which causes turba to fail if it
is set to 0000.
2005-05-18 20:34:19 +00:00
adrianp
4890583ae0 - Add in an extra depends on pear-DB 2005-05-18 20:25:02 +00:00
adrianp
834e87969d - Add an option ${APACHE_SUEXEC_LOGFILE} so the user can specify
where they would like the suexec logfile to go.  Ok'ed tron@
- Bump pkgrevision
2005-05-18 19:10:01 +00:00
jmmv
d4a1a7f1db Update to 3.6.2:
* fixed font magnification
* fixed table editing - setting number of rows/columns
* fixed color and settings management in frames
* fixed table cells padding
* fixed problem with text foreground color
* fixed several cursor movement problems
* fixed DIV parsing
* added and updated translations (Pawan Chitrakar, Ahmad Riza H Nst,
  Adam Weinberger, Roozbeh Pournader, Steve Murphy, Adi Attar)
2005-05-18 16:40:13 +00:00
jlam
338921e675 Force use of gtar via EXTRACT_USING, instead of an explicit dependency
on gtar-base.
2005-05-17 22:15:54 +00:00
jlam
4d2fb797db Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuring
out the whole command line necessary to extract a .tar.gz file.
2005-05-17 22:00:13 +00:00
jlam
c8c82c4af9 apxs needs perl. 2005-05-17 19:11:47 +00:00
adam
e6868b28f9 Changes 7.13.2:
* Unbreak tests/test_gtk.py and require pygtk >= 2.0.
* Cleaned up several of the examples.
* WARNING: multi.select() now requires the previously optional
  timeout parameter.  Updated the tests and examples to reflect
  this change.  If the timeout is not set, select could block
  infinitely and cause problems for the internal timeout handling
  in the multi stack.
2005-05-17 13:30:09 +00:00
adam
c2eddb74a1 Changes 7.14.0:
- Grigory Entin reported that curl's configure detects a fine poll() for Mac
  OS X 10.4 (while 10.3 or later detected a "bad" one), but the executable
  doesn't work as good as if built without poll(). I've adjusted the configure
  to always skip the fine-poll() test on Mac OS X (darwin).
- When doing a second request (after a disconnect) using the same easy handle,
  over a proxy that uses NTLM authentication, libcurl failed to use NTLM again
  properly (the auth method was accidentally reset to the same as had been set
  for host auth, which defaults to Basic).
- If -z/--time-cond is used with an invalid date syntax, this is no longer
  silently discarded. Instead a proper warning message is diplayed that
  informs about it. But it still continues without the condition.
2005-05-17 13:25:32 +00:00
veego
2a1abab738 Back out last change. ./ is not correct, but this is a workaround due too
the overwritting of DIST_SUBDIR in the Makefile.
2005-05-16 15:07:32 +00:00
jlam
027e635db4 Note that the date tool is used. 2005-05-16 04:45:40 +00:00
jlam
2338cbae27 Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING
which can take multiple values -- "pax" or "gtar".  The default value
of EXTRACT_USING is "pax", which more closely matches reality since
before, we were using bootstrap "tar" for ${GTAR} and it was actually
pax-as-tar.  Also, stop pretending pax-as-tar from the bootstrap kit
or on NetBSD is GNU tar.  Lastly, in bsd.pkg.extract.mk, note whether
we need "pax" or "gtar" depending on what we need to extract the
distfiles.
2005-05-16 03:04:44 +00:00
jlam
e70b376fa4 Note that tar is required by this package. 2005-05-16 01:32:22 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00
jlam
a7b48d62bc Use gzcat instead of "gzip -dc". 2005-05-15 21:54:50 +00:00
salo
0c83cd4405 delint. 2005-05-15 21:39:07 +00:00
veego
cfea5c3ceb It is clearsilver-0.9.14.tar.gz and not ./clearsilver-0.9.14.tar.gz 2005-05-15 14:05:18 +00:00
veego
0009afe896 It is opera-8.0-20050415.1-static-qt.i386-en.rpm and not
./opera-8.0-20050415.1-static-qt.i386-en.rpm
2005-05-15 14:03:18 +00:00
taya
9f597b31e8 Update mozilla & mozilla-gtk2 to 1.7.8
This is a security fix release.
Fixed vulnerabilities are follows:

MFSA 2005-44  Privilege escalation via non-DOM property overrides
MFSA 2005-43 "Wrapped" javascript: urls bypass security checks
MFSA 2005-42 Code execution via javascript: IconURL
2005-05-15 02:58:05 +00:00
taya
cbf234cea8 Update firefox & firefox-gtk1 to 1.0.4.
This is a security fix release.
Fixed vulnerabilities are follows:

MFSA 2005-44  Privilege escalation via non-DOM property overrides
MFSA 2005-43 "Wrapped" javascript: urls bypass security checks
MFSA 2005-42 Code execution via javascript: IconURL
2005-05-14 15:27:10 +00:00
adrianp
e48d41c9d1 - Update horde to 2.2.8
Changes in this release:
    * Fixed two XSS vulnerabilities.
    * Updated German and Traditional Chinese translations.
2005-05-14 13:33:15 +00:00
taca
ff7d20926e Update squid package to 2.5.9nb11.
Apply 9 official fixes including security improvement in DNS lookup.

I still disable transparent_port.patch because it needs a missing header
file of IP Filter.  NetBSD current and 3.0_BETA already fixed this problem
but still netbsd-2/2-0 branches.  I will apply it after netbsd-2/2-0
branches fix this problem.  (And this fix needs to update squid package
to 2.5.STABLE10 which is RC3 now.)

* 2005-05-10 23:11 (Cosmetic)
		Extended documentation of the always_direct directive

* 2005-05-10 22:33 (Medium)
		assertion failed: store_client.c:343:
		"storeSwapOutObjectBytesOnDisk(mem) > sc->copy_offset"

* 2005-05-11 19:19 (Security issue)
		DNS lookups unreliable on untrusted networks

* 2005-05-09 01:51 (Minor)
		Allow dstdomain and dstdom_regex to match IP based hosts

* 2005-05-08 14:01 (Cosmetic) Minor arp ACL improvements

* 2005-05-04 18:09 (Minor)
		SNMP Agent updates to support SNMP Version 2 and bulk requests

* 2005-05-01 10:58 (Cosmetic) Cosmetic change to DISKD statistics

* 2005-04-30 12:58 (Medium)
		Poor hot object cache hit ratio and sporadic assertion
		failed: store_swapin.c: e->mem_status == NOT_IN_MEMORY

* 2005-04-25 16:36 (Cosmetic) Minor aufs improvements
2005-05-12 16:09:48 +00:00
tron
0cfd946a8f Update "firefox-bin" package to version 1.0.4. The following security
issuses were fixed in this release:

MFSA 2005-44  Privilege escalation via non-DOM property overrides
MFSA 2005-43 "Wrapped" javascript: urls bypass security checks
MFSA 2005-42 Code execution via javascript: IconURL
2005-05-12 15:06:58 +00:00
tron
d6a70d480b Update "mozilla-bin" package to version 1.7.8. The following security
issuses were fixed in this release:

MFSA 2005-44 Privilege escalation via non-DOM property overrides
MFSA 2005-43 "Wrapped" javascript: urls bypass security checks
MFSA 2005-42 Code execution via javascript: IconURL

Support for Solaris SPARC and x86 is not available due to lack of a
precompiled binary at this point of time.
2005-05-12 13:39:31 +00:00
tv
f3bdb6afe7 +ap2-bw 2005-05-10 17:01:10 +00:00
tv
4b093ae5c2 Add ap2-bw-0.6. DESCR:
bw_mod is an Apache 2 module to limit bandwidth consumed by browsers,
based in concept on the widely used Apache 1 "mod_bandwidth".
2005-05-10 17:00:39 +00:00
jlam
348ab57451 apr/buildlink3.mk defines PKG_BUILD_OPTIONS.apr as the result of the
PKG_OPTIONS computation for devel/apr.  Check that for the presence of
db4 instead.
2005-05-10 00:11:18 +00:00
dillo
8230b62526 Check if a variable is defined before matching against it in .if
Noted by kristerw.
2005-05-09 21:57:05 +00:00
recht
8d21560ead Drop maintainership -- I didn't use that package for some time now. 2005-05-08 09:49:28 +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
abs
af7a0ecf13 Update wwwoffle to 2.8e, and take over maintainership
Changes since 2.8c:
* src/version.h, doc/NEWS: Update to version 2.8e.
* src/wwwoffle-tools.c:
Fix previous wwwoffle-mv change and preserve timestamps.
* src/configdata.c:
Make the default value for reply-chunked-data match the documentation.
* src/info.c: Indicate on the info page if the URL has been requested.
* src/wwwoffles.c: Handle HEAD requests more intelligently.
When online send HEAD don't cache them, when offline convert to GET if not cached.
* doc/README: Updated description of wwwoffle-mv program.
* src/configdata.c, src/wwwoffles.c, conf/upgrade-config.pl,
conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README.CONF,
src/config.h:
Added a new option cache-control-max-age-0 to OnlineOptions and OfflineOptions.
* doc/FAQ: Another solution to the infamous libc resolver problem.
* src/wwwoffles.c: No functional changes.
Added more comments relating to Fetch mode, and on mode for else statements.
Rearranged code so that mode==Fetch is evaluated with others in else branch.
* src/wwwoffles.c:
Fix two places where being in Fetch mode would go wrong
(aliased URL and unauthenticated proxy request).
* doc/README, doc/README.CONF: Some text changes.
* src/wwwoffle-tools.c: Allow moving files and changing the path.
* src/control.c: Fix spurious error message.
* doc/wwwoffle.conf.man.template:
Updated the dates in the footer/header.
* src/spool.c:
Only print an error for a missing monitor time file if the URL is monitored.
Version 2.8d of WWWOFFLE released.
* doc/NEWS, src/version.h: Update to version 2.8d.
* doc/README:
Update acknowledgements section (removal of old GIF code).
* src/gifmodify.c:
All new GIF modification code (handles GIF87a and GIF89a).
* doc/README.CONF:
Make sure that all lines are less than 78 characters long.
* src/htmlmodify.l, conf/upgrade-config.pl,
conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README.CONF,
src/config.h, src/configdata.c:
Add a new option to remove HTML "marquee" effect (scrolling text).
* src/Makefile.in, src/configedit.c, src/control.c, src/index.c,
src/monitor.c, src/refresh.c:
Give warnings if processing URL arguments and an unexpected one is seen.
* conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README,
doc/README.CONF, src/config.h, src/configdata.c, src/htmlmodify.l,
conf/upgrade-config.pl:
Add an HTMLModify option to fix bad cyrillic coding.
* src/wwwoffle-tools.c: Return an error status in case of a failure.
* src/wwwoffles.c:
Make sure that there is a message from 'wwwoffle -fetch' for all URLs.
* src/miscurl.c: Fix hostname character checking.
* src/document.c: Parse xhtml pages for links and images.
* src/info.c: Display source of xhtml and xml pages.
* src/wwwoffles.c: Add cache information to xhtml pages.
* doc/README.CONF: Clarify the try-without-password option wording.
* src/miscurl.c:
When splitting a URL disallow invalid characters in hostnames.
* src/wwwoffled.c: Change log file ownership before changing uid/gid.
Close stdin/stdout/stderr after detaching from terminal not before.
Don't open log file again after detaching from terminal.
Don't force usage of stderr when re-initialising error handler.
* doc/README.CONF, src/configmisc.c:
A URL-SPEC path like '/*/foo*' matches '/foo*' and '/*/foo*' as a special case.
* src/cgi.c, src/search.c:
Fix bug with setting up stdout for CGI program.
* src/errors.c: Fix bug that left file descriptor open on log file.
* src/document.h, src/htmlmodify.l, src/wwwoffles.c:
Disable the demoronise-ms-html option if the HTML is UTF-8 or other multibyte charset.
2005-05-07 11:02:47 +00:00
wiz
8d3dd00c09 Give this package a dummy version number (today). 2005-05-07 07:54:37 +00:00
wiz
5b11ac8c7e Revert:
Remove an instance of ${TYPE} from pkgsrc.  The use of the private
variable _INSTALL_CMD is only temporary until we switch over to the
new tools framework.

The committed version has an additional | (pipe) character in it,
breaking the sed and causing an empty apxs file.
Replacing the pipes with commas does not help either, because then
the backquoted command gets embedded into apxs instead of the
correct pathname.

Bump PKGREVISION because this broke at least ap-php and ap-ssl.
2005-05-06 00:14:21 +00:00
kei
2a7500290e fix/improvement from Jeremy C. Reed.
- honor PKG_SYSCONFDIR.
 - --with-termlib=ncurses is needed under linux.
 - specify ${MAIL_CMD}, not 'Mail' directly as mailer.

bump PKGREVISION.
2005-05-05 20:50:49 +00:00
rh
04ed977a1a Update sope to build 758. No changes are known, but the old DISTFILE is no
longer available.  Closes PR pkg/30063 by Robert Elz -- thanks!
2005-05-05 03:23:08 +00:00
markd
123fee8894 The previous Kommander patch was incorrect and still allowed execution
of files served from /tmp.
From http://www.kde.org/info/security/advisory-20050504-1.txt
Bump PKGREVISION.
2005-05-04 13:49:50 +00:00
simonb
8222fd89b6 Update to version 20050504. Add support for a standalone mode that
can be used by Apache in proxy mode, adds many ad pattern updates.
2005-05-04 12:35:54 +00:00
jlam
9fd1aadc0f Remove an instance of ${TYPE} from pkgsrc. The use of the private
variable _INSTALL_CMD is only temporary until we switch over to the
new tools framework.
2005-05-03 22:17:17 +00:00
seb
7aa7b02135 Add missing entries in PLIST. Sort PLIST.
Bump PKGREVISION to 2.
2005-05-03 18:04:10 +00:00
wiz
5931871d90 Sort. 2005-05-03 16:00:39 +00:00
jlam
ac2a744c20 FOO_cmd variables should be set with =, not !=, since they're later
expanded when referenced as ${FOO_cmd:sh}.
2005-05-03 14:21:43 +00:00
tron
1d7fbb249a Rework evaluation of directory on Opera download sites. Loosely based
on a patch submitted by Antoine Reilles. This fixes PR pkg/30114.
2005-05-03 09:13:26 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
drochner
0892e862b0 update to 1.6.3
changes:
-bugfixes
-Adapt to mozilla API change on trunk
2005-05-02 16:10:12 +00:00
wiz
9e6e515bf5 Fix DEPENDS line to include version pattern;
sort first section; use boolean values. Now nearly pleases pkglint.
2005-05-02 13:39:42 +00:00
wiz
fe316feb89 Standardize. 2005-05-02 13:38:04 +00:00
wiz
a23b78e557 Sort, and fix RCS Id. 2005-05-02 13:37:42 +00:00
wiz
9d6d9ca36c Convert to standard format, add RCS Id.
XXX: this should _not_ hardcode /usr/pkg
2005-05-02 13:37:16 +00:00
drochner
2f6d2f6b0a update to 1.6.3
changes:
-bugfixes
-Adapt to mozilla API change on trunk
-translation updates
2005-05-02 11:48:51 +00:00
tron
da839e5a55 Replace "opera7" by "opera" at various locations. 2005-05-02 08:59:08 +00:00
taca
805f8ace86 Disable squid-2.5.STABLE9-transparent_port.patch since it is broken with
IP Filter 4.1 and later.  (It has no problem on IP Filter 3.x, but it is
difficult apply it conditionally with IP Filter's version.)

This apparently fix PR pkg/30085.  But note, Squid's transparent proxy
with IP Filter dosen't work.  It is worked without IP Filter's NAT process.
So, web acceess through squid may fail for HTTP 1.0 client which dosen't
send Host header.

Bump PKGREVISION (squid-2.5.9nb10).
2005-05-01 23:17:49 +00:00
tron
cf2339670e Fix path to directory for "opera" package. 2005-04-30 22:37:27 +00:00
tron
bb9e8fb01a Replace outdated an insecure "opera7" package with a new "opera" package
based on version 8.0. Major changes since version 7.54u2:
- New and improved security features
- "Fit to window width" abolishes horizontal scrolling
- Improved default menu and toolbar setups
- Support for XmlHttpRequest giving full Gmail support
- New Start bar gives easy access to useful features
- Notification of blocked pop-ups
- Simple retrieval of closed pages and blocked pop-ups.
- Elegant e-mail attachment handling
- Improved newsfeed reader
- Automated weekly check for new updates
- New User JavaScript feature
2005-04-30 22:25:15 +00:00
augustss
e931f43189 Use correct home page. 2005-04-30 03:38:29 +00:00
jlam
f9325dcd62 Use :sh instead of != to defer evaluation until later in bsd.pkg.mk. 2005-04-28 23:37:31 +00:00
augustss
090b382c51 The album themes does not really require apache. 2005-04-28 15:14:44 +00:00
augustss
d6a161ed41 Add album, a web photo album generator. 2005-04-28 15:11:59 +00:00
drochner
0b54aaf48f hmm - add patch for previous commit (was CVS misbehaviour, not me...) 2005-04-26 19:46:32 +00:00
drochner
aeea2a7921 add a patch from KDE:
http://www.kde.org/info/security/advisory-20050420-1.txt
to fix untrusted code execution (CAN-2005-0754)
bump PKGREVISION
2005-04-26 19:01:28 +00:00
taca
433471a6b1 squid package maintainous.
- Fix bad PID directory of squid binary introduced by previous pkgsrc.
- Update DIST_SUBDIR through DIST_STAMP since some of patch files
  are updated.
- Fix error in doc/Makefile with nbmake.
- Newer patch (aufs improvement) aren't included now.

Bump PKGREVISION.
2005-04-26 16:19:43 +00:00
reed
3ffec74791 Make sure build is without gssapi support. (Okayed by maintainer,
taya ... well really he said "I don't object your idea.")

This fixes a build bug when heimdal is detected but not buildlinked.
It is a known mozilla bug:
 https://bugzilla.mozilla.org/show_bug.cgi?id=245467

I didn't put this in the mozilla/Makefile.common, because didn't test that
yet.

This issue probably only happens when using /usr as the LOCALBASE,
which is not really supported and maybe I am the only one to hit this
with pkgsrc.

Maybe later someone can consider adding a build option for GSSAPI,
but I don't know anything about it in regards to a web browser myself.
2005-04-25 19:26:10 +00:00
taca
e57babd9e7 Add new four official patches.
o 2005-04-23 01:38 (Minor Security)
	Fix for CVE-1999-0710: cachemgr malicouse use
o 2005-04-22 20:48 (Cosmetic) PID file check fails when chrooting
o 2005-04-24 16:35 (Minor)
	Make the use of the %m error page to return auth info messages
o 2005-04-22 20:21 (Minor)
	Unrecognized cache-control directives are silently dropped

pkgsrc change.

- remove aufs from store I/O backend until it controlled by options.mk
  frame work.
- remove patch-cd; it is covered by squid-2.5.STABLE9-transparent_port.patch.

Bump PKGREVISION.
2005-04-25 15:39:13 +00:00
mrg
fd330a246d update to bozohttpd 20050410. changes include:
o  fix some off-by-one errors from <roland.illig@gmx.de>
	o  properly support nph- CGI
	o  make content maps case insensitive
	o  fix proto header merging to include the missing comma
	o  major source reorganisation; most features are in separate files now
	o  new -V flag that makes unknown virtualhosts use slashdir
	   from <rumble@ephemeral.org>
	o  HTTP/1.x protocol headers are now properly merged for CGI
2005-04-25 14:29:07 +00:00
adam
bba3dab699 Changes 2.0.54:
*) mod_cache: Add CacheIgnoreHeaders directive.
  *) mod_ldap: Added the directive LDAPConnectionTimeout to configure
     the ldap socket connection timeout value.
  *) Correctly export all mod_dav public functions.
  *) Add a build script to create a solaris package.
  *) worker MPM: Fix a problem which could cause httpd processes to
     remain active after shutdown.
  *) Unix MPMs: Shut down the server more quickly when child processes are
     slow to exit.
  *) Remove formatting characters from ap_log_error() calls.  These
     were escaped as fallout from CAN-2003-0020.
  *) mod_ssl: If SSLUsername is used, set r->user earlier.
  *) htdigest: Fix permissions of created files.
  *) core_input_filter: Move buckets to a persistent brigade instead of
     creating a new brigade. This stop a memory leak when proxying a
     Streaming Media Server.
  *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid
     hiccups from additional path information passed in non-utf-8 format.
2005-04-25 09:13:02 +00:00