Date: Fri, 25 Oct 2002 23:04:13 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/44488: Update port: security/tea-total Message-ID: <200210260604.g9Q64Db0094878@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 44488 >Category: ports >Synopsis: Update port: security/tea-total >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 25 23:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.7-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Support CFLAGS properly - Support install macros >How-To-Repeat: >Fix: diff -urN /usr/ports/security/tea-total/Makefile security/tea-total/Makefile --- /usr/ports/security/tea-total/Makefile Thu May 9 06:32:37 2002 +++ security/tea-total/Makefile Fri Oct 25 03:30:00 2002 @@ -7,9 +7,10 @@ PORTNAME= tea-total PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.linuxhacker.org/pub/tea-total/ \ - http://www.linuxhacker.org/tea-total/ + http://www.linuxhacker.org/pub/tea-total/ MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/security/tea-total/files/patch-Makefile security/tea-total/files/patch-Makefile --- /usr/ports/security/tea-total/files/patch-Makefile Fri Jan 12 19:52:01 2001 +++ security/tea-total/files/patch-Makefile Fri Oct 25 03:32:08 2002 @@ -1,20 +1,24 @@ ---- Makefile.orig Tue Jan 2 05:04:34 2001 -+++ Makefile Fri Jan 12 02:18:24 2001 -@@ -1,5 +1,5 @@ +--- Makefile.orig Tue Jan 2 22:04:34 2001 ++++ Makefile Fri Oct 25 03:32:00 2002 +@@ -1,6 +1,6 @@ include config.inc -CC = $(CROSS_PREFIX)gcc +#CC = $(CROSS_PREFIX)gcc CP = cp -f RM = rm -f -@@ -9,5 +9,5 @@ + LN = ln -sf +@@ -8,7 +8,7 @@ + CD = cd MKDIR = mkdir -p CMP = cmp -CFLAGS = -O2 -Wall -DARCH_$(ARCH) -+CFLAGS += -O2 -Wall -DARCH_$(ARCH) ++CFLAGS += -DARCH_$(ARCH) LDFLAGS = BINDIR = $(PREFIX)/bin -@@ -27,4 +27,9 @@ + TEATOTAL = teatotal +@@ -26,6 +26,11 @@ + ifeq ($(ARCH), OPENBSD) MANDIR = $(PREFIX)/share/man/man1 RANDOM_DEVICE = \"/dev/srandom\" +else @@ -24,3 +28,19 @@ +endif endif endif + +@@ -115,12 +120,12 @@ + + install: all + $(MKDIR) $(BINDIR) +- $(CP) $(TEATOTAL) $(BINDIR) ++ ${BSD_INSTALL_PROGRAM} $(TEATOTAL) $(BINDIR) + $(LN) $(TEATOTAL) $(BINDIR)/$(TEA) + $(LN) $(TEATOTAL) $(BINDIR)/$(UNTEA) + $(LN) $(TEATOTAL) $(BINDIR)/$(TEA-KGEN) + $(MKDIR) $(MANDIR) +- $(CP) $(MANPAGES) $(MANDIR) ++ ${BSD_INSTALL_MAN} $(MANPAGES) $(MANDIR) + + clean: + $(RM) core *.o $(PROGRAMS) testout.tea test.out test2.key test3.key \ >Release-Note: >Audit-Trail: >Unformatted: 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?200210260604.g9Q64Db0094878>