summaryrefslogtreecommitdiff
path: root/editors/nedit/patches/patch-aa
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-01-22 17:34:48 +0000
committerrecht <recht@pkgsrc.org>2004-01-22 17:34:48 +0000
commit336ce769ff380f1d796ee37c59e762d4943f86e9 (patch)
treeaccdfa5cd2a09dd623831e16922f6dfea9b39a95 /editors/nedit/patches/patch-aa
parentcfac11c7b5700b857532a44870fd99e88cd00219 (diff)
downloadpkgsrc-336ce769ff380f1d796ee37c59e762d4943f86e9.tar.gz
update to 5.4
new features in 5.4: - Calltips (SF patch #495286) - Rangesets (SF patch #529298, #628933) - Backlighting (SF patch #529298) - Highlighting information macros (SF patch #529298) - Full mouse wheel support for XFree86 (SF patch #715941) - Look-behind matching for regular expressions (SF patch #530308) - Regular expression and syntax highlighting speed-ups - Flexible resource file location (SF patch #484674) See the section "Upgrading from 5.3 to 5.4" of the README file for more information. - Color dialog (SF patch #595330) - Option to auto-hide mouse pointer while typing - Option to keep cursor away from top and bottom of the screen - Check for real changes of externally modified files (SF patch #602426) - Synchronized interaction between nc and nedit (SF patch #403647) - Several smaller improvements on usability and speed - Several smaller improvements to the macro language (SF patch #552760, ...) For a complete list of features see the release notes at: http://nedit.sourceforge.net/relnotes.shtml Also (temporarly) change the HOMEPAGE/MASTER_SITE since nedit.org's ISP has problems. See the (current) homepage at http://nedit.sourceforge.net/ for details.
Diffstat (limited to 'editors/nedit/patches/patch-aa')
-rw-r--r--editors/nedit/patches/patch-aa13
1 files changed, 7 insertions, 6 deletions
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
+