aboutsummaryrefslogtreecommitdiff
path: root/www/cadaver
Commit message (Collapse)AuthorAgeFilesLines
* Change MAINTAINER to my @FreeBSD.org address.Josh Paetzel2008-09-061-1/+1
| | | | | | | Approved by: ade (mentor) Notes: svn path=/head/; revision=220011
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 0.23.2Beech Rintoul2008-07-052-6/+5
| | | | | | | | | PR: ports/125143 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=216363
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Rename www/neon to www/neon26 to make the integrationEdwin Groothuis2008-05-051-1/+1
| | | | | | | of www/neon28 possible Notes: svn path=/head/; revision=212638
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* (1) Update `www/neon' to 0.26.3Lev A. Serebryakov2007-03-161-1/+2
| | | | | | | | | | | (2) Bump port revisions (and dependencies) on all ports, using libneon (3) Mark `devel/bazaar' broken, it doesn't support new neon version. Approved by maintainer. (4) Mark `www/neonpp' broken, it doesn't support new neon version. Maintainer timeout. Notes: svn path=/head/; revision=187477
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itGabor Kovesdan2007-01-292-7/+0
| | | | | | | | | | | | was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor) Notes: svn path=/head/; revision=183644
* - Update to 0.22.5Martin Wilke2007-01-232-7/+7
| | | | | | | | PR: 108275 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=183136
* - Update to 0.22.4Martin Wilke2006-12-302-8/+7
| | | | | | | | PR: ports/107301 Submitted by: Josh Paetzel (maintainer) Notes: svn path=/head/; revision=181019
* * Fix build by adding missing dependency to gettext and make thatVasil Dimov2006-02-071-4/+20
| | | | | | | | | | | | | conditional by WITHOUT_NLS being set or not * Fix path in EXTRACT_AFTER_ARGS * Bump PORTREVISION because internationalization can now be turned on and off PR: ports/91756, ports/91962 Submitted by: rushani, Josh Paetzel <josh@tcbug.org> (maintainer) Approved by: garga (mentor), Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=155427
* BROKEN: Does not compileKris Kennaway2006-01-191-0/+2
| | | | Notes: svn path=/head/; revision=153917
* [1] Update to 0.22.3Lev A. Serebryakov2006-01-052-5/+8
| | | | | | | | | | [2] Use new neon library PR: ports/91278 Submitted: Maintainer Notes: svn path=/head/; revision=152790
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix MASTER_SITESKirill Ponomarev2005-01-291-2/+2
| | | | | | | | | | Portlint(1) PR: ports/76793 Submitted by: maintainer Notes: svn path=/head/; revision=127592
* Assign Maintainership to Josh Paetzel <josh@tcbug.org>Tilman Keskinoz2004-12-041-1/+1
| | | | | | | | PR: 74587 Submitted by: Josh Paetzel <josh@tcbug.org> Notes: svn path=/head/; revision=123112
* - Add a mirror site.Hye-Shik Chang2004-11-282-2/+8
| | | | | | | | | | - Utilize SIG_FILE. PR: 74490 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=122705
* Update to 0.22.2Hye-Shik Chang2004-11-073-12/+3
| | | | Notes: svn path=/head/; revision=121040
* Upgrade from 0.22.0 to 0.22.1 (April 14th). Drop expat-dependency --Mikhail Teterin2004-05-043-8/+21
| | | | | | | | | | this port uses whatever www/neon provides. Loosen the neon-dependency -- don't require the exact version of -lneon. Don't extract the expat and libneon bundled with the cadaver -- to avoid #include-ing a wrong header accidentally. Patch some warnings. Notes: svn path=/head/; revision=108406
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-1/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* Use PLIST_FILES.Trevor Johnson2004-02-052-2/+2
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Update to 0.22.0.Max Khon2003-10-102-3/+3
| | | | | | | - Chase libneon version. Notes: svn path=/head/; revision=90786
* Use USE_GETOPT_LONG.Pete Fritchman2003-05-181-5/+1
| | | | | | | | | PR: 51387, 51383, 51380, 51388, 51384, 51372, 51373, 51381, 51382 Submitted by: Ports Fury Notes: svn path=/head/; revision=81255
* Update to 0.21Max Khon2003-04-182-3/+2
| | | | Notes: svn path=/head/; revision=79225
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.Norikatsu Shigemura2003-02-081-2/+2
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=75089
* Conditionalize libgnugetopt dependencies.Norikatsu Shigemura2003-02-021-5/+11
| | | | | | | | PR: ports/47752 Submitted by: Ports Fury Notes: svn path=/head/; revision=74504
* Do not build with included neon.Max Khon2003-01-221-2/+2
| | | | | | | | Installed (in ${LOCALBASE}) libneon was linked in if it exists anyway and included expat is not used anymore. Notes: svn path=/head/; revision=73783
* 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
* Fix build on -current (don't redefine __size_t; same code as in proftpd)Kris Kennaway2002-10-201-0/+11
| | | | Notes: svn path=/head/; revision=68436
* Bump PORTREVISION and expat shlib.Jun Kuriyama2002-09-171-1/+2
| | | | Notes: svn path=/head/; revision=66485
* upgrade to 0.20.5Ying-Chieh Liao2002-09-072-2/+2
| | | | | | | | PR: 42490 Submitted by: Ports Fury Notes: svn path=/head/; revision=65765
* upgrade to 0.20.4Ying-Chieh Liao2002-08-103-31/+14
| | | | | | | | PR: 41506 Submitted by: Ports Fury Notes: svn path=/head/; revision=64346
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Unbreak this port by using the included libneon and expat. The API forGreg Lewis2002-06-172-9/+13
| | | | | | | | | | | | | | neon has changed incompatibly since the last release of cadaver so it won't compile against our installed version of neon. The included version of neon doesn't appear to like the installed version of expat, so use the included version of that too. The load order of libraries needed changing to ensure that the included version of neon is used. These changes should be reverted if/when a newer release of cadaver catches up with the neon API. Notes: svn path=/head/; revision=61433
* Update LIB_DEPENDS on libneon.Kris Kennaway2002-05-113-6/+16
| | | | | | | | | Remove previous maintainer due to timeout. Fix compilation; linking still fails due to missing symbols. Update BROKEN message appropriately. Notes: svn path=/head/; revision=58908
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* BROKEN: Dependency is out of dateKris Kennaway2002-03-251-0/+2
| | | | Notes: svn path=/head/; revision=56579
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Chase neon shared library upgrade.Jimmy Olgeni2001-12-231-1/+2
| | | | | | | | PR: 33103 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=52029
* Update to version 0.18Kevin Lo2001-12-222-3/+3
| | | | | | | | PR: 32547 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=51994
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50306
* Fix typo in WWW: webdab.org -> webdav.org.Jimmy Olgeni2001-08-161-1/+1
| | | | Notes: svn path=/head/; revision=46312
* Add a LIB_DEPENDS on the gettext port.Steve Price2001-06-171-1/+2
| | | | | | | | PR: 27978 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44131
* Chase increased libneon version number.Maxim Sobolev2001-06-061-1/+1
| | | | Notes: svn path=/head/; revision=43557
* Upgrade to 0.17.0, add depends to www/neon now.Vanilla I. Shu2001-03-213-4/+18
| | | | | | | No response: maintaner Notes: svn path=/head/; revision=40146
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985