Commit graph

196 commits

Author SHA1 Message Date
Dmitry Marakasov
4697b7a0c0 - Switch finance/ktoblzcheck to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-31 12:36:52 +00:00
Adam Weinberger
bdeb856151 Add DOCS to OPTIONS for ports that have PORTDOCS in the plist. 2014-07-15 23:30:05 +00:00
Dmitry Marakasov
1ab70d139a - Switch devel/gwenhywfar* to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-24 11:46:44 +00:00
Guido Falsi
234fc3d4ec - Update gnucash and gnucash-docs to 2.6.3
- Add USES=libtool to gnucash

PR:		ports/189630
Submitted by:	me
Approved by:	kwm (gnome)
2014-05-12 08:52:39 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Koop Mast
3b86bb5d8a Update gnucash and gnucash-docs to 2.6.2.
PR:		ports/187364
Submitted by:	madpilot@
2014-03-08 18:26:21 +00:00
Koop Mast
7da21df158 Update gnucash[-docs] to 2.6.1.
PR:		ports/186203
Submitted by:	madpilot@
2014-02-07 09:00:07 +00:00
Koop Mast
922baec84b Update to 2.6.0.
Remove obsolete pkg-message since we now depend on dbi-drivers too.
2013-12-30 20:30:51 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Guido Falsi
486df5ca30 - Support staging
- Convert to new LIB_DEPENDS format
- Use option helpers

Approved by:	gnome (kwm)
2013-10-09 12:10:23 +00:00
Jason E. Hale
b97c9d0f79 - Update finance/libofx to 0.9.9
- Support staging
- Remove USE_GCC= any; port seems to build fine with clang
- Move LICENSE to proper location
- Modernize LIB_DEPENDS
- USE_GMAKE -> USES= gmake
- Update pkg-descr to reflect current capabilities
- Bump PORTREVISION on dependent ports due to so version bump
2013-10-04 13:26:28 +00:00
Baptiste Daroussin
1c7169ab74 Add NO_STAGE all over the place in preparation for the staging support (cat: finance) 2013-09-20 17:18:38 +00:00
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Guido Falsi
eb7f6a9419 Update to 2.4.13
Approved by:	kwm (gnome)
2013-06-10 20:53:54 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Jeremy Messenger
4bb8907a16 Fix the generate of .pyc/pyo (Python bytecode), bump the PORTREVISION.
PR:		ports/171381
Submitted by:	"John W. O'Brien" <john@saltant.com>
2012-12-29 23:00:38 +00:00
Raphael Kubo da Costa
b2b7993a62 devel/gwenhywfar:
- Repocopy devel/gwenhywfar to devel/gwenhywfar-{fox16,gtk2,qt4}.
- devel/gwenhywfar is now a master port and new slave ports will allow the
  user to install the GUI libraries separately. This will make packaging
  easier for finance/gnucash and finance/kmymoney-kde4.

finance/aqbanking:
- finance/aqbanking has been updated to 5.0.25 and includes a shlib bump, so
  instead of making the user rebuild twice it is included here.
- Shlib bump aqbanking.33 -> aqbanking.34.
- Fix LICENSE.
- Convert to new OPTIONS framework.

finance/gnucash:
- Adjust LIB_DEPENDS for AQBANKING option so they are installed in the
  correct order.
- Drop unneeded LICENSE_FILE.
- Drop ABI version numbers from all LIB_DEPENDS (if you really want to keep
  them, at least keep the LIB_DEPENDS in the order I changed them to since
  aqbanking should be built last. Also aqbanking.33 -> aqbanking.34).
- Remove BROKEN message now that the dependency problem is solved.

finance/kmymoney-kde4:
- Convert to new OPTIONS framework.
- Drop WITH_* from PLIST_SUB.
- Drop ABI version numbers from all LIB_DEPENDS.
- Add USE_PKGCONFIG=build.
- Remove IGNORE message now that the dependency problem is solved.

Also clean up the header for the touched Makefiles.

PR:		ports/170492
Submitted by:   Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2012-09-01 17:05:14 +00:00
Guido Falsi
03478e0092 Fix typo.
PR:		ports/170804
Submitted by:	Artis Caune <Artis.Caune@gmail.com>
Approved by:	gnome (mezz)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-08-31 14:38:38 +00:00
Guido Falsi
c49dafa174 - Update to 2.4.11
- fix build with pkgconf

Approved by:	tabthorpe (mentor)
Approved by:	gnome (mezz)
2012-07-31 12:43:00 +00:00
Andrej Zverev
e214c57b8f - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:37:54 +00:00
Guido Falsi
e496938a05 - Convert to new options framework.
PR:		ports/168685
Submitted by:	me
Approved by:	Jeremy Messenger <mezz@FreeBSD.org>
Approved by:    crees, tabthorpe (mentors, implicit)
2012-06-07 20:37:14 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Jeremy Messenger
84aa46a366 Update to 2.4.10.
PR:		ports/167055
		ports/167883
