From b4cec37bc42b09047afbe5ae1761741042aa8e21 Mon Sep 17 00:00:00 2001 From: jseger Date: Thu, 29 Jan 1998 21:59:51 +0000 Subject: Actually make myself MAINTAINER, and remove -g from CFLAGS. Forgetten by: jseger Remebered by: obrien --- security/strobe/Makefile | 4 ++-- security/strobe/files/patch-aa | 13 ++++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'security/strobe') diff --git a/security/strobe/Makefile b/security/strobe/Makefile index 30356da20576..a00d9e70eda0 100644 --- a/security/strobe/Makefile +++ b/security/strobe/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Sep 1996 # Whom: proff # -# $Id: Makefile,v 1.1.1.1 1997/01/07 12:20:47 max Exp $ +# $Id: Makefile,v 1.2 1998/01/29 20:02:45 jseger Exp $ # DISTNAME= strobe-1.04 @@ -11,7 +11,7 @@ CATEGORIES= net security MASTER_SITES= ftp://ftp.win.or.jp/pub/network/misc/ EXTRACT_SUFX= .tgz -MAINTAINER= proff@suburbia.net +MAINTAINER= jseger@FreeBSD.org WRKSRC= ${WRKDIR}/strobe ALL_TARGET= strobe diff --git a/security/strobe/files/patch-aa b/security/strobe/files/patch-aa index 7ad03f5f842e..2893f23a916d 100644 --- a/security/strobe/files/patch-aa +++ b/security/strobe/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Mon Nov 27 18:39:11 1995 -+++ Makefile Tue Jan 7 20:02:22 1997 -@@ -3,9 +3,10 @@ +--- Makefile.orig Thu Jul 3 07:48:00 1997 ++++ Makefile Thu Jan 29 16:57:49 1998 +@@ -3,15 +3,16 @@ # Modify the below to suit your filesystem @@ -14,6 +14,13 @@ #CC=cc CC=gcc + + #FLAGS=-O -nointl # SCO +-FLAGS= -O -g -Wall ++FLAGS= -O -Wall + + #LIBS= -lnsl -lsocket # SYSVR4 / SOLARIS + #LIBS= -lsocket -lmalloc -lc_s # SCO @@ -40,13 +41,13 @@ $(MAN): $(INSTALLDIR)/$(BIN): $(BIN) -- cgit