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

CVS log for ports/graphics/gdk-pixbuf/Makefile

[BACK] Up to [FreeBSD] / ports / graphics / gdk-pixbuf

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:23:10 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 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.57: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:36:32 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:38:31 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
- update to jpeg-8

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Jul 18 11:10:49 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
- update to jpeg7
Tested by:	pav on pointyhat

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Feb 2 01:36:00 2009 UTC (3 years ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
  MASTER_SITE_SUBDIR when possible.

PR:		ports/125243
Submitted by:	pgollucci
Reworked by:	myself
Tested on:	pointyhat exp-run (pav)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:18 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +0 -1 lines
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)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:34:24 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +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.51: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:50:06 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 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.50: download - view: text, markup, annotated - select for diffs
Sat May 19 20:09:09 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +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.49: download - view: text, markup, annotated - select for diffs
Fri Feb 2 14:26:39 2007 UTC (5 years ago) by pav
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -1 lines
- Fix after objformat removal

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:38 2007 UTC (5 years ago) by kris
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:52:54 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -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.46: download - view: text, markup, annotated - select for diffs
Tue Mar 7 08:26:29 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.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:37 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:02:31 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Oct 17 21:08:40 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Glib 1.2 did not have a g_try_malloc() function, so use g_malloc() instead.
Since a g_malloc() failure will abort the running application, we no
longer need to check the result.

