pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/nedit Do not force -O, use CFLAGS; cosmetics i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62c6f0670b01
branches:  trunk
changeset: 464539:62c6f0670b01
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 12 10:20:53 2003 +0000

description:
Do not force -O, use CFLAGS; cosmetics in Makefile

diffstat:

 editors/nedit/Makefile         |  5 +++--
 editors/nedit/distinfo         |  4 ++--
 editors/nedit/patches/patch-aa |  4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r 2ca10733e3d5 -r 62c6f0670b01 editors/nedit/Makefile
--- a/editors/nedit/Makefile    Fri Dec 12 10:12:54 2003 +0000
+++ b/editors/nedit/Makefile    Fri Dec 12 10:20:53 2003 +0000
@@ -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 @@
 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 -r 2ca10733e3d5 -r 62c6f0670b01 editors/nedit/distinfo
--- a/editors/nedit/distinfo    Fri Dec 12 10:12:54 2003 +0000
+++ b/editors/nedit/distinfo    Fri Dec 12 10:20:53 2003 +0000
@@ -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 -r 2ca10733e3d5 -r 62c6f0670b01 editors/nedit/patches/patch-aa
--- a/editors/nedit/patches/patch-aa    Fri Dec 12 10:12:54 2003 +0000
+++ b/editors/nedit/patches/patch-aa    Fri Dec 12 10:20:53 2003 +0000
@@ -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 @@
  # -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



Home | Main Index | Thread Index | Old Index