1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Martin Wilke
edf86f42ee - Update to 0.1.24
PR:		132527
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2009-03-14 15:17:06 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Thomas Abthorpe
c1b0cdc25b - Add optional Gnome support
- Bump PORTREVISION
- Pass maintainership

Submitted by:	Timothy Bourke <timbob bigpond.com> (via private email)
2008-08-19 13:42:11 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Thomas Abthorpe
185e66579d - Update to 0.1.23
- Respect PORTDOCS

Inspired by:	ionbot
2008-06-03 13:15:05 +00:00
Thomas Abthorpe
48065eb110 - Update to 0.1.22 2008-02-18 18:10:17 +00:00
Thomas Abthorpe
2b75e3d4d5 - Update to 0.1.21
- Thanks to Philippe Audeoud for reminding me I closed it before the commit

PR:		ports/118414
Submitted by:	Philippe Audeoud <jadawin tuxaco.net>
2007-12-19 20:21:57 +00:00
Thomas Abthorpe
dd8a2dd144 force commit for missed file. 2007-08-23 03:46:11 +00:00
Thomas Abthorpe
8c29b581d8 - Update to 0.1.20
- Take maintainership

Removed file(s):
- files/lib-patch-src_verbiste_FrenchVerbDictionary.cpp
- files/lib-patch-Makefile.in

PR:		ports/115145
Submitted by:	tabthorpe@
Approved by:	clsung (mentor)
2007-08-23 03:44:12 +00:00
Martin Wilke
8c4df9f2a3 - Update to 0.1.15
PR:		ports/107280
Submitted by:	Aleksander Fafula <alex@fafula.com>
2006-12-29 23:48:18 +00:00
Mark Linimon
c75fe8cf51 Reset maintainer at his request. 2006-09-10 00:11:36 +00:00
Cheng-Lung Sung
10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Jean-Yves Lefort
8b282ee304 Update to 0.1.14
PR:		ports/90338
Submitted by:	maintainer
2005-12-15 22:34:39 +00:00
Jean-Yves Lefort
a6ecbdcfbd Add verbiste and gnome-verbiste.
Verbiste is a French conjugation system. It contains a C++ library, and two
programs that can be run from the command line or from another program. The
knowledge base is represented in XML and contains over 6800 verbs.

GNOME Verbiste is a GNOME frontend to the Verbiste French conjugation
system. It contains a GNOME program and a GNOME Panel applet. This applet
shows a text field in the GNOME Panel where the user can enter a conjugated
verb and obtain its complete conjugation.

WWW: http://sarrazip.com/dev/verbiste.html

PR:		ports/89407
Submitted by:	Dan Phillips <dan-ports@dp.id.au>
2005-11-29 18:40:51 +00:00