diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 08:56:41 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 08:56:41 +0000 |
| commit | 9be9c4c1dafe17e16a81322515a375b6574e2bb7 (patch) | |
| tree | 9ae73276b422d1766d18a0fdeeb964c5f2073690 /graphics/vertex/files/patch-disk.cpp | |
| parent | Isolate from src.conf settings such as WITHOUT_PROFILE. (diff) | |
Remove unmaintained expired ports from graphics
2011-05-01 graphics/cqcam: Upstream disapear and distfile is no more available
2011-05-01 graphics/dc3play: Upstream disapear and distfile is no more available
2011-05-01 graphics/dore: Upstream disapear and distfile is no more available
2011-05-01 graphics/fig2pstricks: Upstream disapear and distfile is no more available
2011-05-01 graphics/geist: Upstream disapear and distfile is no more available
2011-05-01 graphics/gfont: Upstream disapear and distfile is no more available
2011-05-01 graphics/gimp-greycstoration: Superseded by graphics/gimp-gmic-plugin
2011-05-01 graphics/glean: Upstream disapear and distfile is no more available
2011-05-01 graphics/gltk: Upstream disapear and distfile is no more available
2011-05-01 graphics/gridpix: Upstream disapear and distfile is no more available
2011-05-01 graphics/gtkfig: Upstream disapear and distfile is no more available
2011-05-01 graphics/gview: Upstream disapear and distfile is no more available
2011-05-01 graphics/icod: Upstream disapear and distfile is no more available
2011-05-01 graphics/isreal: Upstream disapear and distfile is no more available
2011-05-01 graphics/oglext: Upstream disapear and distfile is no more available
2011-05-01 graphics/ophoto: Upstream disapear and distfile is no more available
2011-05-01 graphics/py-gdchart: Upstream disapear and distfile is no more available
2011-05-01 graphics/py-gdchart2: Upstream disapear and distfile is no more available
2011-05-01 graphics/qglviewer: Upstream disapear and distfile is no more available
2011-05-01 graphics/robot: Upstream disapear and distfile is no more available
2011-05-01 graphics/s3switch: Upstream disapear and distfile is no more available
2011-05-01 graphics/sced: Upstream disapear and distfile is no more available
2011-05-01 graphics/shim: Upstream disapear and distfile is no more available
2011-05-01 graphics/snx101util: Upstream disapear and distfile is no more available
2011-05-01 graphics/tcm: Upstream disapear and distfile is no more available
2011-05-01 graphics/vertex: Upstream disapear and distfile is no more available
2011-05-01 graphics/vvv: Upstream disapear and distfile is no more available
2011-05-01 graphics/xdl: Upstream disapear and distfile is no more available
2011-05-01 graphics/xmms-goom: Upstream disapear and distfile is no more available
2011-05-01 graphics/xmms-infinity: Upstream disapear and distfile is no more available
Diffstat (limited to '')
| -rw-r--r-- | graphics/vertex/files/patch-disk.cpp | 27 |
1 files changed, 0 insertions, 27 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); |
