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

CVS log for ports/graphics/gimp1/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / graphics / gimp1

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.125
Sun Sep 16 17:34:44 2007 UTC (4 years, 4 months ago) by ahze
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.124: +1 -1 lines
Retire print/gimp-print, graphics/gimp1, and graphics/gimp-pmosaic

Revision 1.124: download - view: text, markup, annotated - select for diffs
Wed Aug 1 08:33:22 2007 UTC (4 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +1 -0 lines
- Set for removal in one month

Revision 1.123: download - view: text, markup, annotated - select for diffs
Sat May 19 20:09:14 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +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.122: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:39 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch

Revision 1.121: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:52:56 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2 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.120: download - view: text, markup, annotated - select for diffs
Mon May 15 22:22:59 2006 UTC (5 years, 8 months ago) by mezz
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -0 lines
Add USE_GETTEXT to appease portlint.

Revision 1.119: download - view: text, markup, annotated - select for diffs
Sun May 7 23:46:03 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +0 -1 lines
Remove USE_REINPLACE for categories starting with a G

Revision 1.118: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:37:00 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.117: preferred, colored
Changes since revision 1.117: +2 -3 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed Feb 22 04:15:07 2006 UTC (5 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +1 -1 lines
Add CONFLICTS for gimpshop.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Dec 21 18:15:18 2005 UTC (6 years, 1 month ago) by erwin
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +3 -4 lines
- Fixed MASTER_SITES to fix fetch problem on mpeg_lib.
- Removed unfetchable sites to download gimp tarball and replaced by new site.

PR:		90753
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:28 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:26 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -1 lines
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet

Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Mar 29 13:03:41 2004 UTC (7 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +2 -0 lines
- Define NO_LATEST_LINK in favour of graphics/gimp

Spotted by:	krion

Revision 1.112: download - view: text, markup, annotated - select for diffs
Sat Mar 27 18:25:17 2004 UTC (7 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -0 lines
- Mark DEPRECATED and point users to 2.0 release in graphics/gimp port
  I haven't set an expiration date because there are still some ports
  that require old GIMP, most notably xsane.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Wed Mar 24 09:16:45 2004 UTC (7 years, 10 months ago) by bland
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -0 lines
After GIMP 2.0 release both versions can not be longer installed
at the same time.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:37 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.

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

(Part 2)

Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Oct 6 01:13:39 2003 UTC (8 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +0 -1 lines
Correct some obsolete MASTER_SITES

PR:		57557
Submitted by:	Mark Linimon <linimon@lonesome.com>

Revision 1.107: download - view: text, markup, annotated - select for diffs
Fri Jun 20 16:43:52 2003 UTC (8 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +1 -1 lines
Update to 1.2.5.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Jun 9 04:12:20 2003 UTC (8 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -0 lines
Make the print plug-in conditional on whether or not WITHOUT_PRINT is
specified.

PR:	53071

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sun Jun 1 04:01:52 2003 UTC (8 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +18 -6 lines
Update to 1.2.4.

Revision 1.104: 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_1_0
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:04:02 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +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.102: download - view: text, markup, annotated - select for diffs
Mon Aug 12 18:15:17 2002 UTC (9 years, 6 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +39 -4 lines
Roll mpeg-lib into the two gimp ports.  mpeg-lib is now abandoned ware, and will
be removed from the ports tree soon.

mpeg-lib will now be built solely for the purpose of gimp, and no libmpeg.*
will be installed on the system.  This will avoid a namespace conflict with
KDE which also installs a libmpeg.so.  These two libraries are incompatible.

Submitted by:	alane and myself
Not reviewed by:	alane
Inspired by:	mail/evolution

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sat Jul 20 11:04:45 2002 UTC (9 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -1 lines
Use USE_GNOMENG.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon May 20 08:26:06 2002 UTC (9 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +4 -4 lines
- Use USE_LIBTOOL properly;
- add dozen missed files into pkg-plist;
- bump PORTREVISION.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Sat May 18 02:55:13 2002 UTC (9 years, 8 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
pass maintainerbit to gnome@

Approved by:	sobomax

Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Apr 11 16:41:52 2002 UTC (9 years, 10 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -1 lines
set PORTEPOCH back.

PR:		Christopher Masto <chris@netmonger.net>

Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Apr 11 01:37:32 2002 UTC (9 years, 10 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +7 -5 lines
Upgrade to 1.2.3.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Sep 22 06:36:21 2001 UTC (10 years, 4 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -1 lines
add missing entries to pkg-plist.

PR:		30727
Submitted by:	Patrick Li <pat@databits.net>

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

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Aug 21 16:29:15 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -1 lines
Resurrect PORTEPOCH which has been removed in the last commit by
mistake.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Sat Aug 18 06:03:21 2001 UTC (10 years, 5 months ago) by clive
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -4 lines
Upgrade to 1.2.2

Done by : vanilla
Fix vinum for several days before bad scsi cable got fixed (Arrrgh !),
and finally lost all his /home and ssh key : vanilla

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Aug 14 13:15:51 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -2 lines
Undo 1.2.2 upgrade.

Requested by:	vanilla (maintainer)

Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Aug 13 17:14:23 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -4 lines
Update to 1.2.2.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Mar 26 20:07:47 2001 UTC (10 years, 10 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +6 -4 lines
Add MASTER_SITE_RINGSERVER to MASTER_SITES.

Approved by:	vanilla (MAINTAINER)

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Mar 15 13:39:34 2001 UTC (10 years, 10 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -2 lines
Gimp is 1.2 now, not 1.1.

Submitted by:	"Sergey A. Osokin" <osa@freebsd.org.ru>

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Mar 14 22:20:07 2001 UTC (10 years, 11 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -1 lines
Dont strip script when use --install-admin-bin,
It will broken p5-Gimp installation.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Jan 24 01:21:29 2001 UTC (11 years ago) by vanilla
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Upgrade to 1.2.1.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Dec 26 15:09:30 2000 UTC (11 years, 1 month ago) by vanilla
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +6 -7 lines
Upgrade to 1.2.0, add a patch for print plug-ins (by mistral@imasy.or.jp (Yoshihiko SARUMARU).

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun Dec 10 09:01:41 2000 UTC (11 years, 2 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
Upgrade to 1.1.30.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Nov 13 01:20:56 2000 UTC (11 years, 3 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +5 -27 lines
Upgrade to 1.1.29, split gimp-perl to p5-Gimp (coming soon).

Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri Oct 13 07:59:47 2000 UTC (11 years, 4 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +6 -6 lines
Upgrade to 1.1.27.

PR:		ports/21945
Submitted by:	trevor

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sun Oct 8 10:20:21 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Oct 5 07:22:38 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +13 -21 lines
Implement WANT_GNOME.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Sep 26 16:15:43 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +7 -6 lines
Update to 1.1.26.

PR:			21560 (very incomplete)
Actual work done by:	sobomax

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Aug 23 18:33:57 2000 UTC (11 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3 lines
Update to 1.1.25.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:24:46 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3 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.77: download - view: text, markup, annotated - select for diffs
Tue Jul 4 07:12:52 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
Bump png shared library version.

Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>

Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Jun 26 16:06:14 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +19 -26 lines
Update 1.1.24.

Also provide following enhancements:
- Remove PLIST.perl and merge its contents into main PLIST using Satoshi's
  %%PORTDOCS:%% hack;
- the same as previous for Gnome bits;
- automatically generate and substitute shared libraries version;
- slightly reorder Makefile to be more organised;
- remove mailformed pieces from configure patch (it is appears that somebody
  did diff after USE_LIBTOOL hack has been applied).

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:50:44 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +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.74: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:37:52 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -1 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.

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

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Jun 1 16:11:58 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +6 -3 lines
Correct PLIST.perl and update Makefile to reflect recent
WITHOUT_PERL --> WITH_PERL thansition.

PR:			18935
Partially submitted by:	Masahide -mac- NODA <mac@clave.gr.jp>

Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue May 30 06:47:14 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -4 lines
Update to 1.1.23. Also remove mandatory libintl dependency (should be inherited
from gtk++).

Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri May 19 21:14:09 2000 UTC (11 years, 8 months ago) by jim
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Update to version 1.1.22.  From the information I have, vanilla might not
have a vacation for a while, so I figured I wouldn't let this get stale if
that's the case.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Apr 26 21:49:30 2000 UTC (11 years, 9 months ago) by jim
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +5 -5 lines
Update to version 1.1.20.  Hopefully this will fix some of the build
problems people are having with 1.1.19.  Vanilla, if you have any problems
with this update, let me know and I'll back it out.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Apr 17 00:17:46 2000 UTC (11 years, 9 months ago) by reg
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +6 -9 lines
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Apr 14 18:13:44 2000 UTC (11 years, 10 months ago) by jim
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +11 -8 lines
Update to version 1.1.19.

Submitted by:	vanilla

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

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Apr 7 09:35:30 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +7 -5 lines
Fix a couple bogons to make this work.

Submitted by:	Maxim Sobolev <sobomax@altavista.net>

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Apr 2 19:14:24 2000 UTC (11 years, 10 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +20 -5 lines
Upgrade to 1.1.18, and add myself as MAINTAINER.
(erich leave us long time ago).

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Feb 24 07:32:21 2000 UTC (11 years, 11 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +30 -9 lines
Merge the gimp1 and gimp1-i18n ports, and update to GIMP 1.1.17.

PR:		ports/16837, ports/16913
Reviewed by:	maintainers

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Jan 19 19:57:06 2000 UTC (12 years ago) by jim
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -4 lines
Update to version 1.1.15.

Reviewed by:	various people from the ports@FreeBSD.org list

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jan 3 19:42:20 2000 UTC (12 years, 1 month ago) by jim
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Update to version 1.1.14.

Reviewed by:	Various people from the ports list

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Nov 11 20:14:00 1999 UTC (12 years, 3 months ago) by jim
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +8 -6 lines
Update to version 1.1.11

PR:		14779
Submitted by:	Will Andrews <andrews@technologist.com>

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Oct 23 07:59:39 1999 UTC (12 years, 3 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +7 -6 lines
Upgrade to 1.1.10

PR:		ports/14294
Submitted by:	Brian Handy <handy@physics.montana.edu>

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Sep 7 10:45:22 1999 UTC (12 years, 5 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
The tiff port now lives in ports/graphics/tiff.

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

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat May 29 04:16:31 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +15 -15 lines
Update to version 1.1.5.

PR:		11845
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Apr 22 19:15:39 1999 UTC (12 years, 9 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +4 -4 lines
MASTERSITE path change

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Mar 19 04:39:51 1999 UTC (12 years, 10 months ago) by nectar
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -5 lines
Now that gettext includes a shared library, dependencies should
use it in LIB_DEPENDS.

PR:		 ports/10647
Submitted by:	 Jeremy Lea <reg@shale.csir.co.za>

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Feb 20 19:31:50 1999 UTC (12 years, 11 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +20 -24 lines
Upgrade to 1.1.2.
Agreed by:	asami

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jan 23 07:05:22 1999 UTC (13 years ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -5 lines
Bump png's major number to 3.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Nov 25 09:01:18 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Nov 25 05:06:22 1998 UTC (13 years, 2 months ago) by jseger
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3 lines
libtiff34->libtiff and include/tiff34/*.h -> include/*.h

Approved by:	asami

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Oct 19 14:14:19 1998 UTC (13 years, 3 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +7 -7 lines
Upgrade to 1.0.2.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Sep 30 14:52:20 1998 UTC (13 years, 4 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +9 -8 lines
Upgrade to 1.0.1.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Sep 23 00:51:58 1998 UTC (13 years, 4 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -2 lines
Convert gimp1's library to elf, and activate xdelta plugin.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Sep 22 22:55:52 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
gtk and gtk11 are now ELFized.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Sep 22 16:19:14 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
aalib now supports ELF.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Sep 21 08:54:25 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
libmpeg now supports ELF.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Sep 19 05:46:05 1998 UTC (13 years, 4 months ago) by steve
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Remove regexp support for libtiff34 as it is now ELF'able.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Sep 17 00:50:47 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Roll back libpng major to 2.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Sep 17 00:32:41 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Roll back libXpm major to 4.  Sorry, it wasn't a good idea to bump it
in the first place.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Sep 15 11:57:40 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
libpng major is now 3.  Also remove regexp support in preparation for
ELF conversion.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Sep 15 11:45:52 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Sep 15 11:13:22 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
libXpm major is now 5.  Also remove regexp support in preparation for
ELF conversion.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Aug 7 23:56:25 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Fix up dependencies for ports that moved into the x11-toolkits category.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Aug 5 09:31:09 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Rename all USE_X11 to USE_X_PREFIX.  Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jul 30 05:39:26 1998 UTC (13 years, 6 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Change the library version of Gtk.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jun 7 03:58:38 1998 UTC (13 years, 8 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +10 -18 lines
1. Upgrade to 1.0.0.
2. Portlint.
PR:	ports/6878
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed May 27 18:36:01 1998 UTC (13 years, 8 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -4 lines
1. Merge patch-ah & patch-ai to one file.
2. Add two manpages (gimptool.1 & gpc.3)
3. Remove tiff34 configure patch.
4. Correct pkg/PLIST.
5. Remove LIB_DEPENDS on xdelta, because we can't compile it on current.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu May 21 21:28:51 1998 UTC (13 years, 8 months ago) by mph
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4 lines
Upgrade to 0.99.31.

PR:		6672
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue May 19 03:09:09 1998 UTC (13 years, 8 months ago) by jdp
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Change the shared library version number in the "gtk" dependency
from 1.0 to just 1.  The current version of the gtk port installs
version 1.1 of the library, and it seems to work fine with gimp.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon May 4 20:22:36 1998 UTC (13 years, 9 months ago) by jseger
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Change JPEG shared library number to 9.  This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default.  Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.

Approved by:    asami

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Apr 29 21:01:40 1998 UTC (13 years, 9 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -3 lines
Upgrade to 0.99.28.
PR:		ports/6442
Submitted by:	Donald Burr <dburr@POBoxes.com>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Apr 19 17:03:57 1998 UTC (13 years, 9 months ago) by andreas
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
correct library dependency.
we indeed have libjpeg.so.8.0, my fault.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Apr 19 11:37:17 1998 UTC (13 years, 9 months ago) by andreas
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +14 -14 lines
- tabify Makefile
- configure doesn't detect libaa, added lib dependency for libaa
- lib dependency for jpeg lib corrected, we still have libjpeg.so.7 not 8
- PLIST updated

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Apr 17 13:31:15 1998 UTC (13 years, 9 months ago) by erich
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
upgrade to 0.99.26

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Apr 15 22:17:53 1998 UTC (13 years, 9 months ago) by jseger
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Switch remaining ports to use jpeg lib version 8.0.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Mar 28 19:47:47 1998 UTC (13 years, 10 months ago) by ache
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
upgrade png major

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Mar 22 00:07:36 1998 UTC (13 years, 10 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -3 lines
Thanks to Eivind, we now have the distfiles.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Mar 21 09:26:10 1998 UTC (13 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Mark this port broken, can't fetch.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 17 22:52:36 1998 UTC (13 years, 10 months ago) by erich
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +9 -15 lines
upgrade to 0.99.21, there'll be another port containing the ``unstable''
plug-ins soon.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Feb 21 22:37:56 1998 UTC (13 years, 11 months ago) by fenner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Add tk virtual category where missing.  List of ports which depend on tk
 but aren't in a tk virtual category from
 awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX

I didn't do anything about the ports which depend on things which depend
 on a tk revision.  I'd be afraid that the depended-upon port might change
 and thus outdate the virtual category in the depender.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 28 15:39:56 1998 UTC (14 years ago) by erich
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -6 lines
upgrade to 0.99.18
also add lib depends for xdelta, a binary file diff/patch/rcs type
utilitiy

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jan 7 13:34:07 1998 UTC (14 years, 1 month ago) by erich
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -2 lines
set LD for that stoopid libtool crap

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jan 5 17:56:39 1998 UTC (14 years, 1 month ago) by erich
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -12 lines
upgrade to 0.99.17

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Dec 18 20:40:15 1997 UTC (14 years, 1 month ago) by erich
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
use tiff34 and fix path to sendmail
Submitted by:	Vanilla

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Dec 16 23:25:34 1997 UTC (14 years, 1 month ago) by erich
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
install data stuffs in the right place

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 16 22:06:37 1997 UTC (14 years, 1 month ago) by erich
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +24 -14 lines
upgrade to 0.99.16

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 1 08:05:34 1997 UTC (14 years, 2 months ago) by tg
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -6 lines
Use new location for tiff34 headers.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Oct 16 09:04:34 1997 UTC (14 years, 3 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -3 lines
Add ${LOCALBASE}/include/{tcl8.0,tk8.0} to CPPFLAGS.

Use install-info in PLIST. This seems to need a bit more work,
but I don't get errors from the pkg_* tools so I left it in.

OK'd by:	The Portsmeister

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Oct 15 20:17:47 1997 UTC (14 years, 3 months ago) by erich
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +22 -12 lines
upgrade to 0.99.14 (I hope this works)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 14 22:19:04 1997 UTC (14 years, 7 months ago) by erich
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -5 lines
upgrade to 0.99.10, it's not perfect, but this is a developer's
release

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 1 18:25:44 1997 UTC (14 years, 9 months ago) by erich
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
upgrade to 0.99.9, plus a bunch of patches from the list.
Obtained from: gimp-devel mailing list, in part

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 18 21:26:28 1997 UTC (14 years, 9 months ago) by erich
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +13 -2 lines
upgrade to 0.99.8

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Apr 8 22:06:51 1997 UTC (14 years, 10 months ago) by erich
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
upgrade to 0.99.7

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Mar 27 21:41:12 1997 UTC (14 years, 10 months ago) by erich
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3 lines
upgrade to 0.99.6, plus a few patches from the gimp-developers list

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 2 19:44:41 1997 UTC (14 years, 11 months ago) by erich
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -9 lines
holy christmas... talk about a moving target.
upgrade to 0.99.3

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 28 19:19:31 1997 UTC (14 years, 11 months ago) by erich
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -5 lines
upgrade to 0.99.1

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 20 11:11:35 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
Change jpeg major.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 19 16:07:26 1996 UTC (15 years, 2 months ago) by erich
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
fix DISTNAME so this thing builds

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Nov 19 03:36:27 1996 UTC (15 years, 2 months ago) by erich
Branches: ERICH
CVS tags: v961006
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
new port for the gimp developer's release

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 19 03:36:27 1996 UTC (15 years, 2 months ago) by erich
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