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/gtkfig/files/patch-ab | |
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
Notes
Notes:
svn path=/head/; revision=273463
Diffstat (limited to 'graphics/gtkfig/files/patch-ab')
-rw-r--r-- | graphics/gtkfig/files/patch-ab | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/graphics/gtkfig/files/patch-ab b/graphics/gtkfig/files/patch-ab deleted file mode 100644 index 815983076b9c..000000000000 --- a/graphics/gtkfig/files/patch-ab +++ /dev/null @@ -1,42 +0,0 @@ ---- src/arrowproperties.cc.orig Mon Feb 7 22:46:26 2000 -+++ src/arrowproperties.cc Mon Feb 7 22:48:41 2000 -@@ -40,7 +40,7 @@ - gpointer user_data) - { - area=area; -- DoDraw(widget,(TArrowStyle)user_data); -+ DoDraw(widget,*(TArrowStyle*)user_data); - } - - -@@ -50,7 +50,7 @@ - gpointer user_data) - { - event = event; -- DoDraw(widget,(TArrowStyle)user_data); -+ DoDraw(widget,*(TArrowStyle *)user_data); - return FALSE; - } - ---- src/line.h.orig Mon Feb 7 22:48:55 2000 -+++ src/line.h Mon Feb 7 22:49:24 2000 -@@ -18,7 +18,7 @@ - - class TCADLine : public TCADObject, TCADLinePropertiesI { - protected: -- const unsigned int MAXNUMHANDLES = 10; -+ static const unsigned int MAXNUMHANDLES = 10; - - GdkPoint First,Last; - TCADHandle Handle[MAXNUMHANDLES]; ---- src/rightangleline.h.orig Mon Feb 7 22:49:50 2000 -+++ src/rightangleline.h Mon Feb 7 22:50:24 2000 -@@ -11,7 +11,7 @@ - - class TCADRightAngleLine : public TCADLine { - protected: -- const int MAXNUMPOINTS = MAXNUMHANDLES+3; -+ static const int MAXNUMPOINTS = MAXNUMHANDLES+3; - GdkPoint Points[MAXNUMPOINTS]; - int NumPoints; - int XLPN,YLPN; // LoadPointNumber - for loading |