Skip site navigation (1)Skip section navigation (2)

CVS log for ports/finance/gnucash/Makefile

[BACK] Up to [FreeBSD] / ports / finance / gnucash

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.161: download - view: text, markup, annotated - select for diffs
Sun Oct 2 21:02:53 2011 UTC (4 months, 1 week ago) by swills
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +1 -1 lines
- Chase devel/gwenhywfar has a shlib version bump

PR:             ports/160998
Submitted by:   Jason E. Hale <bsdkaffee@gmail.com>

Revision 1.160: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:22:28 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +1 -1 lines
- 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

Revision 1.159: download - view: text, markup, annotated - select for diffs
Tue Aug 23 18:39:04 2011 UTC (5 months, 2 weeks ago) by kwm
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +1 -1 lines
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.

Revision 1.158: download - view: text, markup, annotated - select for diffs
Fri Aug 19 17:48:34 2011 UTC (5 months, 3 weeks ago) by kwm
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +10 -5 lines
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]

Revision 1.157: download - view: text, markup, annotated - select for diffs
Sun Jul 31 20:10:31 2011 UTC (6 months, 1 week ago) by kwm
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +1 -1 lines
Chase devel/gwenhywfar shlib bump.

Revision 1.156: download - view: text, markup, annotated - select for diffs
Sun Jul 31 15:07:05 2011 UTC (6 months, 1 week ago) by jlaffaye
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +1 -0 lines
- Chase guile shared lib bump
- Add an entry to UPDATING

Revision 1.155: download - view: text, markup, annotated - select for diffs
Sun Jul 17 14:55:25 2011 UTC (6 months, 3 weeks ago) by kwm
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +3 -3 lines
Update to 2.4.7.

Revision 1.154: download - view: text, markup, annotated - select for diffs
Mon Apr 11 15:00:39 2011 UTC (10 months ago) by kwm
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +2 -2 lines
Update to 2.4.5

Tweak the libgwengui-gtk2 check so it has actualy a chance of installing the
dependancies before the check happens.

Revision 1.153: download - view: text, markup, annotated - select for diffs
Mon Mar 7 15:59:26 2011 UTC (11 months ago) by clsung
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +2 -2 lines
- dbi.0 => dbi.1
- bump PORTREVISION

Revision 1.152: download - view: text, markup, annotated - select for diffs
Wed Mar 2 16:02:53 2011 UTC (11 months, 1 week ago) by kwm
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +1 -1 lines
Fix hopefully the last typo. Spell PORTSDIR correctly in the webkit section.

Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>

Revision 1.151: download - view: text, markup, annotated - select for diffs
Wed Mar 2 15:42:09 2011 UTC (11 months, 1 week ago) by kwm
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +4 -5 lines
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>

Revision 1.150: download - view: text, markup, annotated - select for diffs
Tue Mar 1 11:29:45 2011 UTC (11 months, 1 week ago) by kwm
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +1 -1 lines
Remove a space before .else in the PYTHON section.

Submitted by:	Guido Falsi via irc.

Revision 1.149: download - view: text, markup, annotated - select for diffs
Mon Feb 28 19:58:13 2011 UTC (11 months, 1 week ago) by kwm
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +51 -37 lines
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>

