From owner-freebsd-ports Wed Apr 21 11:14: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F55415839 for ; Wed, 21 Apr 1999 11:12:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA96942; Wed, 21 Apr 1999 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id E5F8B1583A for ; Wed, 21 Apr 1999 11:10:39 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 1446916CA; Wed, 21 Apr 1999 11:08:00 -0700 (PDT) Message-Id: <19990421180800.1446916CA@norn.ca.eu.org> Date: Wed, 21 Apr 1999 11:08:00 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11262: Update: editors/lpe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11262 >Category: ports >Synopsis: Update: editors/lpe >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: Wed Apr 21 11:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Yet another port that should stabilize(I hope!) soon. Update to 1.1.9. I am the maintainer. >How-To-Repeat: >Fix: Index: lpe/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/19 04:06:52 1.2 +++ Makefile 1999/04/21 05:23:23 @@ -1,12 +1,12 @@ # New ports collection makefile for: lpe -# Version required: 1.1.8 +# Version required: 1.1.9 # Date created: 12 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.2 1999/04/19 04:06:52 steve Exp $ # -DISTNAME= lpe-1.1.8 +DISTNAME= lpe-1.1.9 CATEGORIES= editors MASTER_SITES= http://cdsmith.twu.net/lpe/ Index: lpe/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/19 04:06:54 1.2 +++ md5 1999/04/21 05:18:03 @@ -1 +1 @@ -MD5 (lpe-1.1.8.tar.gz) = 64fd9f61ee7549241a5ae665405a36e5 +MD5 (lpe-1.1.9.tar.gz) = 1414c340a77d53ff63f8ddb9e335787a Index: lpe/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1999/04/19 04:06:55 1.2 +++ patch-aa 1999/04/21 05:22:17 @@ -1,5 +1,5 @@ ---- Config.make.orig Sun Apr 18 16:10:37 1999 -+++ Config.make Sun Apr 18 16:13:53 1999 +--- Config.make.orig Tue Apr 20 22:20:08 1999 ++++ Config.make Tue Apr 20 22:22:09 1999 @@ -5,7 +5,7 @@ # Base directory in which to install lpe. The binary and man page will be @@ -26,8 +26,8 @@ +LD_SH = ${CC} -shared # OpenBSD: ld -Bshareable # OSF: ld -shared - # Cygwin: /bin/true -@@ -32,14 +32,14 @@ + +@@ -31,7 +31,7 @@ # OpenBSD: -I/usr/local/include -DSLANG_H="" -DLIMITS_H="" # The flags to pass to the compiler proper @@ -36,21 +36,12 @@ # OSF: -pipe -g3 -O2 # The flags to pass to the linker - LDFLAGS = -L/usr/local/lib +@@ -40,7 +40,7 @@ + # Cygwin: -L/usr/local/lib # The libraries, in linker option format, against which to link -LOADLIBES = -lslang -ldl -+LOADLIBES = -lslang -ltermcap - # OSF -lslang -lc ++LOADLIBES = -lslang -ltermcap + # OSF: -lslang -lc # Cygwin: -lslang -ltermcap # FreeBSD: -lslang -ldl -ltermcap -@@ -49,9 +49,6 @@ - INSTALL = /usr/bin/install -c - # OSF: ./install-sh - --INSTALL_PROGRAM = $(INSTALL) --INSTALL_PROGRAM_S = $(INSTALL_PROGRAM) -s --INSTALL_DATA = $(INSTALL) -m 644 - INSTALL_SO = $(INSTALL_DATA) - # Cygwin: /bin/true - -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message