Dependency problem with databases/gdl2

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Sep 17 02:49:31 PDT 2006


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/gnustep-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 might
provide the necessary fix:

happy-idiot-talk:...ports/databases/gdl2:% diff -u Makefile{.save,} 
--- Makefile.save       Sun Sep 17 10:38:33 2006
+++ Makefile    Sun Sep 17 10:38:52 2006
@@ -29,7 +29,7 @@
 # USE_LDCONFIG=        yes
 INSTALL_SHLIBS=        yes
 MAKEFILE=      GNUmakefile
-SLIDESHOWKIT_PORT?=    devel/gorm
+GORM_PORT?=    devel/gorm
 USE_PGSQL=     yes
 
 .include <bsd.port.mk>

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20060917/73968a18/signature.pgp


More information about the freebsd-ports mailing list