Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Dec 2016 07:02:41 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428646 - in head/emulators/stonx: . files
Message-ID:  <201612160702.uBG72fYq047657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Fri Dec 16 07:02:41 2016
New Revision: 428646
URL: https://svnweb.freebsd.org/changeset/ports/428646

Log:
  - fix build on FreeBSD-10 i386
  - add LICENSE

Modified:
  head/emulators/stonx/Makefile
  head/emulators/stonx/files/patch-configure

Modified: head/emulators/stonx/Makefile
==============================================================================
--- head/emulators/stonx/Makefile	Fri Dec 16 06:43:52 2016	(r428645)
+++ head/emulators/stonx/Makefile	Fri Dec 16 07:02:41 2016	(r428646)
@@ -10,6 +10,8 @@ DISTNAME=	STonX-0.6.7.6
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	AtariST emulator
 
+LICENSE=	GPLv2+
+
 BUILD_DEPENDS=	bdftopcf:x11-fonts/bdftopcf \
 		gccmakedep:devel/gccmakedep \
 		mkfontdir:x11-fonts/mkfontdir \

Modified: head/emulators/stonx/files/patch-configure
==============================================================================
--- head/emulators/stonx/files/patch-configure	Fri Dec 16 06:43:52 2016	(r428645)
+++ head/emulators/stonx/files/patch-configure	Fri Dec 16 07:02:41 2016	(r428646)
@@ -7,7 +7,7 @@
 +*freebsd*)
 +	echo 'A FreeBSD box...'
 +	case $t in
-+	i*86-*)
++	i*86-*freebsd9*)
 +	  cat >>confdefs.h <<\_ACEOF
 +#define NZREG "%ebx"
 +_ACEOF



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