=================================================================== RCS file: /cvs/ports/misc/gpsd3/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/misc/gpsd3/Attic/Makefile 2019/06/11 15:34:46 1.3 +++ ports/misc/gpsd3/Attic/Makefile 2019/06/20 06:16:41 1.4 @@ -1,17 +1,17 @@ -# $OpenBSD: Makefile,v 1.3 2019/06/11 15:34:46 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.18 +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 24.0 # 24.0 +SHARED_LIBS += gps 20.0 # 24.0 CATEGORIES= misc geo HOMEPAGE = http://www.catb.org/gpsd/ @@ -26,7 +26,7 @@ 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,6 +43,7 @@ TEST_DEPENDS= misc/gpsd,-main LIB_DEPENDS-main = devel/libusb1 \ + devel/py-serial \ x11/dbus RUN_DEPENDS-main= ${MODPY_RUN_DEPENDS} @@ -84,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