Hi, this diff adds a new FLAVOR "wrapmark" that makes it possible to
display the line wrap. I use it a lot, and it is very handy.
Also, regen patches while here...
Let me know what you think.
Cheers!
--
Antoine
diff -ruN --exclude CVS /usr/ports/editors/nedit/Makefile nedit/Makefile
--- /usr/ports/editors/nedit/Makefile Wed Nov 29 11:10:45 2006
+++ nedit/Makefile Sat Dec 23 18:32:18 2006
@@ -4,12 +4,16 @@
COMMENT= "X11/Motif GUI text editor"
DISTNAME= nedit-5.5
-DISTFILES= ${DISTNAME}-src.tar.gz
+DISTFILES= ${DISTNAME}-src.tar.gz wrapmark.diff:0
CATEGORIES= editors x11
+EXTRACT_ONLY= ${DISTNAME}-src.tar.gz
+
MASTER_SITES= http://www.nedit.org/ftp/v5_5/ \
${MASTER_SITE_SOURCEFORGE:=nedit/}
+MASTER_SITES0= http://www.obsd.fr/OpenBSD/distfiles/
+
HOMEPAGE= http://www.nedit.org/
MAINTAINER= Damien Miller <[EMAIL PROTECTED]>
@@ -25,6 +29,13 @@
ALL_TARGET= openbsd
NO_REGRESS= Yes
+
+FLAVORS= wrapmark
+FLAVOR?=
+
+.if ${FLAVOR:L:Mwrapmark}
+PATCH_LIST= patch-* ${DISTDIR}/wrapmark.diff
+.endif
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/source/nedit ${PREFIX}/bin
diff -ruN --exclude CVS /usr/ports/editors/nedit/distinfo nedit/distinfo
--- /usr/ports/editors/nedit/distinfo Wed Jan 5 17:28:21 2005
+++ nedit/distinfo Sat Dec 23 18:29:14 2006
@@ -1,4 +1,8 @@
MD5 (nedit-5.5-src.tar.gz) = 361e81c38098c52329b5923c98627098
+MD5 (wrapmark.diff) = 343fc95be00b63a3e5209043847ce5d2
RMD160 (nedit-5.5-src.tar.gz) = 9f49f1c936440fd2a62faa8cc6ec624c4acf5a43
+RMD160 (wrapmark.diff) = 48adbeacd9e33312cd83aa5d47bb4b31b938b515
SHA1 (nedit-5.5-src.tar.gz) = bde400490f5d2a841b146b7806aacff1058a531d
+SHA1 (wrapmark.diff) = 6d63fcaefb3a16d8dba4f4d2a653d498cdacde5e
SIZE (nedit-5.5-src.tar.gz) = 1503942
+SIZE (wrapmark.diff) = 50327
diff -ruN --exclude CVS
/usr/ports/editors/nedit/patches/patch-makefiles_Makefile_openbsd
nedit/patches/patch-makefiles_Makefile_openbsd
--- /usr/ports/editors/nedit/patches/patch-makefiles_Makefile_openbsd Sun Oct
17 23:23:50 2004
+++ nedit/patches/patch-makefiles_Makefile_openbsd Sat Dec 23 18:29:42 2006
@@ -1,8 +1,8 @@
$OpenBSD: patch-makefiles_Makefile_openbsd,v 1.3 2004/10/17 21:23:50 djm Exp $
---- makefiles/Makefile.openbsd.orig Sun Nov 23 00:03:39 2003
-+++ makefiles/Makefile.openbsd Sat Oct 16 17:42:51 2004
+--- makefiles/Makefile.openbsd.orig Sat Nov 22 14:03:39 2003
++++ makefiles/Makefile.openbsd Sat Dec 23 18:29:39 2006
@@ -1,6 +1,6 @@
- # $Id: patch-makefiles_Makefile_openbsd,v 1.3 2004/10/17 21:23:50 djm Exp $
+ # $Id: Makefile.openbsd,v 1.4 2003/11/22 13:03:39 edg Exp $
-CC=cc
-AR=ar
+CC?=cc