FreeBSD Bugzilla – Attachment 145964 Details for
Bug 192789
emulators/gxemul: Update to version 0.6.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
emulators_gxemul.diff
emulators_gxemul.diff (text/plain), 2.67 KB, created by
tkato432
on 2014-08-18 18:32:05 UTC
(
hide
)
Description:
emulators_gxemul.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2014-08-18 18:32:05 UTC
Size:
2.67 KB
patch
obsolete
>diff -urN /usr/ports/emulators/gxemul/Makefile emulators/gxemul/Makefile >--- /usr/ports/emulators/gxemul/Makefile 2014-07-07 02:30:56.000000000 +0900 >+++ emulators/gxemul/Makefile 2014-08-19 00:00:00.000000000 +0900 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/emulators/gxemul/Makefile 360915 2014-07-06 14:55:37Z bapt $ > > 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 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Instruction-level machine emulator > >-OPTIONS_DEFINE= X11 DOCS >-OPTIONS_DEFAULT= X11 >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE > >+USE_GCC= yes > HAS_CONFIGURE= yes >+CONFIGURE_ARGS= --without-unittests > ALL_TARGET= build > MAKE_JOBS_UNSAFE= yes > >-PORTDOCS= * >-PLIST_FILES= bin/gxemul \ >- man/man1/gxemul.1.gz >- >-USE_GCC= 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> >diff -urN /usr/ports/emulators/gxemul/distinfo emulators/gxemul/distinfo >--- /usr/ports/emulators/gxemul/distinfo 2014-06-21 17:48:02.000000000 +0900 >+++ emulators/gxemul/distinfo 2014-08-19 00:00:00.000000000 +0900 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192789
: 145964