Date: Mon, 1 Feb 1999 03:20:02 -0800 (PST) From: Kris Kennaway <kkenn@rebel.net.au> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9261: New port - FakeBO (BackOrifice client emulator) Message-ID: <199902011120.DAA14611@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/9261; it has been noted by GNATS. From: Kris Kennaway <kkenn@rebel.net.au> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/9261: New port - FakeBO (BackOrifice client emulator) Date: Mon, 1 Feb 1999 21:41:28 +1030 (CST) This updates my port to v0.3.1, which adds support for simulation of something called "NetBus" (aparently some other kind of remote admin tool or something). Kris diff -ruN fakebo/Makefile fakebo~/Makefile --- fakebo/Makefile Fri Jan 1 19:51:44 1999 +++ fakebo~/Makefile Mon Feb 1 21:21:14 1999 @@ -1,27 +1,31 @@ # New ports collection makefile for: fakebo -# Version required: 0.1.9 -# Date created: 31 December 1998 +# Version required: 0.3.1 +# Date created: 31 January 1999 # Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # # $Id$ # DISTNAME= fakebo -PKGNAME= fakebo-0.1.9 +PKGNAME= fakebo-0.3.1 CATEGORIES= security MASTER_SITES= http://yi.com/home/KosturjakVlatko/ EXTRACT_SUFX= .tgz MAINTAINER= kkennawa@physics.adelaide.edu.au -WRKSRC= ${WRKDIR}/fakebo-0.1.9 +WRKSRC= ${WRKDIR}/fakebo-0.3.1/ + +MAN1= fakebo.1 do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/ - @${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${PREFIX}/etc/ + ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${PREFIX}/etc/ + ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${PREFIX}/man/man1/ + .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/fakebo/ - @${INSTALL_MAN} ${WRKSRC}/custom.replies ${PREFIX}/share/doc/fakebo/ + ${MKDIR} ${PREFIX}/share/doc/fakebo/ + ${INSTALL_MAN} ${WRKSRC}/custom.replies ${PREFIX}/share/doc/fakebo/ .endif .include <bsd.port.mk> diff -ruN fakebo/files/md5 fakebo~/files/md5 --- fakebo/files/md5 Thu Dec 31 18:37:32 1998 +++ fakebo~/files/md5 Mon Feb 1 21:08:44 1999 @@ -1 +1 @@ -MD5 (fakebo.tgz) = e4ad90361e681db38634b0b3460c3542 +MD5 (fakebo.tgz) = 4d5206094be707bf54102ae2ca2e8f13 diff -ruN fakebo/patches/patch-aa fakebo~/patches/patch-aa --- fakebo/patches/patch-aa Thu Dec 31 18:46:03 1998 +++ fakebo~/patches/patch-aa Mon Feb 1 21:09:39 1999 @@ -1,23 +1,22 @@ -*** Makefile~ Wed Dec 30 04:21:04 1998 ---- Makefile Thu Dec 31 18:39:36 1998 +*** Makefile.orig Sat Jan 30 11:41:09 1999 +--- Makefile Mon Feb 1 21:09:29 1999 *************** -*** 1,9 **** - # Makefile for FakeBo - # by KoSt. +*** 7,14 **** + TARFILES=Makefile README COPYING CREDITS ChangeLog custom.replies fakebo.c global.h bo.h nb.h fakebo.conf + # for Linux machines ! CC=gcc +! CFLAGS=-O3 -Wall + LFLAGS= INSTALL=/usr/bin/install -c -! CFLAGS=-O3 + BINDIR=/usr/local/bin +--- 7,15 ---- + TARFILES=Makefile README COPYING CREDITS ChangeLog custom.replies fakebo.c global.h bo.h nb.h fakebo.conf - all: fakebo - clean: ---- 1,9 ---- - # Makefile for FakeBo - # by KoSt. - -! CC ?= gcc + # for Linux machines +! CC?=gcc +! CFLAGS?=-O3 +! CFLAGS+=-Wall + LFLAGS= INSTALL=/usr/bin/install -c -! CFLAGS ?= -O3 - - all: fakebo - clean: + BINDIR=/usr/local/bin ------------------------------------------------------------------------------ The Feynman Problem-Solving Algorithm: (1) Write down the problem (2) Think real hard (3) Write down the answer ------------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902011120.DAA14611>