diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 18:43:12 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 18:43:12 +0000 |
commit | aafdbdc7f2aab94bb8f31230c7622e7983075ce8 (patch) | |
tree | 2ec0406f5d98df066cf3ad10a8fd80f0107af93a /graphics/plotmtv/files | |
parent | 43a2aac35f85c9152af8a6952b8ebd45c0ffcc86 (diff) | |
download | ports-aafdbdc7f2aab94bb8f31230c7622e7983075ce8.tar.gz ports-aafdbdc7f2aab94bb8f31230c7622e7983075ce8.zip |
Correct manpage handling with XFree86-4.
honor CFLAGS.
supress <malloc.h> warnings.
split patch-aa into patch-a[acd].
PR: 23445
Submited by: myself
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=36470
Diffstat (limited to 'graphics/plotmtv/files')
-rw-r--r-- | graphics/plotmtv/files/patch-aa | 22 | ||||
-rw-r--r-- | graphics/plotmtv/files/patch-ac | 8 | ||||
-rw-r--r-- | graphics/plotmtv/files/patch-ad | 5 |
3 files changed, 26 insertions, 9 deletions
diff --git a/graphics/plotmtv/files/patch-aa b/graphics/plotmtv/files/patch-aa index 1a558ce952f7..106d12ba27a7 100644 --- a/graphics/plotmtv/files/patch-aa +++ b/graphics/plotmtv/files/patch-aa @@ -1,9 +1,13 @@ -*** Imakefile~ Sat Jul 15 04:07:13 1995 ---- Imakefile Sat Jan 18 07:02:38 1997 -*************** -*** 22,23 **** -! CDEBUGFLAGS = -g -! DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\" ---- 22,23 ---- -! CDEBUGFLAGS = -O3 -! DEFINES = -DPRINTER_NAME=\"S\" -DPRINTER_CMD=\"lpr\ -h\" +--- Imakefile.orig Sat Jul 15 04:07:13 1995 ++++ Imakefile Wed Nov 1 07:54:28 2000 +@@ -19,9 +19,8 @@ + #define IHaveSubdirs + #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)' + +- CDEBUGFLAGS = -g + DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\" +- PROGRAMDIRS = Lib Plot ++ PROGRAMDIRS = Lib Plot Docs + UTILITIESDIR = Utils + LOCALBINDIR = ./Bin + SUBDIRS = $(PROGRAMDIRS) $(UTILITIESDIR) diff --git a/graphics/plotmtv/files/patch-ac b/graphics/plotmtv/files/patch-ac new file mode 100644 index 000000000000..d943bbb1ee9b --- /dev/null +++ b/graphics/plotmtv/files/patch-ac @@ -0,0 +1,8 @@ +--- Plot/Imakefile.orig Sat Jul 15 04:23:15 1995 ++++ Plot/Imakefile Wed Nov 1 07:37:12 2000 +@@ -31,4 +31,4 @@ + install.local:: all $(PROGRAM) + $(INSTALL) -c $(INSTPGMFLAGS) $(PROGNAME) $(LOCALBINDIR) + +-ComplexProgramTarget($(PROGNAME)) ++ComplexProgramTargetNoMan($(PROGNAME)) diff --git a/graphics/plotmtv/files/patch-ad b/graphics/plotmtv/files/patch-ad new file mode 100644 index 000000000000..fd112fd004db --- /dev/null +++ b/graphics/plotmtv/files/patch-ad @@ -0,0 +1,5 @@ +--- /dev/null Wed Nov 1 07:50:48 2000 ++++ Docs/Imakefile Wed Nov 1 07:54:17 2000 +@@ -0,0 +1,2 @@ ++InstallManPage(plotmtv, $(MANDIR)) ++install.local:: all |