Submitted by:	madpilot
		Douglas Carmichael <dcarmich@dcarmichael.net>
2012-05-20 16:28:45 +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
Chris Rees
2b992cf057 Update to 2.4.9
PR:		ports/164449
Submitted by:	Guido Falsi <mad@madpilot.net>
Approved by:	kwm
2012-02-27 20:40:30 +00:00
Steve Wills
21439cd42b - Chase devel/gwenhywfar has a shlib version bump
PR:             ports/160998
Submitted by:   Jason E. Hale <bsdkaffee@gmail.com>
2011-10-02 21:02: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
Koop Mast
fe61bf1eb4 Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed. 2011-08-23 18:39:19 +00:00
Koop Mast
806cd89459 Add option for experimental localized tax categories [1]
Pet portlint by moving LICENSE block to correct place and moving CPPFLAGS out
of configure_env.

PR:		ports/159822 [1]
Submitted by:	Armin Gruner <ag@muc.de> [1]
2011-08-19 17:48:34 +00:00
Koop Mast
460cdd01df Chase devel/gwenhywfar shlib bump. 2011-07-31 20:10:31 +00:00
Julien Laffaye
011dce24ce - Chase guile shared lib bump
- Add an entry to UPDATING
2011-07-31 15:07:08 +00:00
Koop Mast
e8aef196c6 Update to 2.4.7. 2011-07-17 14:55:25 +00:00
Koop Mast
7fa11804e6 Update to 2.4.5
Tweak the libgwengui-gtk2 check so it has actualy a chance of installing the
dependancies before the check happens.
2011-04-11 15:00:39 +00:00
Cheng-Lung Sung
8337218886 - dbi.0 => dbi.1
- bump PORTREVISION
2011-03-07 15:59:27 +00:00
Koop Mast
ed9b65cbc6 Fix hopefully the last typo. Spell PORTSDIR correctly in the webkit section.
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2011-03-02 16:02:53 +00:00
Koop Mast
5adadef81f Clear up some unused depends. bump portrevision for this change.
White space nit, and check for libgwengui-gtk2.so only when building with
AQBANKING support.

Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2011-03-02 15:42:09 +00:00
Koop Mast
6b4a51a6c7 Remove a space before .else in the PYTHON section.
Submitted by:	Guido Falsi via irc.
2011-03-01 11:29:45 +00:00
Koop Mast
f54c49dc4e Update to 2.4.3.
Add LICENSE (GPLv3)
Provide option to use webkit for html engine instead of gtkhtml3.
Provide option to install python bindings.
Provide option to enable database support. Done via libdbi. Info about how
to use this feature is in the pkg-message.

PR:		ports/154841 (merged features from)
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2011-02-28 19:58:13 +00:00
Jeremy Messenger
e9ddf6b3f6 Fix the quote price editor adds price data as wrong date. Bump the
PORTREVISION. More details by the submitter:

"gnucash quote price editor consume date string and convert the string by
strptime(3) then get time_t by mktime(3). And struct tm, a mktime argument
is not initialized and mktime detects insane structure and returns -1. So
the entry is always added as epoch -1 date."

PR:		ports/138410
Submitted by:	Takanori Watanabe <takawata@init-main.com>
2010-10-03 17:04:08 +00:00
Jeremy Messenger
7073457e29 Makes gnucash-docs as a dependency optional.
PR:		ports/150990
Submitted by:	Guido Falsi <mad@madpilot.net>
2010-10-02 16:53:11 +00:00
Joe Marcus Clarke
a1be1c1da1 Chase the aqbanking shared lib version.
PR:		144894
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2010-08-14 17:54:25 +00:00
Mark Linimon
b48819e2e0 Reassign some of ahze's ports to gnome@.
Requested by:	kwm
Hat:		portmgr
2010-07-25 23:03:46 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Koop Mast
48e62d9a37 Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
2010-05-10 21:19:08 +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
Joe Marcus Clarke
39d8ab8b6c Chase the goffice 0.8.0 update. 2010-02-14 20:49:18 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Koop Mast
b6e05bd875 Fix build, remove broken.
Approved by:	maintainer (impicit)
Feature safe:	yes
2009-09-21 08:58:38 +00:00
Pav Lucistnik
ac5a315e9d - Mark BROKEN: does not compile with new goffice
Reported by:	pointyhat
Feature safe:	yes
2009-09-20 10:14:53 +00:00