aboutsummaryrefslogtreecommitdiff
path: root/www/wml
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* LP64 fix: don't store a long at the address of an int variable.Christian Weisgerber2010-08-102-1/+18
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=259070
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Use perl modules from ports tree (not included into distfile).Sergey Skvortsov2010-02-052-109/+13
| | | | | | | | | | | | Also make portlint (almost) happy. PR: Submitted by: Reviewed by: Approved by: pav (implicit) Notes: svn path=/head/; revision=249312
* - Fix build.Wesley Shields2009-05-134-76/+99
| | | | | | | | | | - Use $Config{archname} from perl for PLIST_SUB. PR: ports/133166 Submitted by: Rodrigo OSORIO (ros) <rodrigo@bebik.net> (maintainer) Notes: svn path=/head/; revision=233848
* - Mark as broken after perl update.Wesley Shields2009-01-221-0/+2
| | | | Notes: svn path=/head/; revision=226677
* - Downgrade to 2.0.12 (current version is broken)Wesley Shields2009-01-109-259/+226
| | | | | | | | | | - Pass maintainer to submitter PR: ports/129235 Submitted by: rodrigo@bebik.net Notes: svn path=/head/; revision=225677
* 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
* - Now builds on amd64Pav Lucistnik2008-06-181-7/+1
| | | | Notes: svn path=/head/; revision=215136
* - Fix plistPietro Cerutti2008-03-263-206/+217
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=209905
* - Update to 2.1a2Pietro Cerutti2008-03-196-253/+251
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=209333
* Reset delta@lackas.net due to maintainer-timeouts and no response to email.Mark Linimon2007-10-111-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=201326
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 2.0.11Martin Wilke2007-01-152-7/+7
| | | | | | | | PR: ports/107917 Submitted by: Christian Lackas <delta@lackas.net> (maintainer) Notes: svn path=/head/; revision=182428
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* 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
* 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
* BROKEN on ia64: Shared libraries must be built with -fPICKris Kennaway2005-03-271-2/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132075
* Don't mark BROKEN with a recent perl.Thierry Thomas2005-01-081-4/+4
| | | | | | | | PR: ports/75880 Submitted by: maintainer. Notes: svn path=/head/; revision=125795
* This port is scheduled to be removed on 2005-02-18 if it is stillKris Kennaway2004-12-181-0/+2
| | | | | | | broken at that time, and a fix has not been submitted to GNATS. Notes: svn path=/head/; revision=124429
* BROKEN: Does not compileKris Kennaway2004-12-041-0/+2
| | | | Notes: svn path=/head/; revision=123072
* Fix the detection of png.h.Thierry Thomas2004-08-161-0/+11
| | | | | | | | | PR: ports/70529 Submitted by: maintainer Reported by: kris / pointyhat. Notes: svn path=/head/; revision=116437
* Don't spawn a process to run perl, but install perl arch-dependent filesThierry Thomas2004-08-082-10/+15
| | | | | | | | | | | in a standard directory. PR: ports/70091 Submitted by: myself Approved by: maintainer. Notes: svn path=/head/; revision=115690
* Prevent a possible breakage on machines without perl installed.Thierry Thomas2004-08-021-0/+4
| | | | | | | A better solution will be found to avoid "!= perl" (suggested by eik). Notes: svn path=/head/; revision=115315
* - Fix pkg-plist and unbreak;Thierry Thomas2004-08-022-41/+46
| | | | | | | | | | | | | | | - use libtool; - add PNG support. Note: this port is still marked broken on amd64. PR: ports/69857 Submitted by: myself Approved by: maintainer. Notes: svn path=/head/; revision=115287
* BROKEN: Broken pkg-plistKris Kennaway2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113369
* BROKEN on amd64: Needs to build shared libraries with -fPICKris Kennaway2004-05-301-1/+7
| | | | Notes: svn path=/head/; revision=110360
* - Update to 2.0.9Pav Lucistnik2004-05-094-106/+113
| | | | | | | | | | | - Now works on perl 5.8 - Pass maintainership over to submitter PR: ports/66370 Submitted by: Christian Lackas <delta@lackas.net> Notes: svn path=/head/; revision=108775
* Add size data.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104582
* Resign maintainership of the ports corresponding to software I developedRalf S. Engelschall2004-03-141-1/+1
| | | | | | | | myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports. Notes: svn path=/head/; revision=103976
* BROKEN: Does not compile with perl >=5.8Kris Kennaway2004-02-061-1/+7
| | | | Notes: svn path=/head/; revision=100099
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Change URLs to new home at TheWML.orgRalf S. Engelschall2002-06-262-3/+3
| | | | Notes: svn path=/head/; revision=62013
* Upgrade to Website META Language (WML), version 2.0.8Ralf S. Engelschall2002-02-174-8/+6
| | | | Notes: svn path=/head/; revision=54809
* Upgrade to Website META Language, version 2.0.7Ralf S. Engelschall2001-06-224-4/+18
| | | | Notes: svn path=/head/; revision=44302
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Upgrade to Website META Language (WML), version 2.0.6Ralf S. Engelschall2000-11-032-2/+2
| | | | Notes: svn path=/head/; revision=34737
* distfile has changedRalf S. Engelschall2000-09-221-1/+1
| | | | Notes: svn path=/head/; revision=33022
* Upgrade to Website META Language (WML), Version 2.0.4Ralf S. Engelschall2000-09-202-2/+2
| | | | Notes: svn path=/head/; revision=32892
* Upgrade to Website META Language (WML), version 2.0.3Ralf S. Engelschall2000-09-132-2/+2
| | | | Notes: svn path=/head/; revision=32569
* Use PERL_ARCH in pkg/PLIST so this port packages cleanly on the Alpha.Steve Price2000-08-081-32/+32
| | | | Notes: svn path=/head/; revision=31406
* Upgrade to Website META Language (WML), version 2.0.2Ralf S. Engelschall2000-06-232-2/+2
| | | | Notes: svn path=/head/; revision=29833
* Add wmd_missing.1 and wml_macros.7 to list of manpages.Satoshi Asami2000-06-031-2/+2
| | | | | | | Submitted by: obento Notes: svn path=/head/; revision=29156
* Upgrade to Website META Language (WML), version 2.0.1Ralf S. Engelschall2000-05-232-5/+9
| | | | Notes: svn path=/head/; revision=28714
* Upgrade this out-of-date port from WML 1.6.8 to WML 1.99.8. Yes, I knowRalf S. Engelschall2000-04-284-128/+153
| | | | | | | | | | | that our 1.99.8 is a developer version for approaching WML 2.0. But 1.6.x and 1.7.x are both horribly broken for FreeBSD 3.x and 4.x because of the way Perl is installed (under /usr/libdata). And because 1.99.8 is already stable enough and very near 2.0, we now go this way for the port, too. Notes: svn path=/head/; revision=28060
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27430
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-241-3/+2
| | | | | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=23999
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146