steven mestdagh [2006-03-23, 18:49:20]: > Chris Kuethe [2006-03-13, 09:08:09]: > > patches/patch-serial_c integrated upstream and should be deleted > > > > the sample client apps (gpxlogger, cgpxlogger, xgps, cgps,...) are all > > now documented in the "xgps" manpage in case anyone is wondering. > > > > the makefile tries to rebuild the manpages with xmlto, which we don't > > have. i faked that out with "true" since appropriately formatted > > manpages are already provided. > > There are some problems with this port. > First, it's clear the dependencies are broken (try make package without > openmotif installed on your system). I suggest the following change > (switch to BUILD/RUN depends since lib-depends-check gives libXm as extra).
oops, this should be better Index: Makefile =================================================================== RCS file: /cvs/ports/misc/gpsd/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2006/01/14 20:05:49 1.6 +++ Makefile 2006/03/23 18:02:28 @@ -3,10 +3,10 @@ COMMENT= "service daemon that monitors one or more GPSes" COMMENT-motif= "motif-based test apps using gpsd" -VERSION= 2.29 +VERSION= 2.32 DISTNAME= gpsd-${VERSION} -PKGNAME= gpsd-${VERSION}p2 -PKGNAME-motif= gpsd-motif-${VERSION}p0 +PKGNAME= gpsd-${VERSION} +PKGNAME-motif= gpsd-motif-${VERSION} SHARED_LIBS= gps 16.0 CATEGORIES= misc @@ -36,6 +36,7 @@ MULTI_PACKAGES= -motif CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +BUILD_DEPENDS= ::x11/openmotif .endif SUBPACKAGE?= @@ -43,8 +44,8 @@ .if defined(PACKAGING) . if ${SUBPACKAGE} == "-motif" WANTLIB= ICE Xaw X11 SM Xt c m pthread -LIB_DEPENDS= Xm::x11/openmotif \ - gps::misc/gpsd +LIB_DEPENDS= gps::misc/gpsd +RUN_DEPENDS= ::x11/openmotif . endif .endif Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm