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

CVS log for ports/devel/glibmm-reference/Makefile

[BACK] Up to [FreeBSD] / ports / devel / glibmm-reference

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jul 30 09:20:18 2011 UTC (6 months, 1 week ago) by kwm
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.

Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 12 14:51:24 2010 UTC (21 months ago) by kwm
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -3 lines
Install the tools in the NOPORTDOCS case.
We need them for other *mm-reference ports.

Submitted by:	QAT

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Nov 28 20:05:34 2009 UTC (2 years, 2 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -2 lines
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 19 20:12:05 2008 UTC (3 years, 8 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -3 lines
Fix the installation and plist when NOPORTDOCS is defined, bump the
PORTREVISION.

Reported by:	itetcu

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 26 19:03:54 2008 UTC (3 years, 10 months ago) by mezz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Fix the plist, bump the PORTREVISION on glibmm-reference.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 9 04:49:24 2006 UTC (5 years, 8 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -9 lines
Add a full BUILD_DEPENDS on glibmm to fix build problems on pointyhat.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 31 22:18:44 2006 UTC (5 years, 8 months ago) by mezz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -0 lines
- Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

  	Incorrect: (Without USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

  	Correct: (With USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with:	marcus

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 13 19:19:35 2006 UTC (5 years, 9 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -0 lines
Fix the packing list.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 11 20:33:39 2006 UTC (5 years, 9 months ago) by jylefort
Branches: MAIN
Move the glibmm programming reference to the glibmm-reference port.

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