Index: head/misc/xless/pkg-plist =================================================================== --- head/misc/xless/pkg-plist (revision 357677) +++ head/misc/xless/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -bin/xless -lib/X11/xless.help -lib/X11/app-defaults/XLess -lib/X11/app-defaults/XLess-color Property changes on: head/misc/xless/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/xless/Makefile =================================================================== --- head/misc/xless/Makefile (revision 357677) +++ head/misc/xless/Makefile (revision 357678) @@ -1,23 +1,22 @@ # Created by: Conrad Sabatier # $FreeBSD$ PORTNAME= xless PORTVERSION= 1.7 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org COMMENT= X11-based viewer for text files USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAKE_ARGS= MAKE="${MAKE_CMD}" -MAN1= xless.1 -MANCOMPRESSED= yes +PLIST_FILES= bin/xless lib/X11/xless.help lib/X11/app-defaults/XLess \ + lib/X11/app-defaults/XLess-color man/man1/xless.1.gz -NO_STAGE= yes .include Index: head/misc/xless/files/patch-aa =================================================================== --- head/misc/xless/files/patch-aa (revision 357677) +++ head/misc/xless/files/patch-aa (nonexistent) @@ -1,21 +0,0 @@ ---- Imakefile.orig Thu Jun 2 16:22:14 1994 -+++ Imakefile Fri Dec 27 18:52:23 1996 -@@ -5,7 +5,8 @@ - * -DPRINTCMD=\"/usr/ucb/lpr\" - path to send file to printer - * -DTILDE_EXPANSION - perform ~ expansion on filenames - */ -- DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION -+ DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION \ -+ -DDEFEDITOR=\"/usr/bin/vi\" -DPRINTCMD=\"/usr/bin/lpr\" - - - SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \ -@@ -24,7 +25,7 @@ LOCAL_LIBRARIES = -Lregexp -lregexp XawC - #define PassCDebugFlags - #endif - --MakeSubdirs($(SUBDIRS)) -+NamedMakeSubdirs(./regexp/libregexp.a,$(SUBDIRS)) - ComplexProgramTarget(xless) - - InstallNonExec(xless.help, $(LIBDIR)) Property changes on: head/misc/xless/files/patch-aa ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/xless/files/patch-ab =================================================================== --- head/misc/xless/files/patch-ab (revision 357677) +++ head/misc/xless/files/patch-ab (nonexistent) @@ -1,32 +0,0 @@ -*** ../work/xless-1.7/xless.h Mon Dec 23 15:57:37 1996 ---- xless.h Mon Dec 23 16:11:53 1996 -*************** -*** 38,50 **** - - #define XLESS_MAX_INPUT 256 - -! /* handle differences between K&R and ANSI C */ - #if __STDC__ - #define __P(a) a - #else - #define __P(a) () - #define const - #endif - - /* - * The default editor; make sure the file exists. ---- 38,51 ---- - - #define XLESS_MAX_INPUT 256 - -! /* handle differences between K&R and ANSI C - #if __STDC__ - #define __P(a) a - #else - #define __P(a) () - #define const - #endif -+ */ - - /* - * The default editor; make sure the file exists. Property changes on: head/misc/xless/files/patch-ab ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/xless/files/patch-Imakefile =================================================================== --- head/misc/xless/files/patch-Imakefile (nonexistent) +++ head/misc/xless/files/patch-Imakefile (revision 357678) @@ -0,0 +1,25 @@ +--- ./Imakefile.orig 1994-06-03 01:22:14.000000000 +0200 ++++ ./Imakefile 2014-06-13 14:51:12.981736817 +0200 +@@ -5,7 +5,8 @@ + * -DPRINTCMD=\"/usr/ucb/lpr\" - path to send file to printer + * -DTILDE_EXPANSION - perform ~ expansion on filenames + */ +- DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION ++ DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION \ ++ -DDEFEDITOR=\"/usr/bin/vi\" -DPRINTCMD=\"/usr/bin/lpr\" + + + SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \ +@@ -24,10 +25,10 @@ + #define PassCDebugFlags + #endif + +-MakeSubdirs($(SUBDIRS)) ++NamedMakeSubdirs(./regexp/libregexp.a,$(SUBDIRS)) + ComplexProgramTarget(xless) + +-InstallNonExec(xless.help, $(LIBDIR)) ++InstallNonExec(xless.help,$(LIBDIR)) + InstallAppDefaults(XLess) + + #if ProjectX >= 5 Property changes on: head/misc/xless/files/patch-Imakefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/xless/files/patch-xless.h =================================================================== --- head/misc/xless/files/patch-xless.h (nonexistent) +++ head/misc/xless/files/patch-xless.h (revision 357678) @@ -0,0 +1,18 @@ +--- ./xless.h.orig 1994-07-29 04:56:41.000000000 +0200 ++++ ./xless.h 2014-06-13 14:48:54.067816752 +0200 +@@ -38,13 +38,14 @@ + + #define XLESS_MAX_INPUT 256 + +-/* handle differences between K&R and ANSI C */ ++/* handle differences between K&R and ANSI C + #if __STDC__ + #define __P(a) a + #else + #define __P(a) () + #define const + #endif ++*/ + + /* + * The default editor; make sure the file exists. Property changes on: head/misc/xless/files/patch-xless.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property