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

CVS log for ports/devel/libglade/Makefile

[BACK] Up to [FreeBSD] / ports / devel / libglade

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:22:03 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +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.50: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:31:14 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Sync to new bsd.autotools.mk

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

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

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:33:19 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

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

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Feb 2 01:35:57 2009 UTC (3 years ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -2 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.44: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:42 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.43: preferred, colored
Changes since revision 1.43: +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.43: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:21:26 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +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.42: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:47:51 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -2 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.41: download - view: text, markup, annotated - select for diffs
Wed Oct 24 23:35:10 2007 UTC (4 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 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.40: download - view: text, markup, annotated - select for diffs
Sat May 19 20:03:06 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +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.39: download - view: text, markup, annotated - select for diffs
Fri Mar 2 18:59:56 2007 UTC (4 years, 11 months ago) by mezz
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -3 lines
-USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix.
-Fix the build with objformat removal on -CURRENT. [1]
-Bump the PORTREVISION, because of plist change. [1]

PR:		ports/109756 [1]
Submitted by:	rafan [1]

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Nov 5 03:05:34 2006 UTC (5 years, 3 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
INSTALLS_SHLIB -> USE_LDCONFIG.

Found by:	portlint (cports.sh)

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

Discussed with:	kris
Approved by:	portmgr (implicit)

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

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:42 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +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.34: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:38 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Apr 20 02:56:23 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.32: preferred, colored
Changes since revision 1.32: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:00:40 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +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.31: download - view: text, markup, annotated - select for diffs
Fri Sep 20 17:06:36 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +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.30: download - view: text, markup, annotated - select for diffs
Thu Jul 11 17:15:58 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -3 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.29: download - view: text, markup, annotated - select for diffs
Fri Feb 15 19:01:48 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -8 lines
Don't create compatibility symlinks, which might get in the way of the GNOME2.

Tested by:	Joe Marcus Clarke <marcus@marcuscom.com>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Sep 15 22:33:09 2001 UTC (10 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Revert previous commit, it is not possible to change the package
name at this point.  The offending change has been in the tree
for only four days, so hopefully this won't cause too much trouble.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Sep 15 21:34:50 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
I swear that I had committed that, but somehow it got lost:

Add include/glade symlink into pkg-plist, so that package will be generated
properly.

Submitted by:	asami

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Sep 11 18:41:51 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +7 -0 lines
Provide bandaid for changed location of include files, because it appears that
it breaks many things out there, so of which I've tracked down, while some
have not. After all those places are fixed the bandaid could be removed.

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

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Sep 11 14:40:53 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Update to 0.17.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Aug 14 09:59:07 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Improve patch that fixes libglade problems with newest gnomedb.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jun 19 08:13:46 2001 UTC (10 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -4 lines
Add gnome-db support.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed May 23 00:49:05 2001 UTC (10 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri May 11 16:36:20 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +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.20: download - view: text, markup, annotated - select for diffs
Fri May 4 21:39:33 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -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.19: download - view: text, markup, annotated - select for diffs
Tue Feb 13 18:44:49 2001 UTC (10 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Update to 0.16

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Nov 30 18:12:06 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Update to 0.15

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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jul 11 22:01:10 2000 UTC (11 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Update to 0.14

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:50:04 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +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.14: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:47:21 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Fourth round of INSTALLS_SHLIBS conversion.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jun 1 16:10:36 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +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.12: download - view: text, markup, annotated - select for diffs
Mon May 22 18:54:39 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update to 0.13

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:28:40 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
PORTNAME/PORTVERSION update

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Mar 21 17:46:45 2000 UTC (11 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Update to 0.12
Note that the shared library revision has been bumped by
the authors on this update for new functionality

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 7 16:57:43 2000 UTC (12 years ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update email address for my remaining ports.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Dec 24 09:50:15 1999 UTC (12 years, 1 month ago) by nakai
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Update to 0.11

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

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

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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Nov 28 01:03:23 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update to version 0.9.

PR:		15121
Submitted by:	maintainer

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Nov 17 03:37:27 1999 UTC (12 years, 2 months ago) by nakai
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to 0.8

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 14 09:11:54 1999 UTC (12 years, 4 months ago) by nakai
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -7 lines
PR:	ports/14303
Submitted by:Ade Lovett<ade@lovett.com>
Update to 0.7

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 22 03:57:03 1999 UTC (12 years, 5 months ago) by steve
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Mark this port broken.  It doesn't link correctly on many boxes because
libtool summarily deletes --rpath directives in link mode.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Aug 22 03:54:24 1999 UTC (12 years, 5 months ago) by steve
Branches: ADE
CVS tags: v0_3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of the GNOME glade library version 0.3.

A library that allows you to load GLADE interfaces at runtime (you don't
have to generate stubs with GLADE before hand). This way you can change
the look of your application without recompiling. This way you can write
the logic behind the interface separately from the code to build the
interface, so changing the interface is not so much of a problem.

PR:		12781 (12 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 22 03:54:24 1999 UTC (12 years, 5 months ago) by steve
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