Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jan 1998 08:00:50 -0600
From:      "Eric L. Hernes" <erich@lodgenet.com>
To:        asami@cs.berkeley.edu (Satoshi Asami)
Cc:        erich@lodgenet.com, erich@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org
Subject:   Re: cvs commit: ports/graphics/gimp-devel Makefile  ports/graphics/gimp-devel/files md5 ports/graphics/gimp-devel/patches  patch-ah patch-ac patch-ad ports/graphics/gimp-devel/pkg PLIST
Message-ID:  <199801061400.IAA13140@jake.lodgenet.com>
In-Reply-To: Your message of "Mon, 05 Jan 1998 21:41:13 PST." <199801060541.VAA12998@silvia.HIP.Berkeley.EDU> 

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multipart MIME message.

--==_Exmh_20185676360
Content-Type: text/plain; charset=us-ascii

Satoshi Asami writes:
> * "Eric L. Hernes" writes:
> * >  upgrade to 0.99.17
> * 
> * This (reportedly) won't work with gtk < 0.99.1, so be sure
> * to upgrade gtk at the same time.
>
>That's when you want to bump the shlib version number. :)

Yea, that's been a problem with gimp-devel since day 1 :(
The shlib number should be about overflowing an int by now ;-)

>
>By the way, I can't compile gimp (I did upgrade gtk first, but I don't 
>think that's the problem) here on -stable:

This has been reported on the gimp list too.  I've got kind of a kludge
around it (I think); see if the attached patch helps.  The combination
of libtool/autoconf/automake is really annoying :(  Why can't everyone
just use pmake ;-)

>
>Satoshi
>

Eric

--==_Exmh_20185676360
Content-Type: text/plain; name="gimp-devel-patch"; charset=us-ascii
Content-Description: gimp-devel-patch
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="gimp-devel-patch"

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/FreeBSD/ports/graphics/gimp-devel/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	1998/01/05 17:56:39	1.17
+++ Makefile	1998/01/06 13:59:19
@@ -35,7 +35,8 @@
 USE_X11=3D	yes
 GNU_CONFIGURE=3D	yes
 USE_GMAKE=3D	yes
-CONFIGURE_ENV=3D	CPPFLAGS=3D"-I${LOCALBASE}/include -I${LOCALBASE}/inclu=
de/tcl8.0 \
+CONFIGURE_ENV=3D	LD=3D/usr/bin/ld \
+		CPPFLAGS=3D"-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0 \
 		-I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tiff34" \
 		LIBS=3D-L${LOCALBASE}/lib INSTALL_SCRIPT=3D'$${INSTALL} -m 755'
 CONFIGURE_ARGS=3D  --with-tcl=3Dtcl80 --with-tk=3Dtk80

--==_Exmh_20185676360
Content-Type: text/plain; charset=us-ascii

Eric L. Hernes
erich@lodgenet.com
erich@rrnet.com http://rrnet.com/~erich


--==_Exmh_20185676360--





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801061400.IAA13140>