Hi All,
please find below a simple diff to update slop from 6.3.38 to 6.3.48.
OK? Comments?
Rafael Sadowski
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/slop/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- Makefile 26 Jul 2017 22:45:24 -0000 1.15
+++ Makefile 12 Aug 2017 11:45:10 -0000
@@ -1,28 +1,29 @@
# $OpenBSD: Makefile,v 1.15 2017/07/26 22:45:24 sthen Exp $
-V = 6.3.38
+V = 6.3.48
COMMENT = query for a selection and print to stdout (select operation)
CATEGORIES = graphics x11
GH_ACCOUNT = naelstrof
GH_PROJECT = slop
GH_TAGNAME = v${V}
-REVISION = 0
-SHARED_LIBS = slopy 1.0 # 0.0
+SHARED_LIBS = slopy 2.0 # 0.0
MAINTAINER = Rafael Sadowski <[email protected]>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
-WANTLIB += GL GLU ICE SM X11 Xext Xrender c m pthread ${LIBCXX}
+WANTLIB += ${COMPILER_LIBCXX} GL GLEW GLU ICE SM X11 Xext Xrender
+WANTLIB += c icuuc m
-MODULES = devel/cmake
-
-COMPILER = gcc
+MODULES = devel/cmake
BUILD_DEPENDS += graphics/glm
+
+LIB_DEPENDS = graphics/glew \
+ textproc/icu4c
CONFIGURE_ARGS += -DCMAKE_INSTALL_MANDIR="${LOCALBASE}/man" \
-DCMAKE_COMPRESS_MAN:BOOL=Off
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/slop/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo 15 Jun 2017 18:03:10 -0000 1.7
+++ distinfo 12 Aug 2017 11:45:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (slop-6.3.38.tar.gz) = SKvpsRv8V/+rCyWamAZhKmIL8a+qlVUzydB0bM9EAMo=
-SIZE (slop-6.3.38.tar.gz) = 73660
+SHA256 (slop-6.3.48.tar.gz) = 8VUDGpCHRej7YbdOyWFQ/+tOJ9MIAnpcClKjpkXvKMA=
+SIZE (slop-6.3.48.tar.gz) = 51330