From befd331aeee5b31fb0f8ca38ed77250365c100a4 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 12 Dec 2003 10:20:53 +0000 Subject: Do not force -O, use CFLAGS; cosmetics in Makefile --- editors/nedit/Makefile | 5 +++-- editors/nedit/distinfo | 4 ++-- editors/nedit/patches/patch-aa | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'editors') diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 2eb2401f4c3..16224528fe4 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.29 2003/07/17 21:34:44 grant Exp $ +# $NetBSD: Makefile,v 1.30 2003/12/12 10:20:53 adam Exp $ -VERS= 5.3 DISTNAME= nedit-${VERS}-source PKGNAME= nedit-${VERS} WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} @@ -14,6 +13,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.nedit.org/ COMMENT= Motif based standard GUI style text editor +VERS= 5.3 + USE_BUILDLINK2= YES USE_X11BASE= YES ALL_TARGET= netbsd diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo index d292a9ba92c..47041f8b37a 100644 --- a/editors/nedit/distinfo +++ b/editors/nedit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2002/08/04 13:33:31 mjl Exp $ +$NetBSD: distinfo,v 1.8 2003/12/12 10:20:53 adam Exp $ SHA1 (nedit-5.3-source.tar.bz2) = c60ec4eb96eef654480bed06fe9139288b5396a9 Size (nedit-5.3-source.tar.bz2) = 724878 bytes -SHA1 (patch-aa) = d95ad0eaf120fb7b8e95b71ef5f1520a7dcb7393 +SHA1 (patch-aa) = beef642b3790943b038fa890411d03113d43af12 diff --git a/editors/nedit/patches/patch-aa b/editors/nedit/patches/patch-aa index 5ff58fa1c80..a0c1cf02e5b 100644 --- a/editors/nedit/patches/patch-aa +++ b/editors/nedit/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.11 2002/01/18 22:27:35 mjl Exp $ +$NetBSD: patch-aa,v 1.12 2003/12/12 10:20:53 adam Exp $ --- makefiles/Makefile.netbsd.orig Sat Aug 18 01:02:55 2001 +++ makefiles/Makefile.netbsd Wed Oct 31 00:18:05 2001 @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.11 2002/01/18 22:27:35 mjl Exp $ # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information. # -CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -+CFLAGS+=-O -DUSE_DIRENT -DUSE_LPR_PRINT_CMD ++CFLAGS+=-DUSE_DIRENT -DUSE_LPR_PRINT_CMD ARFLAGS=-ur -LIBS= -L/usr/X11R6/lib -lm -lXm -lXpm -lXext -lXt -lSM -lICE -lX11 +LIBS= ${LDFLAGS} ${MOTIFLIB} -lm -lXpm -lXext -lXt -lSM -lICE -lX11 -- cgit v1.2.3