Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2020 07:35:19 +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: r526741 - head/emulators/vice
Message-ID:  <202002220735.01M7ZJOG052350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Feb 22 07:35:18 2020
New Revision: 526741
URL: https://svnweb.freebsd.org/changeset/ports/526741

Log:
  - disable realdevice because of linking problems

Modified:
  head/emulators/vice/Makefile

Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile	Sat Feb 22 06:15:38 2020	(r526740)
+++ head/emulators/vice/Makefile	Sat Feb 22 07:35:18 2020	(r526741)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vice
 PORTVERSION=	3.4
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/vice-emu/releases
 
@@ -36,6 +37,7 @@ MAKE_ENV+=	MAKEINFOFLAGS="--no-split"
 CONFIGURE_ARGS+=	--enable-ipv6 \
 			--enable-external-ffmpeg \
 			--enable-x64 \
+			--disable-realdevice \
 			--mandir="${PREFIX}/man" \
 			--infodir="${PREFIX}/${INFO_PATH}" \
 			--localedir="${LOCALBASE}/share/locale" \
@@ -97,13 +99,6 @@ pre-configure:
 		${WRKSRC}/man/vice.1
 .if ! ${PORT_OPTIONS:MDOCS}
 	${REINPLACE_CMD} -e 's| doc||' ${WRKSRC}/Makefile.in
-.endif
-.if ${ARCH} == "i386"
-	${REINPLACE_CMD} \
-		-e 's|^@HAVE_BSD_FREE_FALSE@|@HAVE_BSD_FREE2_TRUE@|' \
-		-e 's|^@HAVE_BSD_FREE_TRUE@|@HAVE_BSD_FREE_FALSE@|' \
-		-e 's|^@HAVE_BSD_FREE2_TRUE@|@HAVE_BSD_FREE_TRUE@|' \
-		${WRKSRC}/src/Makefile.in
 .endif
 
 pre-install-DOCS-on:



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