Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-09-27 | Currently, and for 1.3.x, this does NOT work on arm32. Perhaps it's | tv | 1 | -1/+3 | |
related to some unsigned char lossage, but I do not yet have time to look at it. Set NOT_FOR_ARCHS appropriately. | |||||
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 4 | -4/+12 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-09-17 | Fix spelling. (So I don't lose my developer account. :-)) | cjs | 1 | -2/+2 | |
1998-09-17 | - replace several {BUILD,RUN}_DEPENDS with one DEPENDS line. | frueauf | 3 | -20/+27 | |
- remove depreceated MAN* entries - add missing man pages to PLIST - don't hardcode /usr/pkg to apache.sh | |||||
1998-09-15 | This pkg uses X11, make it so. | garbled | 1 | -2/+2 | |
1998-09-15 | The linking with libutil _still_ didn't work on a real 1.3.2 system. Fix | tv | 5 | -119/+135 | |
this the only way that works with a stock 1.3.x ld: bump the major numbers to 5. Split out affected patches from the patch bundle. | |||||
1998-09-15 | Nasty nasty bug in libwww.so. This is a sample implementation, and thus | garbled | 1 | -0/+11 | |
assumes the user is defining his own HText stuff. If they aren't, as often is the case with the shared lib use.. Then it breaks horribly. Welcome to the wonderful world of "ld resolves all external references at link time" | |||||
1998-09-15 | Make Arena compile on alpha. What a nightmare.. broken configure script, | garbled | 2 | -4/+20 | |
libwww hosage, and the kicker? It doesn't actually work.. it just displays a black screen. Ugh. Still more work to be done here.... | |||||
1998-09-05 | Mention NetBSD on the newly created site. | hubertf | 4 | -6/+36 | |
1998-09-05 | This conflicts with the apache-modssl pkg | hubertf | 1 | -1/+2 | |
1998-09-05 | clean up some nits | explorer | 4 | -2/+6 | |
1998-09-04 | apache 1.3.1 with modssl 2.0.6. Requires ssleay, and is therefore | explorer | 7 | -0/+382 | |
export controlled. | |||||
1998-08-26 | Automatically append HOMEPAge to DESCR files, and remove homepage URLs | tsarna | 1 | -1/+0 | |
from individual DESCR files that had them. | |||||
1998-08-24 | Extract to work dir then install from there, to allow for patches | tsarna | 1 | -8/+3 | |
1998-08-23 | move HOMEPAGE location | hubertf | 1 | -2/+2 | |
1998-08-22 | Converts HTML to indexed HTML, PDF and/or PostScript. | hubertf | 6 | -1/+35 | |
1998-08-20 | The Grand Homepagification: | tsarna | 12 | -12/+22 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-14 | As apache got upgraded to 1.3.1, adjust DEPENDS on it as well. | frueauf | 1 | -2/+2 | |
1998-08-08 | Update to re-enable workaround for 1.3.x (a.out) ld.so link semantics, | fvdl | 1 | -3/+20 | |
which was inadvertently disabled. | |||||
1998-08-08 | remove me as MAINTAINER. | frueauf | 1 | -2/+2 | |
1998-08-08 | This patch no longer necessary with Apache 1.3.1. | cjs | 1 | -21/+0 | |
1998-08-07 | Update to 1.3.1. | cjs | 3 | -6/+9 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 13 | -0/+26 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 34 | -0/+69 | |
1998-08-04 | Update to 19980728 version. Use -fPIC instead of -fpic everywhere. Provide | fvdl | 4 | -1448/+156 | |
a link ${PREFIX}/bin/mozilla -> ${PREFIX}/bin/moz-export to make usage a bit more obvious. | |||||
1998-07-24 | Update to use USE_LIBTOOL. | tv | 1 | -4/+2 | |
1998-07-24 | Initial go at a package for a php3 apache module. | cjs | 7 | -0/+61 | |
1998-07-22 | Enable grail | tsarna | 1 | -1/+2 | |
1998-07-22 | Add new package by me for Grail, CNRI's Python-based web browser. | tsarna | 6 | -0/+52 | |
1998-07-21 | Set the permissions of http/include/* directly, to fix a bug where if | cjs | 1 | -0/+14 | |
the distribution is extrated with umask 077 (so that src/include/* are not world readable) they never get those permissions turned on when installed. | |||||
1998-07-21 | * Create the http/logs and http/proxy directories when pkg_add'ing | cjs | 4 | -8/+17 | |
the package (albeit in a rather kludgy way). * Update order of @dirrm statements in PLIST files so that the pkg_delete deletes the directories properly. * Note in description that proxy support is in. | |||||
1998-07-16 | Change libtool _not_ to install the .la file. Though marked as "for | tv | 1 | -2/+1 | |
informational purposes," it's not used by any of the toolchain and is pretty much useless. | |||||
1998-07-15 | Update libpng to 1.0.2. Works with all dependent pkgs I have tested | tv | 2 | -4/+4 | |
(everything but ImageMagick, gs5, and xemacs20). The API hasn't changed much, say the install instructions, but it isn't binary compatible--bump shlib version to 1.0. | |||||
1998-07-15 | The supplied "arenarc" file seems to break some platforms, and just make | tv | 2 | -4/+5 | |
Arena spin the CPU. Disable it, for now. | |||||
1998-07-15 | Add and enable Arena, the browser originally written to test HTML 3.0 and | tv | 8 | -105/+55 | |
style sheets (a subset of the current CSS1). Now maintained by Yggdrasil. | |||||
1998-07-15 | Import of FreeBSD's arena pkg. Patches to follow. | tv | 8 | -0/+115 | |
1998-07-14 | Don't even try finding X11. No X-specific software is supplied, but it | tv | 1 | -5/+3 | |
will try linking against libICE on all binaries anyway. | |||||
1998-07-14 | Add and activate the W3C libwww pkg. This pkg makes use of the new | tv | 5 | -41/+34 | |
libtool pkg to create shared and static libraries automatically on all platforms. | |||||
1998-07-14 | Import of FreeBSD's W3C libwww port, patches to follow. | tv | 9 | -0/+587 | |
1998-07-14 | cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every | frueauf | 1 | -2/+1 | |
package Makefile. | |||||
1998-07-13 | Update "wwwoffle" to version 2.2. | tron | 5 | -12/+100 | |
1998-07-13 | Update Apache dependency to match reality. | tv | 1 | -2/+2 | |
1998-07-12 | Portlint (probably should have run it first ;), and add MAINTAINER. | tv | 1 | -1/+5 | |
1998-07-12 | Add and activate Mosaic (XMosaic) pkg, based on the FreeBSD port. | tv | 11 | -139/+118 | |
1998-07-12 | Import of FreeBSD's XMosaic port, with NetBSD changes to follow | tv | 14 | -0/+286 | |
1998-07-04 | Update for 0603 version. | fvdl | 4 | -229/+225 | |
1998-07-04 | Update to the actual 2.8 release. | mycroft | 3 | -8/+8 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 4 | -31/+5 | |
1998-06-21 | Automanpage handling. | tv | 1 | -3/+1 | |
1998-06-20 | Remove unnecessary "USE_X11= yes". | tron | 1 | -3/+2 | |