From c4c8c4061fadecb30a0858888019881aee11cc0c Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 4 Jul 1999 18:35:32 +0000 Subject: Update to lpe 1.2.2. --- editors/lpe/Makefile | 7 ++++--- editors/lpe/distinfo | 2 +- editors/lpe/files/patch-ae | 13 +++++++++++++ editors/lpe/pkg-plist | 7 +++++++ 4 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 editors/lpe/files/patch-ae (limited to 'editors') diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 76d3b49bea95..c618814d8550 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: lpe -# Version required: 1.2.1 +# Version required: 1.2.2 # Date created: 12 April 1999 # Whom: Chris Piazza # -# $Id: Makefile,v 1.3 1999/04/22 23:11:08 mharo Exp $ +# $Id: Makefile,v 1.4 1999/06/19 05:26:23 cpiazza Exp $ # -DISTNAME= lpe-1.2.1 +DISTNAME= lpe-1.2.2 CATEGORIES= editors MASTER_SITES= http://cdsmith.twu.net/lpe/ @@ -19,6 +19,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-ltermcap" +CONFIGURE_ARGS= --includedir=${LOCALBASE}/include MAN1= lpe.1 diff --git a/editors/lpe/distinfo b/editors/lpe/distinfo index 199bcef4e21d..f9b33aa36c44 100644 --- a/editors/lpe/distinfo +++ b/editors/lpe/distinfo @@ -1 +1 @@ -MD5 (lpe-1.2.1.tar.gz) = 31da8e328ecf0ba875598df97ef195c4 +MD5 (lpe-1.2.2.tar.gz) = 2ff7d61c29e71041a33f1271081b39a4 diff --git a/editors/lpe/files/patch-ae b/editors/lpe/files/patch-ae new file mode 100644 index 000000000000..999555337905 --- /dev/null +++ b/editors/lpe/files/patch-ae @@ -0,0 +1,13 @@ +--- Makefile.in.orig Sat Jul 3 19:33:57 1999 ++++ Makefile.in Mon Jul 5 10:28:35 1999 +@@ -108,8 +108,8 @@ + lpe_LDADD = @INTLLIBS@ @INTLOBJS@ @DL_LIB@ @SLANG_LIB@ + lpe_LDFLAGS = @lpe_LDFLAGS@ + lpe_DEPENDENCIES = @lpe_DEPS@ @INTLDEPS@ +-@USE_INCLUDED_LIBINTL_TRUE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/@DATADIRNAME@\" -I$(top_srcdir)/intl +-@USE_INCLUDED_LIBINTL_FALSE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" ++@USE_INCLUDED_LIBINTL_TRUE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/@DATADIRNAME@\" -I$(top_srcdir)/intl -I@includedir@ ++@USE_INCLUDED_LIBINTL_FALSE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -I@includedir@ + + liblpedir = $(libdir)/lpe + diff --git a/editors/lpe/pkg-plist b/editors/lpe/pkg-plist index 913b8717d9b6..44dcccd9a304 100644 --- a/editors/lpe/pkg-plist +++ b/editors/lpe/pkg-plist @@ -1,4 +1,11 @@ bin/lpe +lib/lpe/cmode.so +lib/lpe/cppmode.so +lib/lpe/perlmode.so +lib/lpe/mailmode.so +lib/lpe/htmlmode.so +lib/lpe/sgmlmode.so +lib/lpe/javamode.so lib/lpe/libcmode.a lib/lpe/libcmode.so lib/lpe/libcmode.so.0 -- cgit v1.2.3