From owner-freebsd-ports Sat Apr 17 17:32:28 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 39AEA1540D for ; Sat, 17 Apr 1999 17:32:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA28892; Sat, 17 Apr 1999 17:30: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 A7B1E14EA4 for ; Sat, 17 Apr 1999 17:28:10 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id D4BA81672; Sat, 17 Apr 1999 17:25:45 -0700 (PDT) Message-Id: <19990418002545.D4BA81672@norn.ca.eu.org> Date: Sat, 17 Apr 1999 17:25:45 -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/11193: Update: editors/lpe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11193 >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: Sat Apr 17 17:30: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: Update to 1.1.7. I am the maintainer. >How-To-Repeat: >Fix: Index: lpe/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/14 05:56:14 1.1.1.1 +++ Makefile 1999/04/18 00:20:07 @@ -1,12 +1,12 @@ # New ports collection makefile for: lpe -# Version required: 1.1.5 +# Version required: 1.1.7 # Date created: 12 April 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.1.1.1 1999/04/14 05:56:14 mharo Exp $ # -DISTNAME= lpe-1.1.5 +DISTNAME= lpe-1.1.7 CATEGORIES= editors MASTER_SITES= http://cdsmith.twu.net/lpe/ @@ -25,11 +25,7 @@ do-install: ${MKDIR} ${PREFIX}/lib/lpe ${INSTALL_PROGRAM} ${WRKSRC}/lpe ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/cmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/cppmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/htmlmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/perlmode.so ${PREFIX}/lib/lpe - ${INSTALL_DATA} ${WRKSRC}/sgmlmode.so ${PREFIX}/lib/lpe + ${INSTALL_DATA} ${WRKSRC}/*.so ${PREFIX}/lib/lpe ${INSTALL_MAN} ${WRKSRC}/lpe.1 ${PREFIX}/man/man1 .include Index: lpe/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/14 05:56:14 1.1.1.1 +++ md5 1999/04/18 00:15:04 @@ -1 +1 @@ -MD5 (lpe-1.1.5.tar.gz) = 708371d5ddfe4e663b0bff2952851731 +MD5 (lpe-1.1.7.tar.gz) = 1fce77eedadf97aaa429c3edcbdd8807 Index: lpe/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/04/14 05:56:14 1.1.1.1 +++ patch-aa 1999/04/18 00:23:42 @@ -1,5 +1,5 @@ ---- Config.make.orig Mon Apr 12 10:30:06 1999 -+++ Config.make Mon Apr 12 21:00:29 1999 +--- Config.make.orig Fri Apr 16 11:52:29 1999 ++++ Config.make Sat Apr 17 17:23:29 1999 @@ -5,7 +5,6 @@ # Base directory in which to install lpe. The binary and man page will be @@ -22,25 +22,22 @@ -LD_SH = gcc -shared +LD_SH = ${CC} -shared # OpenBSD: ld -Bshareable + # Cygwin: /bin/true - # The flags to pass to the preprocessor -@@ -28,18 +26,14 @@ +@@ -30,7 +28,6 @@ # OpenBSD: -I/usr/local/include -DSLANG_H="" -DLIMITS_H="" # The flags to pass to the compiler proper --CFLAGS = -pipe -Wall -g -O2 +-CFLAGS = -pipe -Wall -g + # CFLAGS = -pipe -Wall -g -O2 # The flags to pass to the linker - LDFLAGS = -L/usr/local/lib -rdynamic +@@ -38,7 +35,7 @@ + # Cygwin: -L/usr/local/lib # The libraries, in linker option format, against which to link -LOADLIBES = -lslang -ldl -+LOADLIBES = -lslang -ltermcap - # For Windows NT: -lslang -ldl -ltermcap ++LOADLIBES = -lslang -ltermcap + # For Cygwin: -lslang -ltermcap # For FreeBSD: -lslang -ldl -ltermcap # For OpenBSD: -lslang -ldl -ltermcap - - # Location and options to a BSD compatible install program --INSTALL = /usr/bin/install -c --INSTALL_PROGRAM = $(INSTALL) --INSTALL_DATA = $(INSTALL) -m 644 Index: lpe/patches/patch-ab =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- patch-ab 1999/04/14 05:56:14 1.1.1.1 +++ patch-ab 1999/04/18 00:18:34 @@ -1,11 +1,11 @@ ---- options.h.orig Mon Apr 12 20:34:09 1999 -+++ options.h Mon Apr 12 20:34:39 1999 -@@ -85,7 +85,7 @@ - * default; it is overridden by an LPE_MODULE_PATH environment variable, if - * present. +--- options.h.orig Sat Apr 17 17:18:13 1999 ++++ options.h Sat Apr 17 17:18:24 1999 +@@ -31,7 +31,7 @@ + * environment variable. */ + #define OPT_DYNAMIC_MODES -#define DEF_MODULE_PATH "/etc/lpe:~/.lpe" +#define DEF_MODULE_PATH "/etc/lpe:~/.lpe:__PREFIX__/lib/lpe" - /* Time to flash braces. This defines, in tenths of a second, how long a brace - * flash should last. It is meaningless if brace flashing is not enabled. + /* Flash Brace: This option causes the cursor position to flash briefly to the + * beginning of a properly nested set of parentheses, braces, etc., to indicate Index: lpe/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/editors/lpe/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/04/14 05:56:14 1.1.1.1 +++ PLIST 1999/04/18 00:20:27 @@ -2,6 +2,8 @@ lib/lpe/cmode.so lib/lpe/cppmode.so lib/lpe/htmlmode.so +lib/lpe/javamode.so +lib/lpe/mailmode.so lib/lpe/perlmode.so lib/lpe/sgmlmode.so @dirrm lib/lpe -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message