Revision 1.148: download - view: text, markup, annotated - select for diffs
Sun Oct 3 17:04:08 2010 UTC (16 months, 1 week ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +1 -1 lines
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>

Revision 1.147: download - view: text, markup, annotated - select for diffs
Sat Oct 2 16:53:11 2010 UTC (16 months, 1 week ago) by mezz
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +9 -5 lines
Makes gnucash-docs as a dependency optional.

PR:		ports/150990
Submitted by:	Guido Falsi <mad@madpilot.net>

Revision 1.146: download - view: text, markup, annotated - select for diffs
Sat Aug 14 17:54:25 2010 UTC (17 months, 4 weeks ago) by marcus
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +1 -1 lines
Chase the aqbanking shared lib version.

PR:		144894
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>

Revision 1.145: download - view: text, markup, annotated - select for diffs
Sun Jul 25 23:03:46 2010 UTC (18 months, 2 weeks ago) by linimon
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1 -1 lines
Reassign some of ahze's ports to gnome@.

Requested by:	kwm
Hat:		portmgr

Revision 1.144: download - view: text, markup, annotated - select for diffs
Mon May 31 01:58:48 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +1 -1 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Mon May 10 21:18:13 2010 UTC (21 months ago) by kwm
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -2 lines
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

Revision 1.142: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:34:23 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.141: download - view: text, markup, annotated - select for diffs
Sun Feb 14 20:49:17 2010 UTC (23 months, 3 weeks ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +2 -2 lines
Chase the goffice 0.8.0 update.

Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:36:53 2010 UTC (2 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +1 -1 lines
- update to jpeg-8

Revision 1.139: download - view: text, markup, annotated - select for diffs
Mon Sep 21 08:58:38 2009 UTC (2 years, 4 months ago) by kwm
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +1 -3 lines
Fix build, remove broken.

Approved by:	maintainer (impicit)
Feature safe:	yes

Revision 1.138: download - view: text, markup, annotated - select for diffs
Sun Sep 20 10:14:53 2009 UTC (2 years, 4 months ago) by pav
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +2 -0 lines
- Mark BROKEN: does not compile with new goffice

Reported by:	pointyhat
Feature safe:	yes

Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Sep 3 20:16:35 2009 UTC (2 years, 5 months ago) by pav
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +0 -2 lines
- Unmark BROKEN, I believe last slib-guile fixed this

Revision 1.136: download - view: text, markup, annotated - select for diffs
Sat Aug 22 02:23:45 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +0 -1 lines
- Fix broken makefiles introduced with translation to new SF File Release System

Reported by:	dan
Pointyhat to:	myself

Revision 1.135: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:20:26 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with E,F

Revision 1.134: download - view: text, markup, annotated - select for diffs
Mon Aug 17 17:20:37 2009 UTC (2 years, 5 months ago) by erwin
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +2 -0 lines
Mark BROKEN: does not build

Revision 1.133: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:51:00 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.132: download - view: text, markup, annotated - select for diffs
Mon Jun 22 20:19:12 2009 UTC (2 years, 7 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +2 -2 lines
- Chase finance/aqbanking shlib version bump

Revision 1.131: download - view: text, markup, annotated - select for diffs
Sun Jun 21 20:23:44 2009 UTC (2 years, 7 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +2 -1 lines
- Chase finance/aqbanking shlib bump

Revision 1.130: download - view: text, markup, annotated - select for diffs
Mon May 11 20:42:45 2009 UTC (2 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +1 -1 lines
- Adapt for aqbanking 3.x

Revision 1.129: download - view: text, markup, annotated - select for diffs
Mon May 11 19:15:52 2009 UTC (2 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -2 lines
- Update to 2.2.9 (and fix build with new goffice)

PR:		ports/133721
Submitted by:	Guido Falsi <mad@madpilot.net>
Approved by:	maintainer timeout (ahze; 27 days)

Revision 1.128: download - view: text, markup, annotated - select for diffs
Thu Jan 22 16:04:08 2009 UTC (3 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +3 -3 lines
- Chase lang/guile shlib bump

Revision 1.127: download - view: text, markup, annotated - select for diffs
Sat Jan 10 05:21:29 2009 UTC (3 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +3 -3 lines
Presenting GNOME 2.24 for FreeBSD.

See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790

Revision 1.126: download - view: text, markup, annotated - select for diffs
Fri Oct 10 08:33:01 2008 UTC (3 years, 4 months ago) by kwm
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +4 -3 lines
Update to 2.2.7.

Approved by:	maintainer (ahze)

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sun Sep 7 05:59:36 2008 UTC (3 years, 5 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +3 -3 lines
Use newer versions of gtkhtml and goffice

Revision 1.124: download - view: text, markup, annotated - select for diffs
Sun Sep 7 03:44:00 2008 UTC (3 years, 5 months ago) by ahze
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
Update to 2.2.6

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Jul 21 04:49:05 2008 UTC (3 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +1 -1 lines
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435

Revision 1.122: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:27:39 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +1 -1 lines
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)

Revision 1.121: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:48:41 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -3 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Apr 17 14:37:47 2008 UTC (3 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -0 lines
Bump PORTREVISION for the switch to ofx off by default

Reported by:	flz

Revision 1.119: download - view: text, markup, annotated - select for diffs
Thu Apr 17 11:29:12 2008 UTC (3 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +4 -4 lines
Make portlint happy

Revision 1.118: download - view: text, markup, annotated - select for diffs
Thu Apr 17 11:28:29 2008 UTC (3 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +27 -5 lines
Add options for POSTGRESQL, OFX

Submitted by:	Martin Lesser <ml@bettercom.de>

Revision 1.117: download - view: text, markup, annotated - select for diffs
Mon Mar 31 13:47:30 2008 UTC (3 years, 10 months ago) by ahze
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +2 -2 lines
Update to 2.2.4

PR:		ports/121460
Submitted by:	Alex Varju

Revision 1.116: download - view: text, markup, annotated - select for diffs
Sat Mar 15 15:36:05 2008 UTC (3 years, 10 months ago) by ahze
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +2 -2 lines
Chase libversion bump in finance/libofx

Pointyhat to:	miwi

Revision 1.115: download - view: text, markup, annotated - select for diffs
Sun Mar 2 22:48:50 2008 UTC (3 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -1 lines
Add slib-guile to the BUILD_DEPENDS list to fix the build.  I'm not sure
how this worked before.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Sat Mar 1 06:24:16 2008 UTC (3 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -2 lines
Chase guile update.

PR:		121137
Submitted by:	David Barksdale <amatus@gnu.org>

Revision 1.113: download - view: text, markup, annotated - select for diffs
Fri Feb 29 18:54:53 2008 UTC (3 years, 11 months ago) by ahze
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +0 -1 lines
Remove unneeded depends on g-wrap

PR:		ports/119636
Submitted by:	Nikolai Nespor

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Jan 30 23:42:06 2008 UTC (4 years ago) by pav
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -0 lines
- Fix plist

Reported by:	pointyhat
Pointy hat to:	ahze

Revision 1.111: download - view: text, markup, annotated - select for diffs
Wed Jan 16 18:56:09 2008 UTC (4 years ago) by joerg
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +1 -1 lines
Uncomment the AQBANKING option also, I didn't notice before it was
there at all.

Reminded by: Jan Henrik Sylvester

Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed Jan 16 09:59:21 2008 UTC (4 years ago) by joerg
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +7 -7 lines
Re-enable AqBanking support after the upgrade of finance/aqbanking.
It had only been disabled before since the aqbanking port was waaay
behind so gnucash would no longer want to configure for it.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Fri Jan 11 17:26:44 2008 UTC (4 years, 1 month ago) by ahze
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +1 -1 lines
Update to 2.2.3

PR:		ports/119535
Submitted by:	Daniel Rucci

Revision 1.108: download - view: text, markup, annotated - select for diffs
Thu Jan 10 07:09:39 2008 UTC (4 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +1 -1 lines
Chase the move of the goffice 0.4 API to devel/goffice04.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Jan 8 16:43:45 2008 UTC (4 years, 1 month ago) by ahze
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +0 -0 lines
Force commit to note that the correct pr number is ports/117799 and not
ports/117849

Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Jan 8 16:42:19 2008 UTC (4 years, 1 month ago) by ahze
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +1 -2 lines
Update to 2.2.2

PR:		ports/117849
		ports/118968
Submitted by:	Robert Noland
		Kuang-che Wu

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sun Dec 2 17:48:36 2007 UTC (4 years, 2 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +9 -9 lines
- Disable aqbanking, configure fails with current version of aqbanking.

Approved by:	portmgr (linimon)

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Oct 24 23:35:38 2007 UTC (4 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +5 -10 lines
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338

Revision 1.103: download - view: text, markup, annotated - select for diffs
Sun Jul 29 01:19:02 2007 UTC (4 years, 6 months ago) by ahze
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +3 -3 lines
Update to 2.2.0

PR:		ports/114726
Submitted by:	Hiroto Kagotani

Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Jun 1 12:23:24 2007 UTC (4 years, 8 months ago) by ahze
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +2 -2 lines
Chase ktoblzcheck lib version bump

PR:		113208
Submitted by:	slogster@gmail.com

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sun May 27 21:33:20 2007 UTC (4 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -1 lines
- Fix depobj for gtkhtml38

Reported by:	Peter Jeremy <peterjeremy@optushome.com.au>

Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri May 25 00:53:20 2007 UTC (4 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +5 -5 lines
Teach these ports to use www/gtkhtml38 instead of gtkhtml3.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Sat May 19 20:04:54 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon Mar 19 05:13:32 2007 UTC (4 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +4 -3 lines
Presenting GNOME 2.18 for FreeBSD.  GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Feb 28 18:45:01 2007 UTC (4 years, 11 months ago) by ahze
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -0 lines
- Bump PORTREVISION for changes in libltdl15.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Feb 23 22:32:10 2007 UTC (4 years, 11 months ago) by ahze
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +0 -0 lines
Force commit to add commit message because I used the wrong cvs flags.

Update to 2.0.5

Submitted or Requested by:
	gabor, kris, Alex Varju <freebsd-ports@varju.ca>, Marc Evans <marc@softwarehackery.com>,
	frank brierley <frank_n_brierley@yahoo.com.au>, Peter Jeremy <peterjeremy@optushome.com.au>,
	Eric Schuele <e.schuele@computer.org>, Scott T. Hildreth <shild@sbcglobal.net>,
	Anthony Agelastos <iqgrande@gmail.com>, Anders Troback <freebsd@troback.com>,
	Doug Poland <doug@polands.org>, <fbsd@aanet.com.au>, Reed Loefgren <rloef@forethought.net>,
	Frank Altpeter <frank@altpeter.de>, and many many others.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Feb 23 22:25:37 2007 UTC (4 years, 11 months ago) by ahze
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +35 -24 lines
/root/commit

Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Oct 18 23:39:29 2006 UTC (5 years, 3 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
- Fix LIB_DEPENDS for g-wrap

Spotted by: Stephen J. Roznowski <sjr@comcast.net>
Approved by:	portmgr (marcus)

Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Oct 17 21:26:31 2006 UTC (5 years, 3 months ago) by ahze
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
- Chase g-wrap downgrade

Approved by:	portmgr (marcus)

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Oct 17 18:15:45 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
Correct the slib-guile dependency, and fix installation.

Reported by:	pointyhat via kris
Approved by:	portmgr (implicit)

Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:54:17 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +5 -4 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Oct 9 08:00:59 2006 UTC (5 years, 4 months ago) by rafan
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -2 lines
- Chase finance/libofx share library version bump

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sun Sep 10 19:07:43 2006 UTC (5 years, 5 months ago) by ahze
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
- Adopt ports

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Aug 14 23:06:28 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
- 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>

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun May 7 11:09:13 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +0 -1 lines
Remove USE_REINPLACE from all categories starting with F

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Mar 7 08:26:18 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -0 lines
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Nov 26 20:15:16 2005 UTC (6 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
- Fix aqbanking dependency line

Pointy hat to:	pav

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Nov 26 00:43:06 2005 UTC (6 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +6 -5 lines
- Update to 1.8.12

PR:		ports/87703
Submitted by:	Alex Varju <freebsd-ports@varju.ca>

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Sep 15 07:11:15 2005 UTC (6 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +0 -2 lines
Remove obsolete mastersites.

Source:		distfile survey

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Aug 31 22:16:56 2005 UTC (6 years, 5 months ago) by pav
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -1 lines
- Chase libofx update

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Jun 8 15:06:26 2005 UTC (6 years, 8 months ago) by lawrance
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +7 -2 lines
Add AQBANKING option, fixes broken/incorrect dependency on openhbci.

PR:		ports/78443 (prompted by)
Submitted by:	Peter Corneliu <pcc@gmx.net>

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu May 12 15:56:09 2005 UTC (6 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -1 lines
Relinquish maintainership back to ports@.  Hopefully someone will give gnucash
a better home.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu May 12 15:53:24 2005 UTC (6 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
Correct a typo in the previous commit, and use the right version libdb41.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu May 12 15:51:29 2005 UTC (6 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -2 lines
Fix the build with db41.

PR:		79817
Submitted by:	Jim Trigg <jtrigg@spamcop.net>

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Feb 12 00:14:56 2005 UTC (7 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -3 lines
Update to 1.8.11.

PR:		77393
Submitted by:	Alex Varju <freebsd-ports@varju.ca>

Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Jul 27 14:23:18 2004 UTC (7 years, 6 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -0 lines
Fix US-ASCII encoding problem with the PostgreSQL backend.  US-ASCII will be
substituted by SQL_ASCII which Postgres understands.

Submitted by:	Richard Schilling <rschi@rsmba.biz>

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Jun 19 20:58:40 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +4 -2 lines
Update to 1.8.9.

PR:		68120
Submitted by:	Alex Varju <varju@webct.com>

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:20:10 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Jan 22 21:11:59 2004 UTC (8 years ago) by eik
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
move the following ports to finance:
- deskutils/cbb
- deskutils/gnofin
- deskutils/moneydance
- deskutils/xinvest
- devel/libstocks
- misc/emma
- misc/gnomepm
- misc/p5-Finance-Currency-Convert
- misc/p5-Finance-Quote
- misc/p5-Finance-QuoteHist
- misc/quantlib
- misc/wmstock
- misc/xquote

PR:		59357
Submitted by:	linimon
Approved by:	marcus (mentor)

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Dec 18 17:50:55 2003 UTC (8 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +8 -2 lines
* Update to 1.8.8
* Add optional HBCI support [1]

Submitted by:	Thomas Gellekum <Thomas.Gellekum@gmx.de>

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Dec 18 17:40:54 2003 UTC (8 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +0 -2 lines
Unbreak this now that the slib issues have been worked out.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Dec 17 20:34:03 2003 UTC (8 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -0 lines
Mark this port BROKEN until we can work out the slib issues.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Dec 14 22:40:03 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
- Fix dependency on slib-guile

Pointy hat to:	pav

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun Dec 14 20:19:55 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
- Chase new slib-guile infrastructure

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Sep 25 05:17:05 2003 UTC (8 years, 4 months ago) by adamw
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
Update to 1.8.7.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Aug 20 14:30:55 2003 UTC (8 years, 5 months ago) by adamw
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +13 -3 lines
Update to 1.8.5.

Enable gnucash to build if db41 is installed.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Aug 17 04:10:31 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -0 lines
Use INFO.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jun 12 09:45:59 2003 UTC (8 years, 8 months ago) by adamw
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +0 -4 lines
Remove REINPLACE commands that were rolled into gnomehack.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Jun 1 00:45:21 2003 UTC (8 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +6 -8 lines
* Update to 1.8.4
* Use ${SITE_PERL}, defined in bsd.port.mk. [1]

Submitted by:	adamw

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue May 13 20:31:53 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Correct a typo in the COMMENT.

Submitted by:	Thierry Thomas <thierry@pompo.net>

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue May 13 08:03:00 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -2 lines
Update to 1.8.3.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue May 6 01:32:52 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Since we have guile 1.6 now, gnucash doesn't need to install it's own
srfi code.

Reported by:	bento

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri May 2 03:28:59 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -1 lines
Chase guile's shared lib version.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Apr 20 03:00:35 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Apr 3 02:57:03 2003 UTC (8 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -2 lines
Update to 1.8.2.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:01:32 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Feb 18 03:45:50 2003 UTC (8 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -2 lines
Add support for the gnucash-docs port.

PR:	48402
Submitted by:	Glenn Johnson <glennpj@charter.net>

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Feb 17 21:24:43 2003 UTC (8 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +5 -2 lines
* Add a dependency on libofx as well as a missing Perl module dependency [1]
* Update plist to satisfy portlint

PR:	48360 [1]
Submitted by:	Glenn Johnson <glennpj@charter.net> [1]

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Feb 14 18:30:05 2003 UTC (8 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -0 lines
Fix I18N support.

Reported by:	Burkard Meyendriesch <bm@malepartus.de>

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Feb 12 04:28:13 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -2 lines
Update to 1.8.1.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Feb 6 03:20:55 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Move gnucash from deskutils to finance.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Feb 5 08:33:52 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -2 lines
Install the modules .la files.  This is one of the rare exceptions where
this is required to get the application working.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Feb 5 06:12:43 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +8 -5 lines
Update to 1.8.0.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Feb 2 16:14:47 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +0 -2 lines
GnuCash no longer requires swig or eperl to build.

Submitted by:	Mike Harding <mvh@ix.netcom.com>

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Nov 12 02:09:57 2002 UTC (9 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_5_0_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -0 lines
Bump PORTREVISION after the gtkhtml version bump.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Oct 30 13:16:07 2002 UTC (9 years, 3 months ago) by knu
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
devel/SWIG-devel -> devel/swig13

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Aug 22 20:33:37 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_4_7_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Update to 1.6.8.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Aug 18 07:40:20 2002 UTC (9 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -2 lines
Update to 1.6.7.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jul 11 17:15:56 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -7 lines
Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).

The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.

Please report any unusual problems to gnome@FreeBSD.org.

Discussed with:	marcus
Reviewed by:	marcus

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Jun 21 12:22:08 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +7 -5 lines
- Fix incompatibility with guile-1.4.1 and bump PORTREVISION;
- use USE_REINPLACE while I am here.

Reported by:	Glenn Johnson <glennpj@charter.net>

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Jun 19 16:37:54 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Chase guile shared lib number.

Prompted by:	Mike Harding <mvh@ix.netcom.com>

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Mar 13 10:52:13 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Update to 1.6.6.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Jan 25 06:28:45 2002 UTC (10 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Update version number of guppi shared library.

Submitted by:	Michael V. Harding <mvh@corp.namesafe.com>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jan 10 12:10:07 2002 UTC (10 years, 1 month ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_5_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Update to 1.6.5.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Nov 23 17:59:14 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -6 lines
Update to 1.6.4.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Oct 28 04:43:18 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Correct Guppi entry in LIB_DEPENDS after updating Guppi to 0.40.0.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Sep 29 07:21:58 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Move g-wrap from BUILD_DEPENDS to LIB_DEPENDS, because it is required at the
run time as well.

Submitted by:	Jim Freeze <jfreeze@freebsdportal.com>
		Glenn Johnson <glennpj@charter.net>
		Mike Meyer <mwm@mired.org>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Sep 11 15:52:31 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -2 lines
Refine RUN_DEPENDS: delete obsolete gnuplot and add two perl modules necessary
for getting stock quote updates.

PR:		30403
Submitted by:	Glenn Johnson <gjohnson@srrc.ars.usda.gov>

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Aug 16 13:13:18 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Update to 1.6.2.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jul 31 09:53:37 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +7 -8 lines
Update to 1.6.1.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue May 22 23:34:10 2001 UTC (10 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Update to 1.4.12

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri May 11 16:36:15 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Apr 17 18:30:37 2001 UTC (10 years, 9 months ago) by kris
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update to gnucash 1.4.11

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Mar 29 16:32:54 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
-pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 22 19:33:59 2001 UTC (11 years ago) by ade
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Release a few ports back into the wild that I don't have
time to maintain any more.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:30:12 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Dec 8 21:12:04 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Update to 1.4.9

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Nov 3 20:49:35 2000 UTC (11 years, 3 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Update to 1.4.8

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 5 22:47:23 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Update to 1.4.7

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Oct 5 07:10:26 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +15 -11 lines
Implement USE_GNOME, part 1.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Sep 7 15:46:35 2000 UTC (11 years, 5 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_1_1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
Update to 1.4.5, reorder MASTER_SITES, and sort PLIST

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Aug 21 16:45:52 2000 UTC (11 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +12 -21 lines
Update to 1.4.4

Submitted by:	will (in part)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Aug 20 20:31:43 2000 UTC (11 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Ade decided he would be a willing victim and become the maintainer of this.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 4 01:05:09 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Update for new shlib revision from guile 1.4

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:22:51 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
(1) Add new variable, XFREE86_VERSION, to specify which version of
    XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jul 19 11:49:49 2000 UTC (11 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: old_RELEASE_4_1_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +31 -20 lines
Upgrade to version 1.4.2.

Submitted by:	Matthew Condell <mcondell@bbn.com>

PR:				19550
Submitted by:	Glenn Johnson <glennpj@bayouhome.net>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jun 1 16:25:37 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_3_5_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -6 lines
Updates for new shared library versions in GNOME 1.2

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 8 22:03:34 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
update with the new PORTNAME/PORTVERSION variables

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Mar 28 18:30:14 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Upgrade to version 1.3.4.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 28 18:03:51 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Directory reorginization on the master site.

Submitted by:	"David G. Paschich" <dpassage@flophouse.com>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Mar 26 13:16:16 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +37 -13 lines
Upgrade to version 1.3.3.

Submitted by:	Matthew Condell <mcondell@bbn.com>
		For whom I cannot give enough praise for upgrading one of
		the most difficult ports I know of.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:26:56 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Restore useless version required comments.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 20 02:36:29 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
Remove the "version required" line.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Feb 29 09:21:41 2000 UTC (11 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
distsite reorged

PR:		17049
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:26:38 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: old_RELEASE_3_4_0, old_RELEASE_3_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Change Id->FreeBSD.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 27 20:11:57 1999 UTC (12 years, 9 months ago) by mph
Branches: MAIN
CVS tags: old_RELEASE_3_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Note that this Makefile is for "gnucash" rather than "foo".
Correct version in comments, as well.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 25 20:10:50 1998 UTC (13 years, 1 month ago) by obrien
Branches: MAIN
CVS tags: old_gnucash_1_0_18, old_RELEASE_3_1_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -3 lines
Upgrade to 1.0.18.
PR:		ports/8978
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 12 19:00:46 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: old_RELEASE_3_0_0, old_RELEASE_2_2_8
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Change maintainer (as requested by the previous maintainer)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 10 02:51:45 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
gnucash moves from misc -> deskutils

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Aug 8 03:26:21 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -3 lines
Merge the xacc and gnucash ports into one.
For the moment gnucash is really xacc, but the development path for xacc
has sceased in favor of gnucash.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Jul 28 23:43:24 1998 UTC (13 years, 6 months ago) by obrien
Branches: old_OBRIEN
CVS tags: old_gnucash_1_0_17_import, old_gnucash_1_0_17
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Gnucash is a Quicken-like next generation of money manager created
from a merger of X-Accountant and GnoMoney.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jul 28 23:43:24 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options