From owner-freebsd-ports Fri Oct 25 23:10:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F00737B409 for ; Fri, 25 Oct 2002 23:10:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 977C743E42 for ; Fri, 25 Oct 2002 23:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9Q6A2x3098112 for ; Fri, 25 Oct 2002 23:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9Q6A24W098111; Fri, 25 Oct 2002 23:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 049B437B401 for ; Fri, 25 Oct 2002 23:04:14 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA6D43E42 for ; Fri, 25 Oct 2002 23:04:13 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9Q64D7R094879 for ; Fri, 25 Oct 2002 23:04:13 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9Q64Db0094878; Fri, 25 Oct 2002 23:04:13 -0700 (PDT) Message-Id: <200210260604.g9Q64Db0094878@www.freebsd.org> Date: Fri, 25 Oct 2002 23:04:13 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44488: Update port: security/tea-total Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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