=================================================================== RCS file: /cvs/ports/misc/gpsd3/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.4 diff -u -r1.2 -r1.4 --- ports/misc/gpsd3/Attic/Makefile 2017/12/05 14:54:35 1.2 +++ ports/misc/gpsd3/Attic/Makefile 2019/06/20 06:16:41 1.4 @@ -1,33 +1,32 @@ -# $OpenBSD: Makefile,v 1.2 2017/12/05 14:54:35 kirby Exp $ +# $OpenBSD: Makefile,v 1.4 2019/06/20 06:16:41 kirby Exp $ COMMENT-main= service daemon that monitors one or more GPSes COMMENT-x11= GUI test apps using gpsd COMMENT-php= web-based gpsd monitor in php -VERSION= 3.17 +VERSION= 3.18.1 DISTNAME= gpsd-${VERSION} PKGNAME-main= gpsd-${VERSION} PKGNAME-x11= gpsd-x11-${VERSION} PKGNAME-php= gpsd-php-${VERSION} # libgpsd version always equal to libgps version, thanks to scons code. -SHARED_LIBS += gps 20.0 # 20.0 -SHARED_LIBS += gpsd 20.0 # 20.0 +SHARED_LIBS += gps 20.0 # 24.0 CATEGORIES= misc geo HOMEPAGE = http://www.catb.org/gpsd/ -MAINTAINER= Chris Kuethe - # BSD PERMIT_PACKAGE_CDROM= Yes MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gpsd/} +WANTLIB-main += c dbus-1 m curses pthread usb-1.0 + MODULES += devel/scons lang/python lang/php x11/qt4 MODPHP_BUILDDEP= No MODSCONS_FLAGS += gpsd_user=_gpsd \ - libQgpsmm=no \ + qt=no \ mandir=man \ pps=no \ prefix=${PREFIX} \ @@ -43,15 +42,15 @@ textproc/docbook-xsl TEST_DEPENDS= misc/gpsd,-main -LIB_DEPENDS-main = devel/libusb1 +LIB_DEPENDS-main = devel/libusb1 \ + devel/py-serial \ + x11/dbus RUN_DEPENDS-main= ${MODPY_RUN_DEPENDS} RUN_DEPENDS-x11 = ${BASE_PKGPATH} \ devel/desktop-file-utils \ x11/py-gtk2 -WANTLIB-main = m ncurses c pthread stdc++ usb-1.0 - # the php display script doesn't depend on having any of gpsd around, # it just sits there and looks pretty. PKG_ARCH-php= * @@ -86,7 +85,8 @@ ${MODPY_BIN} -O ${MODPY_LIBDIR}/py_compile.py {} \; # Disable regression tests until they are fixed. -NO_TEST = Yes +#NO_TEST = Yes + do-test: @${SETENV} ${MAKE_ENV} ${MODSCONS_BIN} -C ${WRKSRC} \ ${MODSCONS_ENV} ${MODSCONS_FLAGS} check