From owner-freebsd-ports@FreeBSD.ORG Sun Sep 17 09:49:31 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F79A16A407 for ; Sun, 17 Sep 2006 09:49:31 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78AE943D62 for ; Sun, 17 Sep 2006 09:49:23 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id k8H9mrNs072219; Sun, 17 Sep 2006 10:48:54 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=softfail; spf=softfail X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk k8H9mrNs072219 Message-ID: <450D19FF.9090707@infracaninophile.co.uk> Date: Sun, 17 Sep 2006 10:48:47 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: gurkan@linuks.mine.nu X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig71DEF2F54A222D0353C558D7" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 17 Sep 2006 10:49:14 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1888/Sat Sep 16 23:59:22 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_POLICY_TESTING, NO_RELAYS autolearn=ham version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-ports@freebsd.org Subject: Dependency problem with databases/gdl2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 09:49:31 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig71DEF2F54A222D0353C558D7 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Dear Port Maintainer, There seems to be a problem with the dependencies of the databases/gdl2 port: happy-idiot-talk:...ports/databases/gdl2:% make -V BUILD_DEPENDS | perl -= pe 's/ /\n/g' /usr/local/lib/libcallback.a:/usr/ports/devel/ffcall /usr/local/lib/gcc-4.1.2/libobjc.so:/usr/ports/lang/gcc41 /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh:/usr/ports/devel/g= nustep-make /usr/local/GNUstep/System/Library/Libraries/libgnustep-base.so:/usr/ports= /lang/gnustep-base /usr/local/GNUstep/System/Library/Libraries/libGorm.so:/usr/ports/ = <-----********** gmake:/usr/ports/devel/gmake The dependency on libGorm.so cannot point to '/usr/ports/' as the port to= intall to fulfill itself. I guess that's meant to say /usr/ports/devel/gorm This patch looks to my untutored eye as if it migh= t provide the necessary fix: happy-idiot-talk:...ports/databases/gdl2:% diff -u Makefile{.save,}=20 --- Makefile.save Sun Sep 17 10:38:33 2006 +++ Makefile Sun Sep 17 10:38:52 2006 @@ -29,7 +29,7 @@ # USE_LDCONFIG=3D yes INSTALL_SHLIBS=3D yes MAKEFILE=3D GNUmakefile -SLIDESHOWKIT_PORT?=3D devel/gorm +GORM_PORT?=3D devel/gorm USE_PGSQL=3D yes =20 .include Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig71DEF2F54A222D0353C558D7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDRoF8Mjk52CukIwRCPXrAJ0bMZbNlWqWIS41rEIgRd0plGXQAwCfYKNj Q1YZUDxT4Bk/AodnXQG5soo= =BGlz -----END PGP SIGNATURE----- --------------enig71DEF2F54A222D0353C558D7--