Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 09:04:28 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546887 - in head/cad/varkon: . files
Message-ID:  <202008290904.07T94SdD080388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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               \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008290904.07T94SdD080388>