Hi. Yesterday I've tried to compile qgis on my 4.5-current-i386 machine. It had a problem finding py-gdal. Here is a patch:
Index: Makefile =================================================================== RCS file: /cvs/ports/geo/qgis/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1 Jun 2009 23:14:58 -0000 1.1.1.1 +++ Makefile 4 Jun 2009 08:59:15 -0000 @@ -3,7 +3,7 @@ COMMENT = desktop geographical information system DISTNAME = qgis_1.0.2 -PKGNAME = ${DISTNAME:L:S/_/-/} +PKGNAME = ${DISTNAME:L:S/_/-/}p0 CATEGORIES = geo x11 SHARED_LIBS = qgis_core 0.0 \ @@ -27,11 +27,11 @@ lang/python BUILD_DEPENDS = ::x11/py-qt4 \ - :py-gdal-*:geo/gdal \ + ::geo/gdal,-python \ ::devel/bison RUN_DEPENDS = ::x11/py-qt4 \ - :py-gdal-*:geo/gdal \ + ::geo/gdal,-python \ :desktop-file-utils-*:devel/desktop-file-utils LIB_DEPENDS = proj::devel/proj \ And the second problem is related to PLIST: there is no share/qgis/python/ directory in fake dir, but I have no time to figure out why.