Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2006 10:48:47 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        gurkan@linuks.mine.nu
Cc:        freebsd-ports@freebsd.org
Subject:   Dependency problem with databases/gdl2
Message-ID:  <450D19FF.9090707@infracaninophile.co.uk>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

	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--



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