Date: Sun, 6 Oct 2013 22:58:15 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329636 - head/cad/varkon Message-ID: <201310062258.r96MwF8B062034@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Oct 6 22:58:15 2013 New Revision: 329636 URL: http://svnweb.freebsd.org/changeset/ports/329636 Log: cad/varkon: Hardcode PLATFORM to "FreeBSD" The use of $OPSYS to define the platform actually breaks the build on DragonFly. The PLATFORM has to be recognized, and it serves for file selection. DragonFly (the only other OPSYS using ports for now) needs "FreeBSD", not "DragonFly" to be defined as PLATFORM in order to build. This change has no effect for FreeBSD users. Varkon is an unmaintained port. Modified: head/cad/varkon/Makefile Modified: head/cad/varkon/Makefile ============================================================================== --- head/cad/varkon/Makefile Sun Oct 6 22:49:11 2013 (r329635) +++ head/cad/varkon/Makefile Sun Oct 6 22:58:15 2013 (r329636) @@ -19,8 +19,8 @@ BUILD_WRKSRC= ${WRKSRC}/sources USE_XORG= xpm USE_GL= glu -USE_GMAKE= yes -MAKE_ENV= PLATFORM="${OPSYS}" +USES= gmake +MAKE_ENV= PLATFORM=FreeBSD ALL_TARGET= # none MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310062258.r96MwF8B062034>