summaryrefslogtreecommitdiff
path: root/www/libwww
AgeCommit message (Collapse)AuthorFilesLines
2005-05-31delint.salo2-8/+7
2005-05-31Build on DragonFly. Patch from Joerg Sonnenberger.salo2-6/+16
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-4/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-97/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-09No longer used.snj1-50/+0
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz3-4/+6
Buildlink files: RECOMMENDED version changed to current version.
2004-03-21Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-14Use find with "-print", noted by Georg Schwarz in pkg/24248heinz1-2/+2
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-8/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-29Some shells don't like:markd4-11/+12
if test -x /bin/true; then else so replace with: if test -x /bin/true; then : else From Roland Illig in a posting to "tech-pkg" Also add missing openssl/buildlink2.mk to buildlink2.mk.
2004-02-17Add build dependency on perl.kristerw1-1/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-12Add buildlink3.mk.minskim1-0/+23
2004-02-12bl3ifyminskim1-6/+6
2004-02-12Download the new configure script rather than having a huge patch.minskim3-40795/+10
Suggested by wiz@.
2004-02-12Replace configure with the one generated by newer autoconf, and adjustminskim4-22/+40806
Makefile accordingly. This makes libwww build again with libtool-1.5.2. The problem was reported by reed@ in PR pkg/24391.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-10-08wrap an #ifdef __NeXT__ around some crufty old code that was breakingdanw2-4/+20
the darwin build. PR 20507.
2003-09-15Allow this to compile under Irix (and presumably other platforms usingjschauma1-2/+2
a non-gcc compiler) by passing the '-i' flag to automake.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-03Make this compile and install on Linux.jschauma5-8/+45
2002-12-04Correct output filename: Extrnals.html, not Extnals.htmlrearnsha2-5/+5
2002-12-03Downgrade buildlink depends to libwww>=5.3.2nb2.wiz1-2/+2
Noted by Frederick Bruckman on tech-pkg.
2002-11-20BUGFIX: an glitch got into one if the patch files of the updated libwww ...reinoud2-5/+6
please update for gmake can get into an endless loop
2002-11-19Remove "nb1" after recent update to 5.4.0.jlam2-4/+3
2002-11-19Update of the libwww package to the w3c-libwww-5.4.0 distro as found onreinoud7-85/+66
w3c.org. It features some bug fixes and new function calls that are used in the new Amaya f.e. Tested on Alpha
2002-10-26Don't compile/install libmd5 on solaris, there is one in /usr/lib whichbouyer7-28/+102
seems good enouth, and using libwww's one breaks other system lib (librt).
2002-10-12Complete conversion to buildlink2 (hi johnny!).wiz1-3/+3
2002-10-09Unused.wiz1-73/+0
2002-10-02Convert to use automake.mk.wiz1-6/+7
2002-09-23-Wl,-rpath -> -Wl,-R to also work on Solaris.markd2-4/+4
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-10/+71
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-07Add an explicit runpath for the libwwwssl.so.1.0 shared library, andfredb3-12/+8
partially revert Makefile, v1.32, so platforms without openssl-0.9.6e in base will be able to find libssl.so.300 and libcrypto.so.300 for binaries linked against libwwwwwl.so. Bump pkgrevision to reflect the change in dependencies on platforms without openssl-0.9.6e in base.
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-15Remove the capability to link with static "socks":fredb2-19/+6
1) Linking a shared library against a static "socks{4,5}" library does not have the desired effect of eliminating the dependency on "socks" (not as it does for binaries). 2) No package linked against "libwww" seems to actually utilize "socks". Also bump the PKGREVISION and buildlink DEPENDS to the current level, and liberalize the (formal) dependency on "openssl", for the benefit of pre-NetBSD-1.5 systems. From now on, we can have no more issues with "openssl" or "socks{4,5}" versions, as only the libwwwssl.* shared libraries carry a run-time dependency on "openssl", but no package links against them, and no "libwww" shared libraries can carry a run-time dependency on any "socks" libraries. [Previous versions, of course, may have had issues -- see PR 17010, which this is a partial fix for.]
2002-06-17Remove commented out USE_SSL (openssl buildlinks were already used).wiz1-2/+1
2002-05-20Add NetBSD tags.cjep2-0/+2
2002-01-02Don't include security/openssl/buildlink.mk, as no package thatfredb1-2/+1
depends on libwww currently requires openssl. If one ever does, it can just include the openssl buildlink file in it's "Makefile".
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.