1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Steve Wills
67861ec11f - Update to 5.0.16
PR:		ports/160998
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-10-02 21:01:05 +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
Koop Mast
54d67a52e0 Update to 5.0.14.
pet portlint by moving LICENSE block.
Add a patch to fix symbol visibility support with cc.

PR:		ports/159032
Submitted by:	maintainer
2011-07-31 20:07:28 +00:00
Wen Heping
3df36fea1a - Update to 5.0.7
PR:		ports/157511
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-06-02 08:10:58 +00:00
Wen Heping
52fffa8313 - Update to 5.0.5
- Remove empty file pkg-message

PR:		ports/155618
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-03-17 09:37:13 +00:00
Koop Mast
47e433aa1a Update to 5.0.4
Remove all GUI stuff, it is in Gwenhywfar now
Add LICENSE (GPLv2) (The PayPal backend is also GPLv2, but can only be used
with certain programs. GnuCash and KMyMoney are allowed to use it.)

PR:		ports/154840
Submitted by:	maintainer
2011-02-28 19:50:29 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Alex Dupre
bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +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
Dima Panov
a146c52817 - Update to 4.2.4
- Use QT4 frontend by default (require for upcoming kmymoney-kde4)
- Pass maintainership to submitter

PR:		144519
Submitted by:	Jason E. Hale <bsdkaffee AT gmail DOT com>
2010-03-10 03:49:32 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +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
Dmitry Marakasov
76b70d056b - Update to 4.1.0
PR:		135915
Submitted by:	Jan Henrik Sylvester <me@janh.de>
2009-06-22 20:19:08 +00:00
Dmitry Marakasov
08e847d89c - Update to 4.0.0
- Chase devel/gwenhywfar shlib bump

PR:		135161
Submitted by:	Jan Henrik Sylvester <me@janh.de>
2009-06-21 20:23:40 +00:00
Pav Lucistnik
1ebd8b8869 - Chase math/libgmp4 shlib bump
Reported by:	pointyhat
Pointy hat to:	ale
2009-05-14 11:53:13 +00:00
Pav Lucistnik
f5aed50c4b - Update to 3.8.1
PR:		ports/129598
Submitted by:	G. Paul Ziemba <p-fbsd-bugs@ziemba.us>
2009-05-11 20:42:18 +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
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pietro Cerutti
11f6c5e1d0 - Remove LibOFX optional support (off by default) until somebody fixes it
PR:		125093
Submitted by:	<mirror176@hotmail.com>
2008-07-09 00:17:39 +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
Joerg Wunsch
8054ed462a aqbanking.pc belongs into libdata rather than lib.
Pointy hat passed by: pav
2008-01-24 21:05:33 +00:00
Joerg Wunsch
85da96556f Fix OFX optional parts in pkg-plist.
Reminded by:		pointyhat, by way of pav
2008-01-21 12:43:12 +00:00
Joerg Wunsch
5cda07c9a0 Upgrade to version 2.3.3. As with gwenhyfar, this is the latest release
of the 2.x line, and the author has chosen to no longer host version 3.x
on sourceforge.net.

Since our only consumer of this port is gnucash, and gnucash requires
the Qt component of aqbanking (qbanking), I chose to make the qbanking
interface a non-optional decision.  In case there might be further
consumers in future, this could perhaps also be made optional.
2008-01-16 09:56:49 +00:00
MANTANI Nobutaka
b610843b31 Fix build after objformat removal on -current. 2007-03-05 14:18:07 +00:00
Sam Lawrance
ee0eccf53a Drop maintainership. 2007-01-23 08:19:11 +00:00
Rong-En Fan
dd1bb43dc9 - Chase recent libofx update 2006-11-24 08:37:53 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Pav Lucistnik
20346564c3 - Fix ktoblzcheck dependency line
This is getting way out of my hands. Was this really broken for five weeks?

Submitted by:	Anthony M. Agelastos <iqgrande@gmail.com>
Pointy hat to:	pav
2005-11-28 09:55:41 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
90be92541f - Chase libofx update 2005-08-31 22:16:57 +00:00
Sam Lawrance
a22190558f Fix pkg-plist
Reported by:	kris
2005-06-12 04:56:20 +00:00
Sam Lawrance
d58ef8d2e2 Add aqbanking 1.0.11, online banking interface and financial data
framework.

PR:		ports/78443 (prompted by)
Submitted by:	Peter Corneliu <pcc@gmx.net>
2005-06-08 14:52:51 +00:00