summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoradam <adam>2003-12-12 10:20:53 +0000
committeradam <adam>2003-12-12 10:20:53 +0000
commita9a6b4f84b94a35c72f7bb84e8d69ccfe14f3c43 (patch)
tree3cba5896a414d01e4145a2b8bec1d7a473ded047 /editors
parent760302cbb01f613db6f2b58f7e2c5132e6842496 (diff)
downloadpkgsrc-a9a6b4f84b94a35c72f7bb84e8d69ccfe14f3c43.tar.gz
Do not force -O, use CFLAGS; cosmetics in Makefile
Diffstat (limited to 'editors')
-rw-r--r--editors/nedit/Makefile5
-rw-r--r--editors/nedit/distinfo4
-rw-r--r--editors/nedit/patches/patch-aa4
3 files changed, 7 insertions, 6 deletions
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