diff options
Diffstat (limited to 'graphics/vertex/files')
| -rw-r--r-- | graphics/vertex/files/patch-disk.cpp | 27 | ||||
| -rw-r--r-- | graphics/vertex/files/patch-platforms.ini | 65 | ||||
| -rw-r--r-- | graphics/vertex/files/patch-vmahelp.c | 26 |
3 files changed, 0 insertions, 118 deletions
diff --git a/graphics/vertex/files/patch-disk.cpp b/graphics/vertex/files/patch-disk.cpp deleted file mode 100644 index 43d55aa15a12..000000000000 --- a/graphics/vertex/files/patch-disk.cpp +++ /dev/null @@ -1,27 +0,0 @@ ---- vertex/disk.cpp.orig Mon Nov 1 12:34:51 2004 -+++ vertex/disk.cpp Tue Jun 19 01:39:05 2007 -@@ -112,11 +112,7 @@ - if(strptr == NULL) - { - /* No drive notation, check if first char is a '\\' */ --#if defined(__cplusplus) || defined(c_plusplus) - while(ISBLANK(*path)) --#else -- while(ISBLANK((int)(*path))) --#endif - path++; - - return(*path == '\\'); -@@ -130,12 +126,7 @@ - if(path == NULL) - return(0); - -- // Dan S: typecast is due to const. --#if defined(__cplusplus) || defined(c_plusplus) -- while(ISBLANK(reinterpret_cast<char>(*path))) --#else - while(ISBLANK(*path)) --#endif - path++; - - return(*path == DIR_DELIMINATOR); diff --git a/graphics/vertex/files/patch-platforms.ini b/graphics/vertex/files/patch-platforms.ini deleted file mode 100644 index 3548d3f93801..000000000000 --- a/graphics/vertex/files/patch-platforms.ini +++ /dev/null @@ -1,65 +0,0 @@ ---- ./vertex/platforms.ini.orig 2004-11-01 07:35:03.000000000 +0100 -+++ ./vertex/platforms.ini 2008-04-14 10:22:58.000000000 +0200 -@@ -22,23 +22,23 @@ - - Platform = UNIX - Description = For most any UNIX system -- PREFIX = /usr/ -- CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math \ -+ PREFIX = %%PREFIX%% -+ CFLAGS = %%CXXFLAGS%% \ - -D__USE_BSD - LIBS = -lm - LIB_DIR = -- CC = cc -- CPP = c++ -+ CC = %%CC%% -+ CPP = %%CXX%% - PlatformSearchPathInclude = /usr/include/ -- PlatformSearchPathInclude = /usr/X11R6/include/ -+ PlatformSearchPathInclude = %%LOCALBASE%%/include/ - PlatformSearchPathLib = /lib/ - PlatformSearchPathLib = /usr/lib/ -- PlatformSearchPathLib = /usr/X11R6/lib/ -+ PlatformSearchPathLib = %%LOCALBASE%%/lib/ - PlatformSearchPathEtc = /etc/ - PlatformSearchPathEtc = /usr/etc/ - PlatformSearchPathBin = /bin/ - PlatformSearchPathBin = /usr/bin/ -- PlatformSearchPathBin = /usr/X11R6/bin/ -+ PlatformSearchPathBin = %%LOCALBASE%%/bin/ - PlatformSearchPathData = /usr/share/icons/ - PlatformFeature = debug - Description = Just adds -g to the CFLAGS for debugging -@@ -51,7 +51,7 @@ - # Newer versions of Imlib only need to link to -lImlib - # FeatureLIBS = -lImlib -lpng -ltiff -ljpeg -lz - FeatureLIBS = -lImlib -- FeatureLIB_DIR = -L/usr/X11R6/lib/ -+ FeatureLIB_DIR = -L%%LOCALBASE%%/lib/ - FeatureDepend = Imlib-lib - DependType = Library - MustExist = Yes -@@ -83,11 +83,11 @@ - MustExist = Yes - FeatureCFLAGS = `gtk-config --cflags` - FeatureLIBS = `gtk-config --libs` -- FeatureLIB_DIR = -L/usr/X11R6/lib/ -+ FeatureLIB_DIR = -L%%LOCALBASE%%/lib/ - FeatureDepend = gtk-lib - DependType = Library - MustExist = Yes -- DependPath = libgtk.so -+ DependPath = libgtk-12.so - DependGrepString = gtk_init - FeatureDepend = gtk-devel - DependType = Program -@@ -98,7 +98,7 @@ - MustExist = Yes - FeatureCFLAGS = - FeatureLIBS = -lgtkgl -- FeatureLIB_DIR = -L/usr/X11R6/lib/ -+ FeatureLIB_DIR = -L%%LOCALBASE%%/lib/ - FeatureDepend = gtkgl-lib - DependType = Library - MustExist = Yes diff --git a/graphics/vertex/files/patch-vmahelp.c b/graphics/vertex/files/patch-vmahelp.c deleted file mode 100644 index 550e43dc4152..000000000000 --- a/graphics/vertex/files/patch-vmahelp.c +++ /dev/null @@ -1,26 +0,0 @@ - -$FreeBSD$ - ---- vertex/vmahelp.c 2001/10/05 17:31:12 1.1 -+++ vertex/vmahelp.c 2001/10/05 17:33:21 -@@ -41,16 +41,12 @@ - */ - #define HELP_PROG_LOCATIONS \ - { \ -- "/usr/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -- "/usr/local/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -- "/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -+ "%%LOCALBASE%%/bin/gnome-help-browser", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ - \ -- "/usr/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -- "/usr/local/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -- "/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ -+ "%%LOCALBASE%%/bin/netscape", "", (char *)HELP_PROG_INPUT_TYPE_URL, \ - \ -- "/usr/X11R6/bin/nxterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \ -- "/usr/X11R6/bin/xterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \ -+ "%%LOCALBASE%%/bin/nxterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \ -+ "%%LOCALBASE%%/bin/xterm", "-e lynx", (char *)HELP_PROG_INPUT_TYPE_URL, \ - \ - NULL, NULL, NULL \ - } |
