1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Thierry Thomas
9417a21d77 Don't try to remove /usr/local/share/mime-info.
Reported by:	miwi
2013-05-12 10:30:50 +00:00
Baptiste Daroussin
9ff06b3cbf Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
2013-04-29 22:27:05 +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
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Carlo Strub
4ccd1fc621 Fix typos in COMMENT 2012-07-25 11:24:09 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Thierry Thomas
fd56a9006d Upgrade to 0.8.9. 2012-05-13 16:28:08 +00:00
Thierry Thomas
1d3fdd8739 Force SSL from ports to build the SSL module.
Reported by:	pointyhat via Pav and Erwin
2012-04-20 05:57:17 +00:00
Thierry Thomas
1cc25a15d4 1) Fix dependency on SSL;
2) Fix some problems with pixmaps.

Reported by:	pointyhat via Pav (1) and Albat0r (2)
2012-04-15 20:11:12 +00:00
Steve Wills
82aa5d1e68 - Chase libofx shared version bump
PR:		ports/165716
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2012-03-05 21:52:14 +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
Thierry Thomas
0a6576e9fc Upgrade to 0.8.6 (bug fixes). 2011-05-22 21:30:43 +00:00
Thierry Thomas
c5bded855e Upgrade to 0.8.4 (bugs fixes).
Changelog at <http://wiki.grisbi.org/doku.php?id=:docs:notes_de_version>
(in french).
2011-03-24 21:49:27 +00:00
Thierry Thomas
2525455c78 Upgrade to 0.8.3: fixes several bugs.
Changelog to be soon at
<http://wiki.grisbi.org/doku.php?id=:docs:notes_de_version>
2011-03-09 19:48:46 +00:00
Thierry Thomas
be867ff1c0 Upgrade to 0.8.2 (bugfix).
Changelog not yet at <http://www.grisbi.org/changelog.en.html>
but already in french at
<http://wiki.grisbi.org/doku.php?id=docs:notes_de_version>
2011-02-23 21:06:42 +00:00
Thierry Thomas
a3abb0daa6 Update to 0.8.1.
Changelog will be here: http://www.grisbi.org/changelog.en.html
2011-02-21 21:06:08 +00:00
Thierry Thomas
99626da4cc Fix plist when NOPORTDOCS is set.
Reported by:	QAT
2010-06-10 19:29:48 +00:00
Thierry Thomas
3b5c0fb962 Upgrade to 0.6.
Changelog at <http://www.grisbi.org/changelog.en.html>.
2010-06-08 20:31:53 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
c6d73b3a64 - Switch SourceForge ports to the new File Release System: categories starting with E,F 2009-08-22 00:20:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +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
Martin Wilke
f853db7c72 - Chase finance/libofx shlib version bump
Submitted by:	pavbot
2008-03-14 23:08:05 +00:00
Thierry Thomas
3e1f86fcc1 Don't request gcc-34. 2008-01-19 20:32:54 +00:00
Thierry Thomas
a74f3b706f Chase latex-ucs relocation and bump portrevision.
Submitted by:	hrs
eported by:	pointyhat via pav
2008-01-18 20:05:20 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Thierry Thomas
6ef53cf1ea Upgrade to 0.5.9.
New in version 0.5.9 :
- Bug fixes
- More bug fixes
- Even more bug fixes
- Grisbi does not care anymore about file permissions
- Hebrew translation thanks to Dotan Mazor

PR:		ports/108348
Submitted by:	Esa Karkkainen <ejk (at) iki.fi>
2007-01-26 23:02:54 +00:00
Rong-En Fan
9820b72071 - Chase finance/libofx share library version bump 2006-10-09 08:00:59 +00:00
Thierry Thomas
241ffe52a0 Fix pkg-plist.
PR:		ports/100819
Submitted by:	Stanislav Sedov <ssedov (at) mbsd.msk.ru>
2006-07-26 13:24:14 +00:00
Edwin Groothuis
c8a818ace5 Remove USE_REINPLACE from all categories starting with F 2006-05-07 11:09:22 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Thierry Thomas
3e29e6d99a Upgrade to 0.5.8.
Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=379274&group_id=93867>
2005-12-19 21:32:45 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Pav Lucistnik
90be92541f - Chase libofx update 2005-08-31 22:16:57 +00:00
Thierry Thomas
706dde1cef Upgrade to 0.5.7. 2005-06-06 20:20:56 +00:00
Thierry Thomas
4262a04069 Oops... Add new Spanish, Italian, Dutch, Polish and Romanian translations. 2005-05-15 12:17:52 +00:00
Thierry Thomas
3593947ca6 Upgrade to 0.5.6. 2005-05-15 10:33:36 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
eaf25b123d Chase the libofx shared lib version. 2005-02-12 00:25:29 +00:00
Thierry Thomas
887dfed306 Fix plist.
Reported by:	Kris / pointyhat.
2005-01-11 18:27:05 +00:00
Thierry Thomas
4e540ccf09 Upgrade to 0.5.5. 2005-01-09 23:24:48 +00:00
Thierry Thomas
ced5462951 Upgrade to 0.5.4. 2004-12-28 09:36:45 +00:00
Thierry Thomas
8854ae914d Upgrade to 0.5.3. 2004-11-28 23:11:38 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Thierry Thomas
47f92c6d1c Upgrade to 0.5.2.
Add support for WITHOUT_NLS and NOPORTDOCS.
2004-10-18 09:23:46 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Thierry Thomas
f1f236e5ec Chase print/latex-ucs moving to texmf-local.
Reported by:	pointyhat
Approved by:	portmgr (marcus)
2004-09-12 08:19:37 +00:00