pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/simh simh: use networking. bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c27d483bc83
branches:  trunk
changeset: 358573:3c27d483bc83
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Feb 15 01:27:00 2017 +0000

description:
simh: use networking. bump PKGREVISION.
fixes PR pkg/51970

diffstat:

 emulators/simh/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 0e45e21579be -r 3c27d483bc83 emulators/simh/Makefile
--- a/emulators/simh/Makefile   Wed Feb 15 00:55:08 2017 +0000
+++ b/emulators/simh/Makefile   Wed Feb 15 01:27:00 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2016/12/18 11:11:28 hans Exp $
+# $NetBSD: Makefile,v 1.45 2017/02/15 01:27:00 maya Exp $
 
 DISTNAME=      simh-4.0.0
 PKGNAME=       simh-4.0.0.20161218
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=simh/}
 GITHUB_PROJECT=        simh
@@ -32,6 +33,9 @@
 CFLAGS.SunOS+= -DBSD_COMP
 LDFLAGS.SunOS+=        -lm
 
+CFLAGS+=               -DUSE_NETWORK
+LDFLAGS+=              -lpcap
+
 INSTALLATION_DIRS=     bin share/simh share/doc/simh
 
 MAKE_FILE=             makefile



Home | Main Index | Thread Index | Old Index