diff options
author | steve <steve@FreeBSD.org> | 1998-02-19 04:53:44 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-19 04:53:44 +0800 |
commit | 2a4657ab41f6d1c22344ab32f21aa8a8ecd4ae7a (patch) | |
tree | abf9e11d485a101e70337dad90d66b487b3646da /graphics/gplot/files | |
parent | d4ba6a230f267c87a4fc94b9c7c26fc2a8bb881e (diff) | |
download | freebsd-ports-gnome-2a4657ab41f6d1c22344ab32f21aa8a8ecd4ae7a.tar.gz freebsd-ports-gnome-2a4657ab41f6d1c22344ab32f21aa8a8ecd4ae7a.tar.zst freebsd-ports-gnome-2a4657ab41f6d1c22344ab32f21aa8a8ecd4ae7a.zip |
Initial import of gplot.
Graphic utilities for the processing of CGM metafiles
Diffstat (limited to 'graphics/gplot/files')
-rw-r--r-- | graphics/gplot/files/patch-aa | 161 | ||||
-rw-r--r-- | graphics/gplot/files/patch-ab | 23 |
2 files changed, 184 insertions, 0 deletions
diff --git a/graphics/gplot/files/patch-aa b/graphics/gplot/files/patch-aa new file mode 100644 index 000000000000..f4cec22d027c --- /dev/null +++ b/graphics/gplot/files/patch-aa @@ -0,0 +1,161 @@ +*** Makefile.orig Tue Oct 27 11:07:42 1992 +--- Makefile Sun Dec 14 15:04:04 1997 +*************** +*** 55,61 **** + # lvr.o lvr_io.o sony laser video disk recorder controller + # dq.o diaquest controller + +! DRV_FLAGS = -Dincps -Dinctek -Dinccgmc -Dinccgmb + + CTR_FLAGS = -O -Dinctty + CTR_OBJ = tty.o +--- 55,61 ---- + # lvr.o lvr_io.o sony laser video disk recorder controller + # dq.o diaquest controller + +! DRV_FLAGS = -Dincps -Dinctek -Dinccgmc -Dinccgmb + + CTR_FLAGS = -O -Dinctty + CTR_OBJ = tty.o +*************** +*** 87,94 **** + + # To build this software on a Sun workstation, uncomment the next lines. + #AR = ar ru +! #F_LINK = f77 +! #RANLIB = ranlib + # To include the Sunview driver and gplottool interface, uncomment SVLIBS. + # To include the Sun CGI B&W driver, uncomment SLIBS. + # NOTE: Uncomment only one of the following two lines. +--- 87,94 ---- + + # To build this software on a Sun workstation, uncomment the next lines. + #AR = ar ru +! F_LINK = f77 +! RANLIB = ranlib + # To include the Sunview driver and gplottool interface, uncomment SVLIBS. + # To include the Sun CGI B&W driver, uncomment SLIBS. + # NOTE: Uncomment only one of the following two lines. +*************** +*** 141,147 **** + #CFLAGS = -g + # To build Gplot on the IRIS, uncomment the next line. + #CFLAGS = -cckr +! CFLAGS = + + # ****************************************************************** + # +--- 141,147 ---- + #CFLAGS = -g + # To build Gplot on the IRIS, uncomment the next line. + #CFLAGS = -cckr +! #CFLAGS = + + # ****************************************************************** + # +*************** +*** 309,315 **** + # (1000 implies 10 point fonts at 300 pt/in), e.g., + # /usr/staff/andrews/pk/1000/cmr10.pk + pkras.o: pkras.c defs.h +! cc -c -DUNIXFONTS=\"/usr/staff/andrews/pk\" pkras.c + + #TTY controller + tty.o: tty.c defs.h +--- 309,315 ---- + # (1000 implies 10 point fonts at 300 pt/in), e.g., + # /usr/staff/andrews/pk/1000/cmr10.pk + pkras.o: pkras.c defs.h +! cc -c -DUNIXFONTS=\"/usr/local/share/texmf/fonts/pk\" pkras.c + + #TTY controller + tty.o: tty.c defs.h +*************** +*** 366,408 **** + + xws_setup.o: /usr/include/stdio.h \ + /usr/include/strings.h \ +! /usr/include/X11/Intrinsic.h \ +! /usr/include/X11/StringDefs.h \ +! /usr/include/X11/Xutil.h \ +! /usr/include/X11/cursorfont.h \ + defs.h xws_defs.h + + xws_delim.o: /usr/include/stdio.h \ + /usr/include/strings.h \ +! /usr/include/X11/Intrinsic.h \ +! /usr/include/X11/Xutil.h \ + defs.h xws_defs.h + + xws_color.o: /usr/include/stdio.h \ + /usr/include/math.h \ +! /usr/include/X11/Intrinsic.h \ +! /usr/include/X11/Xutil.h \ +! /usr/include/X11/Xatom.h \ + defs.h xws_defs.h xws_color.h + +! xws_polyline.o:/usr/include/X11/Intrinsic.h \ + defs.h xws_defs.h + + xws_polygon.o: /usr/include/stdio.h \ +! /usr/include/X11/Intrinsic.h \ + defs.h xws_defs.h xws_fill.h + +! xws_marker.o: /usr/include/X11/Intrinsic.h \ + defs.h xws_defs.h + + xws_text.o: /usr/include/strings.h \ +! /usr/include/X11/Intrinsic.h \ +! /usr/include/X11/Xatom.h \ + defs.h xws_defs.h + + xws_cla.o: /usr/include/stdio.h \ + /usr/include/math.h \ +! /usr/include/X11/Intrinsic.h \ + defs.h xws_defs.h xws_color.h + #----------------------------------------------------------------------------- + # DrawCGM and CGMGen, and test routines +--- 366,408 ---- + + xws_setup.o: /usr/include/stdio.h \ + /usr/include/strings.h \ +! $(X11BASE)/include/X11/Intrinsic.h \ +! $(X11BASE)/include/X11/StringDefs.h \ +! $(X11BASE)/include/X11/Xutil.h \ +! $(X11BASE)/include/X11/cursorfont.h \ + defs.h xws_defs.h + + xws_delim.o: /usr/include/stdio.h \ + /usr/include/strings.h \ +! $(X11BASE)/include/X11/Intrinsic.h \ +! $(X11BASE)/include/X11/Xutil.h \ + defs.h xws_defs.h + + xws_color.o: /usr/include/stdio.h \ + /usr/include/math.h \ +! $(X11BASE)/include/X11/Intrinsic.h \ +! $(X11BASE)/include//X11/Xutil.h \ +! $(X11BASE)/include/X11/Xatom.h \ + defs.h xws_defs.h xws_color.h + +! xws_polyline.o:$(X11BASE)/include/X11/Intrinsic.h \ + defs.h xws_defs.h + + xws_polygon.o: /usr/include/stdio.h \ +! $(X11BASE)/include/X11/Intrinsic.h \ + defs.h xws_defs.h xws_fill.h + +! xws_marker.o: $(X11BASE)/include/X11/Intrinsic.h \ + defs.h xws_defs.h + + xws_text.o: /usr/include/strings.h \ +! $(X11BASE)/include/X11/Intrinsic.h \ +! $(X11BASE)/include/X11/Xatom.h \ + defs.h xws_defs.h + + xws_cla.o: /usr/include/stdio.h \ + /usr/include/math.h \ +! $(X11BASE)/include/X11/Intrinsic.h \ + defs.h xws_defs.h xws_color.h + #----------------------------------------------------------------------------- + # DrawCGM and CGMGen, and test routines diff --git a/graphics/gplot/files/patch-ab b/graphics/gplot/files/patch-ab new file mode 100644 index 000000000000..031a35298f48 --- /dev/null +++ b/graphics/gplot/files/patch-ab @@ -0,0 +1,23 @@ +*** utils.c.orig Sun Nov 30 01:11:39 1997 +--- utils.c Sun Nov 30 01:24:00 1997 +*************** +*** 300,308 **** + struct info_struct *out_info; + struct one_opt *opt; /* put command line options here */ + #define may_override(name) if (opt[(int) name].set) switch (opt[(int) name].tag) { \ +! case integer: out_info->name = opt[(int) name].val.i; break; \ +! case real: out_info->name = opt[(int) name].val.r; break; \ +! case lst: case str: strcpy(out_info->name, opt[(int) name].val.str); break;} + { + /* and now overide the device if the command line wants us to */ + may_override(pxl_in); +--- 300,308 ---- + struct info_struct *out_info; + struct one_opt *opt; /* put command line options here */ + #define may_override(name) if (opt[(int) name].set) switch (opt[(int) name].tag) { \ +! case integer: out_info->name = opt[(int) name].val.i; break; \ +! case real: out_info->name = opt[(int) name].val.r; break; \ +! case lst: case str: strncpy(out_info->name, opt[(int) name].val.str,max_str); break;} + { + /* and now overide the device if the command line wants us to */ + may_override(pxl_in); |