PR:		72775

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Oct 11 20:05:25 2004 UTC (7 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Fix the security issues with ICO and XPM loading as detailed at:

http://www.freebsd.org/ports/portaudit/3d1e9267-073f-11d9-b45d-000c41e2cdad.html

Adapted from:	gtk+ CVS
Approved by:	portmgr (implicit)

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

(Part 2)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Apr 20 19:21:53 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Mar 6 19:23:12 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:	portmgr (implicitly)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jan 20 16:02:57 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Do not use ${PORTNAME} for MASTER_SITE_SUBDIR as this breaks
gnomecanvas.

Submitted by:	Pav Lucistnik <pav_cz@volny.cz>

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Jan 19 19:38:50 2003 UTC (9 years ago) by marcus
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Update to 0.22.0.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Oct 18 03:11:24 2002 UTC (9 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Update to 0.21.0.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Oct 5 16:22:46 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Update to 0.20.0.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Sep 20 17:06:56 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
GNOME has just changed the layout of their FTP site.  This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Jul 9 14:55:00 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +0 -1 lines
USE_REINPLACE isn't needed after sobomax's latest updates to the ports
infrastructure.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jul 6 21:38:15 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -0 lines
Add USE_REINPLACE temporarily so to get this port building until portmgr
blesses the real fix to bsd.port.mk.

PR:		40267
Reported by:	many

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jul 5 10:56:24 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Allow USE_GNOME be defined in slave port.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jul 4 17:19:37 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -6 lines
Convert to USE_GNOMENG.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jun 19 08:18:07 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
Add USE_REINPLACE where appropriate.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jun 19 02:21:47 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Update to 0.18.0.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Apr 24 15:50:07 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9
is also installed.

PR:		36401
Reported by:	many
Approved by:	sobomax

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Apr 19 19:40:22 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -1 lines
Update to 0.17.0.

Reviewed by:	sobomax
Approved by:	sobomax

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 23 15:21:58 2002 UTC (10 years ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Update to 0.16.0.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jan 21 10:30:41 2002 UTC (10 years ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Update to 0.15.0.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Dec 13 22:33:50 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -3 lines
Update to 0.14.0.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Nov 16 10:51:32 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
Fix another place where CPUID code doesn't bother to restore original state
of the bit 21 of eflags register. This should fix `sigreturn: eflags ...'
problem in many threaded GNOME apps.

Update is highly recommended to all GNOME users - it improves stability
of Nautilus, Balsa etc greatly.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Nov 9 16:22:51 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -3 lines
Update to 0.13.0.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 11 02:22:36 2001 UTC (10 years, 5 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Bump png major

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon May 21 02:29:51 2001 UTC (10 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +16 -7 lines
Split gdk-pixbuf into the non-GNOME part (gdk-pixbuf) and the
GNOME part (gnomecanvas) to allow for other ports to access
the lower level parts of gdk-pixbuf without the "excess baggage"
of even a minimal GNOME environment.

Submitted by:	sobomax (with extensive patches - complain to me)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri May 11 16:36:26 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +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.17: download - view: text, markup, annotated - select for diffs
Fri May 4 21:39:36 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -3 lines
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.

  graphics/imlib		1.9.9  -> 1.9.10
  textproc/xml-i18n-tools	0.8    -> 0.8.1
  x11/gnomelibs			1.2.11 -> 1.2.13
  devel/oaf			0.6.2  -> 0.6.5
  devel/gconf			0.12   -> 1.0.0
  devel/gnomevfs		0.5    -> 1.0
  graphics/gdk-pixbuf		0.9.0  -> 0.11.0
  sysutils/gnomecontrolcenter	1.2.2  -> 1.4.0.1
  print/gnomeprint		0.25   -> 0.28
  devel/bonobo			0.37   -> 1.0.3
  audio/gnomeaudio		1.0.0  -> 1.4.0
  x11/gnomecore			1.2.4  -> 1.4.0.3
  devel/libgtop			1.0.11 -> 1.0.12
  x11/gnomeapplets		1.2.4  -> 1.4.0.1
  misc/gnomeuserdocs		          NEW 1.4.1
  misc/gnomeutils		1.2.1  -> 1.4.0
  deskutils/gnomepim		1.2.0  -> 1.4.0
  games/gnomegames		1.2.0  -> 1.4.0.1
  print/ggv			0.95   -> 1.0
  editors/ghex			1.1.4  -> 1.2
  devel/bugbuddy		1.2    -> 2.0.1
  devel/glade			0.5.11 -> 0.6.2
  sysutils/gtop			1.0.12 -> 1.0.13
  x11/xalf			          NEW 0.11
  x11-toolkits/py-gtk		0.6.6  -> 0.6.7
  x11-toolkits/py-gnome		1.0.53 -> 1.4.0
  x11-toolkits/guile-gtk	0.19   -> 0.20
  x11-toolkits/guile-gnome	0.10   -> 0.20
  devel/libsigc++		1.0.1  -> 1.0.3
  x11-toolkits/gnome--		1.1.15 -> 1.1.17
  x11-toolkits/panel--		          NEW 0.1
  x11-fm/gnomemc		4.5.51 -> 4.5.54

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jan 24 05:09:05 2001 UTC (11 years ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Minor cleanups as a result of gnomelibs 1.2.9

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Oct 5 07:10:45 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -8 lines
Implement USE_GNOME, part 1.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 28 18:10:35 2000 UTC (11 years, 5 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Update to 0.9.0

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:50:54 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:37:47 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jun 1 16:09:56 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Say hello to GNOME 1.2
	audio/gnomemedia		1.2.0
	deskutils/gnomepim		1.2.0
	devel/bugbuddy			1.0
	devel/glade			0.5.9
	devel/libgtop			1.0.9
	games/gnomegames		1.2.0
	graphics/imlib			1.9.8.1
	misc/gnomeusersguide		1.2
	misc/gnomeutils			1.2.0
	sysutils/gnomecontrolcenter	1.2.0
	sysutils/gtop			1.0.8
	x11-fm/gmomemc			4.5.50
	x11/gnomecore			1.2.0
	x11/gnomelibs			1.2.1

Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.

Plus.  The metaport has been reworked to bring in a few more
often-requested items.

Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon May 22 19:58:20 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Update to 0.8.0

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:07:36 2000 UTC (11 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Update to 0.7.0

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 14 10:45:51 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Convert to PORTNAME/PORTVERSION.  lfview had an invalid version
string so I fixed it.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 23 00:04:22 2000 UTC (11 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Update to 0.6.0

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 28 18:36:00 2000 UTC (12 years ago) by ade
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update to 0.5.0

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Dec 4 19:07:56 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
New location on MASTER_SITE.

PR:		15238, 15248
Submitted by:	Ade Lovett <ade@lovett.com>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 16 11:50:37 1999 UTC (12 years, 2 months ago) by nakai
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Update to 0.4

PR:		ports/14908
Submitted by:	Ade Lovett <ade@lovett.com>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 27 10:34:28 1999 UTC (12 years, 3 months ago) by nakai
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update to 0.3
(Not 0.2 that I've written previously.)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Oct 27 10:26:12 1999 UTC (12 years, 3 months ago) by nakai
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3 lines
Update to 0.2

PR:		ports/14541
Submitted by:	Ade Lovett<ade@lovett.com>

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Oct 14 05:00:14 1999 UTC (12 years, 4 months ago) by nakai
Branches: ADE
CVS tags: v0_2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
PR:	ports/14303
Submitted by:Ade Lovett <ade@lovett.com>
Initial import.
New graphics library for GNOME. (Imlib replacement.)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 14 05:00:14 1999 UTC (12 years, 4 months ago) by nakai
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