emulators/gxemul: Upgrade version 0.6.0 => 0.6.0.1
PR: 192789 Submitted by: Ports Fury
This commit is contained in:
parent
e4066d5ab5
commit
8a2e42acaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365904
2 changed files with 26 additions and 25 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gxemul
|
||||
PORTVERSION= 0.6.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.6.0.1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://gxemul.sourceforge.net/src/ \
|
||||
http://gavare.se/gxemul/src/
|
||||
|
@ -11,39 +10,41 @@ MASTER_SITES= http://gxemul.sourceforge.net/src/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Instruction-level machine emulator
|
||||
|
||||
OPTIONS_DEFINE= X11 DOCS
|
||||
OPTIONS_DEFAULT= X11
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
ALL_TARGET= build
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PORTDOCS= *
|
||||
PLIST_FILES= bin/gxemul \
|
||||
man/man1/gxemul.1.gz
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GCC= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-unittests
|
||||
ALL_TARGET= build
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
# svgalib installs vga.h, which conflicts with gxemul when building with
|
||||
# a virtual VGA adaptor.
|
||||
CONFLICTS= svgalib-[0-9]*
|
||||
|
||||
X11_USE= xorg=x11
|
||||
X11_CONFIGURE_OFF=--disable-x
|
||||
PORTDOCS= *
|
||||
PLIST_FILES= bin/gxemul man/man1/gxemul.1.gz
|
||||
|
||||
OPTIONS_DEFINE= DOCS X11
|
||||
OPTIONS_DEFAULT= X11
|
||||
|
||||
X11_USE= xorg=x11
|
||||
X11_CONFIGURE_OFF= --disable-x
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -Ee \
|
||||
's|/usr/X11R6|${LOCALBASE}|g; \
|
||||
s|-O[0-9]?||g; \
|
||||
s|-f[a-zA-Z-]+||g' ${WRKSRC}/configure
|
||||
/CXXFLAGS=/s|-O[0-9]?||g; \
|
||||
/CXXFLAGS=/s|-f[a-zA-Z-]+||g' ${WRKSRC}/configure
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gxemul ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/man/gxemul.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/components \
|
||||
${STAGEDIR}${DOCSDIR}/machines
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/components/* ${STAGEDIR}${DOCSDIR}/components
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/machines/* ${STAGEDIR}${DOCSDIR}/machines
|
||||
${INSTALL_DATA} `find ${WRKSRC}/doc/ -type f -depth 1` ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_PROGRAM} gxemul \
|
||||
${STAGEDIR}${PREFIX}/bin)
|
||||
(cd ${WRKSRC}/man && ${INSTALL_MAN} gxemul.1 \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1)
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . \
|
||||
${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gxemul-0.6.0.tar.gz) = d3f85c7964b44b085e088862d88b1f31d907fb99c5321900c0b3a723c82581e8
|
||||
SIZE (gxemul-0.6.0.tar.gz) = 3598795
|
||||
SHA256 (gxemul-0.6.0.1.tar.gz) = 0790823d8d7f8848c98318ace829f7a0159a5f9b79d80bd8c367fb17014dcda9
|
||||
SIZE (gxemul-0.6.0.1.tar.gz) = 5420978
|
||||
|
|
Loading…
Reference in a new issue