aboutsummaryrefslogtreecommitdiff
path: root/www/libwww
Commit message (Collapse)AuthorAgeFilesLines
* Remove old libtool patchTijl Coosemans2014-09-191-5/+1
| | | | Notes: svn path=/head/; revision=368576
* - Switch www/libwww to USES=libtool, drop .la filesDmitry Marakasov2014-08-182-50/+49
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=365331
* Rename www/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-2/+1
| | | | Notes: svn path=/head/; revision=363346
* - Covert USE_GMAKE, USE_BZIP2, USE_XZ to USESMartin Wilke2014-03-151-2/+1
| | | | Notes: svn path=/head/; revision=348295
* - Stage supportMartin Wilke2014-01-281-2/+1
| | | | Notes: svn path=/head/; revision=341595
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326053
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Pass maintainership to marius@nuenneri.chWesley Shields2009-02-121-1/+1
| | | | | | | Submitted by: marius@nuenneri.ch (ports@ mailing list) Notes: svn path=/head/; revision=228138
* - Patch the braindead configure script and make the OpenSSL part really workPav Lucistnik2007-03-102-1/+17
| | | | | | | | Fixes: ports/109728 Reported by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=187078
* - Add ssl supportMartin Wilke2007-01-312-2/+6
| | | | Notes: svn path=/head/; revision=183811
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-301-1/+0
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170654
* Add wwwssl to the list of libraries to link withVasil Dimov2006-07-102-1/+13
| | | | | | | | PR: ports/99863 Submitted by: Julian Elischer <julian@pan.ironport.com> Notes: svn path=/head/; revision=167350
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+25
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149462
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-031-1/+6
| | | | Notes: svn path=/head/; revision=136758
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Fix DISTNAME.Michael Nottebrock2004-02-041-1/+1
| | | | Notes: svn path=/head/; revision=99982
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Port installs shared libraries.Edwin Groothuis2003-03-311-0/+1
| | | | Notes: svn path=/head/; revision=77822
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* Add USE_PERL5_BUILD.Joe Marcus Clarke2002-12-121-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=71543
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 5.4.0Ying-Chieh Liao2002-07-014-6/+7
| | | | | | | | PR: 40063 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=62270
* update to 5.3.2.FUJISHIMA Satsuki2001-09-222-2/+2
| | | | | | | | PR: 30215 Submitted by: KUNISHIMA Takeo <kunishi@acm.org> Notes: svn path=/head/; revision=48084
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* Add WWW:Tom Hukins2001-02-261-0/+2
| | | | Notes: svn path=/head/; revision=38800
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Upgrade to libwww-5.3.1Justin M. Seger2000-08-123-340/+12
| | | | Notes: svn path=/head/; revision=31549
* Add zlib support.Ade Lovett2000-06-092-1/+4
| | | | | | | No response from maintainer after a week. Notes: svn path=/head/; revision=29450
* Upgrade to libwww-5.2.8Justin M. Seger2000-04-243-11/+65
| | | | | | | | Submitted by: Mikhail Teterin <mi@aldan.algebra.com> PR: ports/16642 Notes: svn path=/head/; revision=27979
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27430
* DISTNAME then PKGNAME, not other way around (portlint)Michael Haro2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=26912
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* 1) Pass OBJFORMAT in MAKE_ENVJustin M. Seger1999-04-062-2/+5
| | | | | | | | | | 2) No longer do LDCONFIG in post-install, libwww does it already 3) Install xmlparse.h which is required by HTXML.h Submitted by: asami Notes: svn path=/head/; revision=17677
* Upgrade to libwww-5.2.6.Justin M. Seger1999-03-083-6/+24
| | | | Notes: svn path=/head/; revision=17046
* Urk, remove FETCH_BEFORE_ARGS that snuck in. Just because I have aSteve Price1999-01-261-2/+1
| | | | | | | broken firewall to go through doesn't mean everybody else does too. :) Notes: svn path=/head/; revision=16360
* Update to version 5.2.1.Steve Price1999-01-262-3/+4
| | | | | | | | PR: 9528 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de> Notes: svn path=/head/; revision=16331
* Upgrade to libwww-5.2Justin M. Seger1998-11-023-7/+6
| | | | Notes: svn path=/head/; revision=14286
* Unbreak for ELF.Justin M. Seger1998-10-162-6/+4
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=14047