aboutsummaryrefslogtreecommitdiff
path: root/devel/gwenhywfar
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* - Fix build with WITH_PORTDOCSRong-En Fan2008-03-102-7/+10
| | | | | | | | | | - Grammar fix for pkg-descr PR: ports/121506 Submitted by: Edward Sanford Sutton, III <mirror176 at cox.net> Notes: svn path=/head/; revision=208723
* Forgot to cvs add this file in the previous commit.Joerg Wunsch2008-01-181-0/+11
| | | | Notes: svn path=/head/; revision=205773
* Move the pkg-config file from ${prefix}/lib to ${prefix}libdata.Joerg Wunsch2008-01-182-3/+3
| | | | | | | While being here, remove the now obsolete SSLDEBUG option. Notes: svn path=/head/; revision=205771
* Upgrade to version 2.6.2. This is the latest 2.x version. As ofJoerg Wunsch2008-01-168-142/+101
| | | | | | | | | | version 3.x (which is still very recent), the author has chosen to no longer host the files on sourceforge.net, so I rather picked 2.x. This is a prerequisite port for aqbanki. Notes: svn path=/head/; revision=205717
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+6
| | | | Notes: svn path=/head/; revision=183830
* Drop maintainership.Sam Lawrance2007-01-231-1/+1
| | | | Notes: svn path=/head/; revision=183062
* - Turn doxygen documentation off by default, make it into OPTIONSPav Lucistnik2006-10-081-10/+12
| | | | | | | | | PR: ports/103115 (based on) Submitted by: ahze Approved by: maintainer timeout (lawrance; 1 month) Notes: svn path=/head/; revision=174961
* Conversion to a single libtool environment.Ade Lovett2006-02-232-11/+14
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* 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
* Add gwenhywfar 1.13.2, multi-platform helper library for networking andSam Lawrance2005-06-089-0/+271
security applications. PR: ports/80795 (based on) Submitted by: Peter Cornelius <pcc.at.gmx.net> Notes: svn path=/head/; revision=137058