summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/nedit/Makefile17
-rw-r--r--editors/nedit/distinfo8
-rw-r--r--editors/nedit/patches/patch-aa13
3 files changed, 21 insertions, 17 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index 38f4e90b736..f61d10c7729 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -1,18 +1,21 @@
-# $NetBSD: Makefile,v 1.31 2004/01/20 12:14:05 agc Exp $
+# $NetBSD: Makefile,v 1.32 2004/01/22 17:34:48 recht Exp $
DISTNAME= nedit-${VERS}-source
PKGNAME= nedit-${VERS}
CATEGORIES= editors
-MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \
- http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \
- ftp://ftp.nl.nedit.org/pub/mirror/NEdit/v${VERS:S/./_/g}/
-EXTRACT_SUFX= .tar.bz2
+#MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \
+# http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \
+# ftp://ftp.nl.nedit.org/pub/mirror/NEdit/v${VERS:S/./_/g}/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nedit/}
+#EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.nedit.org/
+#XXX nedit.org's ISP currently has problems
+#HOMEPAGE= http://www.nedit.org/
+HOMEPAGE= http://nedit.sourceforge.net/
COMMENT= Motif based standard GUI style text editor
-VERS= 5.3
+VERS= 5.4
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= YES
diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo
index 47041f8b37a..487ce94c893 100644
--- a/editors/nedit/distinfo
+++ b/editors/nedit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2003/12/12 10:20:53 adam Exp $
+$NetBSD: distinfo,v 1.9 2004/01/22 17:34:48 recht Exp $
-SHA1 (nedit-5.3-source.tar.bz2) = c60ec4eb96eef654480bed06fe9139288b5396a9
-Size (nedit-5.3-source.tar.bz2) = 724878 bytes
-SHA1 (patch-aa) = beef642b3790943b038fa890411d03113d43af12
+SHA1 (nedit-5.4-source.tar.gz) = ef63d6ca803cc7f68ab7d9ba9140857d9cdfa9a2
+Size (nedit-5.4-source.tar.gz) = 1226732 bytes
+SHA1 (patch-aa) = 409a79b643fbfd5e21aa88f43b861f0fe9a2eea7
diff --git a/editors/nedit/patches/patch-aa b/editors/nedit/patches/patch-aa
index a0c1cf02e5b..95461fb1e1e 100644
--- a/editors/nedit/patches/patch-aa
+++ b/editors/nedit/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.12 2003/12/12 10:20:53 adam Exp $
+$NetBSD: patch-aa,v 1.13 2004/01/22 17:34:48 recht Exp $
---- makefiles/Makefile.netbsd.orig Sat Aug 18 01:02:55 2001
-+++ makefiles/Makefile.netbsd Wed Oct 31 00:18:05 2001
-@@ -7,8 +7,8 @@
- # To evaluate an alternative layout for the Replace/Find dialog, add
- # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
+--- makefiles/Makefile.netbsd.orig 2003-09-28 17:03:10.000000000 +0200
++++ makefiles/Makefile.netbsd 2004-01-22 18:18:44.000000000 +0100
+@@ -10,9 +10,9 @@
+ # To test if the Motif library exports the runtime version
+ # add -DHAVE__XMVERSIONSTRING to CFLAGS
#
-CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
+CFLAGS+=-DUSE_DIRENT -DUSE_LPR_PRINT_CMD
@@ -13,3 +13,4 @@ $NetBSD: patch-aa,v 1.12 2003/12/12 10:20:53 adam Exp $
+LIBS= ${LDFLAGS} ${MOTIFLIB} -lm -lXpm -lXext -lXt -lSM -lICE -lX11
include Makefile.common
+