summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2000-11-17remove RCS Id from inside patch to make it apply cleanly (use pkgdiff!)wiz2-8/+6
2000-11-17add an empty line for pkglintwiz2-2/+4
2000-11-15Update to 0.93. Changes are mainly bugfixes.wiz2-4/+4
2000-11-15Temporary hack to shut up gcc 2.95.2 vs. a missing cast (0 is not a validmartin2-1/+19
function/method pointer without the right cast). This makes mozilla compile on sparc64 (but it's not working yet).
2000-11-15link against libtermcap, needed for 1.4 systems.hubertf1-2/+2
2000-11-14upgrade to 1.3.14 + IPv6 patch. apache side fixed security hole betweenitojun4-16/+68
1.3.12 -> 1.3.14.
2000-11-14Add USE_XPM and a dependancy on freetype-lib.briggs1-1/+3
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron2-4/+4
2000-11-09regenwiz2-7/+7
2000-11-09This was the wrong solution.mycroft2-30/+1
2000-11-09Make the LDAP stuff compile. (Not needed for Mozilla proper, but for PSM.)mycroft2-1/+24
2000-11-09Zero some sockaddrs before use. This fixes a problem in PSM (though PSM hasmycroft3-1/+43
a lot of other problems).
2000-11-08Adjust dirs to deality - we should really do some automagic expansion inhubertf1-2/+3
this file (and some others?) just as we do in PLIST...
2000-11-07Add and enable glibwwwrh1-1/+2
2000-11-07Initial import of glibwww-0.2, a set of event register/unregister wwwrh5-0/+37
functions that use the glib event loop.
2000-11-05For now, add a hack to explicitly compile libgklayout.so with -xgot on MIPSmycroft2-6/+24
platforms. This needs a more comprehensive toolchain fix, but this is not the time to do it.
2000-11-03Add and enable ap-php4agc1-1/+2
2000-11-02fix path to patched filesjdolecek3-9/+9
2000-11-02add log_mime_hdrs_list directive - this directive specifies list ofjdolecek5-3/+108
headers to log into access log when log_mime_hdrs is on the change will be sent to Squid maintainers for possible future inclusion shortly
2000-11-01use USE_LIBINTL + BUILD_DEPEND to devel/gettext.itojun3-4/+19
make libslang-less build possible.
2000-11-01use USE_LIBINTL and BUILD_DEPEND to devel/gettext.itojun1-3/+4
2000-11-01Don't overwrite analog configuration during installation. Fixestron2-20/+11
PR pkg/11351 by David Brownlee.
2000-11-01avoid unnecessary dependency on libpam - PAM is not used herejdolecek3-0/+41
reported by Hubert Feyrer on tech-pkg
2000-10-31Fix obvious bugs in the m68k XPTC stubs.mycroft2-1/+81
2000-10-31NSPR works on m68k, so remove the `UNTESTED' comment.mycroft2-4/+4
2000-10-31Handle configuration files:jlam6-3/+136
* During installation, install a default file, then copy over a real config file during post-installation if it doesn't already exist. * During de-installation, remove the real config file if it doesn't differ from the default config file. The INSTALL/DEINSTALL scripts could probably serve as a model for how other packages should deal with config files.
2000-10-31Update surfraw to 1.0.2. Changes from version 0.5.7:jlam3-9/+14
Translate elvi didn't correctly parse -from or -to New elvi: britannica, stockquote (nasdaq, quote.com, yahoo), jake Updated elvi: freshmeat Don't open new screen(1)s by default Zorch usage of local variables (not POSIX)
2000-10-31Add RCS ID.jlam1-0/+2
2000-10-31Make BUILD_DEPENDS on perl match similar lines in other Makefiles.jlam1-2/+2
2000-10-30Mark this as only working for newer i386 versions or versions newer thanmartin1-1/+5
1.5_BETA for other architectures. While it may build on some others too, it will not work due to toolchain issues. There is no realistic hope to have those toolchain changes pulled up to the (now nearly dead) 1.4 branch. Closes PR 11342.
2000-10-30For a.out, do not link the NSPR libraries with -lc. It's not necessary, and itmycroft2-7/+12
tickles an obscure bug in the old ld(1).
2000-10-30Included in main dist.mjl1-21/+0
2000-10-30Update to 0.55. Changes are:mjl3-7/+11
o small documentation fix o compilation issues with older perls fixed o library initialization when using sockets fixed o library fixes ("Rob Saccoccio" <robs@ipass.net>) o compilation issues with newer gcc o completely untested OPEN and READLINE methods o sfio version compiles again o General clean-ups o Allow attaching/detaching o Changed DESTROY behaviour o Fixed default warn/die handler of old interface o Document new interface
2000-10-30Test for big- vs. little-endian MIPS.mycroft2-7/+21
2000-10-30Really dead now.mycroft2-38/+0
2000-10-30Changes from taya:mycroft4-57/+64
* Run regxpcom and regchrome at package install time. (Otherwise time stamp changes can cause the registry to be regenerated the first time Mozilla is started up anyway.) * Arrange to have user-{locale,skins}.rdf generated automatically.
2000-10-29Fix NSPR thread initialization for MIPS. (Similar issue to Alpha; we have tomycroft2-5/+6
set $t9 to the called function's address.)
2000-10-29Make the -Bsymbolic hack key off $DLL_SUFFIX, so that it automatically happensmycroft2-6/+6
for other a.out platforms (not that Mozilla has been ported to them yet).
2000-10-29Project moved to SourceForge. Mark broken until a new release is made.tsarna2-8/+9
2000-10-29Correct varargs macro for NetBSD/powerpc.mycroft2-1/+15
2000-10-29I was on crack. It is still necessary to generate these files at install time.mycroft5-6/+50
Instead, update to a current, correct version.
2000-10-29Installing our own user-{locales,skins}.rdf is unnecessary, dumb, and breaksmycroft6-42/+7
the editor. So, install the ones generated at build time instead.
2000-10-29Fix dtoa() for NetBSD/arm.mycroft2-1/+15
Mozilla works on arm32 now.
2000-10-28For a.out systems, link component with -Bsymbolic. Otherwise some intra-modulemycroft2-1/+25
symbols resolve incorrectly (e.g. the RegisterSelf methods in the converter modules). This *almost* fixes Mozilla on arm32...
2000-10-28NSPR and XPTC support for arm32.mycroft6-11/+357
2000-10-28Add work arroung for multi user problems caused by debug code in 4.76 totron2-2/+12
wrapper script.
2000-10-28upgrade to 2.20b. main purpose for this upgrade is security fix.itojun2-4/+4
--- New in version 2.20b: * Corrected version of Marcel Telka's ssi fix. My bad. New in version 2.20: * Performance improvements to the timer package via hashing, and double-linking / sorting the lists. Partially based on a suggestion by Michal Ostrowski. * Performance improvement to the mmap cache package, from Evan Jones. * Minor Linux fix for open files limit, from Jordan Ritter. * Fix for null ClientData, which picky compilers didn't like. * Unknown sockaddr type becomes a non-fatal error, preventing a DOS attack. * Close extraneous file descriptors on CGI calls - from Russell Dill. * Security fixes for the external ssi program, from ghandi@dopesquad.net and Wolfgang Rupprecht. * Fix to make the ssi program elide the HTML comment sequence, from Marcel Telka. * Red Hat packaging updates from Bennett Todd. * Throttling fix from Tom Pavel.
2000-10-27Create a link "/usr/share/opera" in "/emul/linux" pointing at thetron2-2/+7
real location of the shared file directory.
2000-10-27Minor fix for Alpha: We have to set t12 to the beginning of the PIC functionmycroft2-5/+6
we're entering. NSPR works on Alpha now.
2000-10-27Add and enable "opera". Fixes PR pkg/11154 by Hubert Feyrer.tron1-1/+2