1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
Baptiste Daroussin
4a65c83669 Add NO_STAGE all over the place in preparation for the staging support (cat: french) 2013-09-20 17:21:20 +00:00
Martin Wilke
f207b49109 - Fix i18n manpages
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:59:00 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
d5da697104 Convert f* to USES=pkgconfig 2013-04-23 10:23:53 +00:00
Baptiste Daroussin
36b0a6fa76 Finish converting french to new options framework 2013-03-26 07:46:53 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Christian Weisgerber
3d4cbe1f53 Update to 0.1.33, which fixes the verb "chauvir".
Approved by:	maintainer timeout (8 weeks)
2011-07-25 13:53:25 +00:00
Christian Weisgerber
c87b350797 Always skip included intl, otherwise the build fails if gettext isn't
installed even if we never link against it.
2010-12-25 16:28:32 +00:00
Christian Weisgerber
58d6a7c848 * Update to 0.1.32.
* Add (optional) support for GTK+ app.
* Clean up a lot of cruft, e.g., the GNOME option didn't work at all,

Approved by:	maintainer
2010-12-22 21:02:07 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Bernhard Froehlich
431e855a1f - Update to 0.1.31
- Pass maintainership to submitter
- Add LICENSE

PR:		ports/150458
Submitted by:	Sebastien Santoro <dereckson at gmail dot com>
Approved by:	Timothy Bourke <timbob@bigpond.com> (old maintainer), beat (co-mentor)
2010-09-13 08:39:15 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Wen Heping
a7277b93d3 - Update to 0.1.27
PR:		ports/139739
Submitted by:	Timothy Bourke <timbob@bigpond.com> (maintainer)
Approved by:	mentors(implicit)
2009-10-19 01:00:58 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
2009-08-02 19:36:34 +00:00
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