svn commit: r546887 - in head/cad/varkon: . files

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 09:04:29 UTC 2020


Author: tcberner
Date: Sat Aug 29 09:04:28 2020
New Revision: 546887
URL: https://svnweb.freebsd.org/changeset/ports/546887

Log:
  cat/varkon: fix build on current and deprecate

Added:
  head/cad/varkon/files/patch-sources_PL_src_Makefile.FreeBSD   (contents, props changed)
Modified:
  head/cad/varkon/Makefile

Modified: head/cad/varkon/Makefile
==============================================================================
--- head/cad/varkon/Makefile	Sat Aug 29 08:58:22 2020	(r546886)
+++ head/cad/varkon/Makefile	Sat Aug 29 09:04:28 2020	(r546887)
@@ -21,12 +21,18 @@ RUN_DEPENDS=	xdg-open:devel/xdg-utils
 WRKSRC=		${WRKDIR}/Varkon_${PORTVERSION}
 BUILD_WRKSRC=	${WRKSRC}/sources
 
-USES=		gl gmake xorg
+USES=		dos2unix gl gmake xorg
 USE_XORG=	xpm
 USE_GL=		glu
 MAKE_ENV=	PLATFORM=FreeBSD
 ALL_TARGET=	# none
 MAKE_JOBS_UNSAFE=	yes
+DOS2UNIX_FILES=	sources/PL/src/Makefile.FreeBSD
+
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
 
 VARKON_PREFIX=	${PREFIX}/lib/${PORTNAME}
 

Added: head/cad/varkon/files/patch-sources_PL_src_Makefile.FreeBSD
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/varkon/files/patch-sources_PL_src_Makefile.FreeBSD	Sat Aug 29 09:04:28 2020	(r546887)
@@ -0,0 +1,11 @@
+--- sources/PL/src/Makefile.FreeBSD.orig	2020-08-29 08:59:42 UTC
++++ sources/PL/src/Makefile.FreeBSD
+@@ -12,7 +12,7 @@ CC ?= gcc
+ 
+ # Options to CC
+ 
+-CFLAGS = -ansi                       \
++CFLAGS += -ansi                       \
+          -Wall                       \
+          -pedantic                   \
+          -ffloat-store               \


More information about the svn-ports-head mailing list