One more bug...

I need sleep...
This commit is contained in:
form 2001-10-31 12:24:01 +00:00
parent 7f04b5b0fb
commit d19c6fec0d
2 changed files with 2 additions and 37 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2001/10/31 12:01:04 form Exp $
# $OpenBSD: Makefile,v 1.21 2001/10/31 12:24:01 form Exp $
# $FreeBSD: Makefile,v 1.10 1998/03/28 14:36:34 steve Exp $
COMMENT= "X11/Motif GUI text editor"
@ -32,7 +32,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/source/nc ${PREFIX}/bin/ncl
${INSTALL_MAN} ${WRKSRC}/doc/nedit.man ${PREFIX}/man/man1/nedit.1
${INSTALL_MAN} ${WRKSRC}/doc/nc.man ${PREFIX}/man/man1/ncl.1
${INSTALL_DATA} ${WRKSRC}/NEdit.ad ${PREFIX}/lib/X11/app-defaults/NEdit
${INSTALL_DATA} ${WRKSRC}/doc/NEdit.ad ${PREFIX}/lib/X11/app-defaults/NEdit
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nedit
${INSTALL_DATA} ${WRKSRC}/doc/nedit.doc ${PREFIX}/share/doc/nedit

View File

@ -1,35 +0,0 @@
$OpenBSD: patch-NEdit_ad,v 1.1 2001/10/31 08:03:19 form Exp $
--- NEdit.ad.orig Wed Oct 31 13:49:05 2001
+++ NEdit.ad Wed Oct 31 13:49:12 2001
@@ -11,16 +11,16 @@
*pane.sashHeight: 11
*pane.sashWidth: 11
*text.selectionArrayCount: 3
-*fontList:-adobe-helvetica-medium-r-normal-*-12-*-*-*-*-*-*
-*XmList.fontList:-adobe-courier-medium-r-normal-*-12-*-*-*-*-*-*
-*XmText.fontList:-adobe-courier-medium-r-normal-*-12-*-*-*-*-*-*
+*fontList:-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*
+*XmList.fontList:-*-courier-medium-r-normal-*-12-*-*-*-*-*-*
+*XmText.fontList:-*-courier-medium-r-normal-*-12-*-*-*-*-*-*
/* This should not be necessary, but some default in lesstif is
overriding the resource above, and specifying the app-name fixes it */
-nedit*XmText.fontList:-adobe-courier-medium-r-normal-*-12-*-*-*-*-*-*
+nedit*XmText.fontList:-*-courier-medium-r-normal-*-12-*-*-*-*-*-*
/* Same with this, both Solaris Motif and Lesstif seem to have some
very specific defaults for file selection box fonts */
-nedit*FileSelect*XmList.fontList:-adobe-courier-medium-r-normal-*-12-*-*-*-*-*-*
-*XmTextField.fontList:-adobe-courier-medium-r-normal-*-12-*-*-*-*-*-*
+nedit*FileSelect*XmList.fontList:-*-courier-medium-r-normal-*-12-*-*-*-*-*-*
+*XmTextField.fontList:-*-courier-medium-r-normal-*-12-*-*-*-*-*-*
*background: #b3b3b3
*foreground: black
*text.lineNumForeground: #777777
@@ -33,7 +33,7 @@ nedit*FileSelect*XmList.fontList:-adobe-
*helpText.background: #cccccc
*helpText.foreground: black
*helpText.selectBackground: #b3b3b3
-*helpText.font: -adobe-courier-medium-r-normal-*-12-*-*-*-*-*-*
+*helpText.font: -*-courier-medium-r-normal-*-12-*-*-*-*-*-*
*XmText.translations: #override \
Ctrl~Alt~Meta<KeyPress>v: paste-clipboard()\n\
Ctrl~Alt~Meta<KeyPress>c: copy-clipboard()\n\