aboutsummaryrefslogtreecommitdiff
path: root/editors/nedit/files
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-09-28 00:29:59 +0000
committerSteve Wills <swills@FreeBSD.org>2019-09-28 00:29:59 +0000
commitd51a8b260e341911bcdb5428966e36eaf2b18144 (patch)
tree6faf4706474ce87728808888e483723e957ad179 /editors/nedit/files
parentccf3ea64fdc614701b24254ddeff2cd8311d5f2a (diff)
downloadports-d51a8b260e341911bcdb5428966e36eaf2b18144.tar.gz
ports-d51a8b260e341911bcdb5428966e36eaf2b18144.zip
Notes
Diffstat (limited to 'editors/nedit/files')
-rw-r--r--editors/nedit/files/patch-Makefile14
-rw-r--r--editors/nedit/files/patch-doc_nc.man12
-rw-r--r--editors/nedit/files/patch-makefiles_Makefile.freebsd8
-rw-r--r--editors/nedit/files/patch-source_Makefile.common6
-rw-r--r--editors/nedit/files/patch-util-misc.c6
5 files changed, 17 insertions, 29 deletions
diff --git a/editors/nedit/files/patch-Makefile b/editors/nedit/files/patch-Makefile
index bdc56b3e719b..caf371dab3b4 100644
--- a/editors/nedit/files/patch-Makefile
+++ b/editors/nedit/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2014-12-07 00:03:44.000000000 -0500
-+++ Makefile 2015-03-30 08:28:03.000000000 -0400
-@@ -17,6 +17,7 @@
+--- Makefile.orig 2017-02-04 18:14:54 UTC
++++ Makefile
+@@ -16,6 +16,7 @@ all:
@echo "Please specify target:"
@echo "(For example, type \"make linux\" for a Linux system.)"
@(cd makefiles && ls -C Makefile* | sed -e 's/Makefile.//g')
@@ -8,16 +8,16 @@
.DEFAULT:
@- (cd Microline/XmL; if [ -f ../../makefiles/Makefile.$@ -a ! -f ./Makefile.$@ ];\
-@@ -44,6 +45,12 @@
+@@ -42,6 +43,12 @@ docs:
+ # We need a "dev-all" target that builds the docs plus binaries, but
# that doesn't work since we require the user to specify the target. More
# thought is needed
-
++
+install::
+ (cd source; make -f Makefile.freebsd install)
+ ${INSTALL} ${COPY} -m 644 doc/nedit.man $(DESTDIR)${PREFIX}/man/man1/nedit.1
+ ${INSTALL} ${COPY} -m 644 doc/nc.man $(DESTDIR)${PREFIX}/man/man1/nclient.1
+ ${INSTALL} ${COPY} -m 644 NEdit.ad $(DESTDIR)${LOCALBASE}/lib/X11/app-defaults/NEdit.ad
-+
+
clean:
(cd util; $(MAKE) -f Makefile.common clean)
- (cd Xlt; $(MAKE) -f Makefile.common clean)
diff --git a/editors/nedit/files/patch-doc_nc.man b/editors/nedit/files/patch-doc_nc.man
deleted file mode 100644
index 12cdc67f5583..000000000000
--- a/editors/nedit/files/patch-doc_nc.man
+++ /dev/null
@@ -1,12 +0,0 @@
---- doc/nc.man.orig Thu Nov 20 18:40:13 2003
-+++ doc/nc.man Sat Feb 7 14:54:18 2004
-@@ -285,6 +285,9 @@
- .PP
- For more information see NEdit's online help, or \fInedit.doc\fR in the NEdit
- distribution kit.
-+.PP
-+In FreeBSD, \fInc\fR is installed as \fInclient\fR so it does not
-+conflict with the \fInetcat\fR port which also installs an \fInc\fR.
- .SH "SEE ALSO"
- .IX Header "SEE ALSO"
- \&\fInedit\fR\|(1), X(1), \fImwm\fR\|(1), \fIctags\fR\|(1), \fIetags\fR\|(1)
diff --git a/editors/nedit/files/patch-makefiles_Makefile.freebsd b/editors/nedit/files/patch-makefiles_Makefile.freebsd
index ee6893bd2899..808327ad4ab7 100644
--- a/editors/nedit/files/patch-makefiles_Makefile.freebsd
+++ b/editors/nedit/files/patch-makefiles_Makefile.freebsd
@@ -1,7 +1,7 @@
---- makefiles/Makefile.freebsd.orig Sun Sep 28 15:03:10 2003
-+++ makefiles/Makefile.freebsd Sat Feb 7 15:00:18 2004
+--- makefiles/Makefile.freebsd.orig 2017-02-04 17:45:50 UTC
++++ makefiles/Makefile.freebsd
@@ -1,6 +1,6 @@
- # $Id: Makefile.freebsd,v 1.5.2.1 2003/09/28 15:03:10 edg Exp $
+ # $Id: Makefile.freebsd,v 1.6 2003/11/22 13:03:39 edg Exp $
-CC=cc
-AR=ar
+CC?=cc
@@ -9,7 +9,7 @@
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
#
-@@ -10,8 +10,8 @@
+@@ -10,8 +10,8 @@ AR=ar
# To test if the Motif library exports the runtime version
# add -DHAVE__XMVERSIONSTRING to CFLAGS
#
diff --git a/editors/nedit/files/patch-source_Makefile.common b/editors/nedit/files/patch-source_Makefile.common
index f10542e16308..616611da2dff 100644
--- a/editors/nedit/files/patch-source_Makefile.common
+++ b/editors/nedit/files/patch-source_Makefile.common
@@ -1,6 +1,6 @@
---- source/Makefile.common.orig 2004-03-21 22:25:56.000000000 +0800
-+++ source/Makefile.common 2014-06-15 11:03:55.335101520 +0800
-@@ -28,6 +28,10 @@ nedit: $(OBJS) ../util/libNUtil.a $(XMLL
+--- source/Makefile.common.orig 2017-02-04 16:15:41 UTC
++++ source/Makefile.common
+@@ -27,6 +27,10 @@ nedit: $(OBJS) ../util/libNUtil.a $(XMLLIB) $(XLTLIB)
nc: nc.o server_common.o ../util/libNUtil.a
$(CC) $(CFLAGS) nc.o server_common.o ../util/libNUtil.a $(LIBS) -o $@
diff --git a/editors/nedit/files/patch-util-misc.c b/editors/nedit/files/patch-util-misc.c
index 29640e2fefe2..87c06552f367 100644
--- a/editors/nedit/files/patch-util-misc.c
+++ b/editors/nedit/files/patch-util-misc.c
@@ -1,6 +1,6 @@
---- util/misc.c.orig 2004-08-09 18:20:00.000000000 -0400
-+++ util/misc.c 2012-02-03 02:54:30.000000000 -0500
-@@ -383,7 +383,10 @@
+--- util/misc.c.orig 2017-02-04 16:15:41 UTC
++++ util/misc.c
+@@ -400,7 +400,10 @@ Boolean FindBestVisual(Display *display, const char *a
*colormap = cachedColormap;
return (*visual == DefaultVisual(display, screen));
}