pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/gxemul



Module Name:    pkgsrc
Committed By:   skrll
Date:           Sat Feb 20 14:24:58 UTC 2021

Modified Files:
        pkgsrc/emulators/gxemul: Makefile

Log Message:
Update to 0.6.3

* All pkgsrc patches are included by upstream.

Changelog:

OpenBSD/luna88k can now run in the emulator (with root-on-nfs), and there
is now tap device support for networking contributed by Jason Thorpe.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/emulators/gxemul/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/gxemul/Makefile
diff -u pkgsrc/emulators/gxemul/Makefile:1.70 pkgsrc/emulators/gxemul/Makefile:1.71
--- pkgsrc/emulators/gxemul/Makefile:1.70       Sat Jan 16 16:49:36 2021
+++ pkgsrc/emulators/gxemul/Makefile    Sat Feb 20 14:24:58 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2021/01/16 16:49:36 skrll Exp $
+# $NetBSD: Makefile,v 1.71 2021/02/20 14:24:58 skrll Exp $
 
-DISTNAME=      gxemul-0.6.2
-PKGREVISION=   2
+DISTNAME=      gxemul-0.6.3
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gxemul/}
 
@@ -26,7 +25,6 @@ do-install:
 .for f in README HISTORY LICENSE
        ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 .endfor
-       ${RM} ${WRKSRC}/doc/networking.html.orig
        cd ${WRKSRC}/doc && pax -rwppm . ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gxemul



Home | Main Index | Thread Index | Old Index