diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:33:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:33:54 +0000 |
commit | 4d34305a69677964af6498c03bc1df8c8bd0eca5 (patch) | |
tree | 159c18a041bdda0f9c3718efc741e7f3186b2f01 /editors/MathPlanner/files/patch-MathHeaders.h | |
parent | Remove unmaintained expired nvi related ports (diff) |
Remove unmaintained expired ports from editors
2011-05-01 editors/MathPlanner: Upstream says project is canceled and no more distfiles can be found
2011-05-01 editors/bitmap: Upstream disapear and distfile is no more available
2011-05-01 editors/bitmap-emacs21: Upstream disapear and distfile is no more available
2011-05-01 editors/cle: Upstream disapear and distfile is no more available
2011-05-01 editors/dedit: Upstream disapear and distfile is no more available
2011-05-01 editors/em: Upstream disapear and distfile is no more available
2011-05-01 editors/leim21: Distfile is no more available
2011-05-01 editors/lpe: Upstream disapear and distfile is no more available
2011-05-01 editors/vilearn: Upstream disapear and distfile is no more available
2011-05-01 editors/xenon: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273467
Diffstat (limited to 'editors/MathPlanner/files/patch-MathHeaders.h')
-rw-r--r-- | editors/MathPlanner/files/patch-MathHeaders.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/MathPlanner/files/patch-MathHeaders.h b/editors/MathPlanner/files/patch-MathHeaders.h deleted file mode 100644 index adcf3644fecc..000000000000 --- a/editors/MathPlanner/files/patch-MathHeaders.h +++ /dev/null @@ -1,17 +0,0 @@ ---- src/MathHeaders.h.orig Sun Dec 8 04:58:58 2002 -+++ src/MathHeaders.h Sun Sep 12 00:15:42 2004 -@@ -63,12 +63,12 @@ - public: - - union { -- struct { mpl_real R,I,J,K; }; -+ struct { mpl_real R,I,J,K; } m; - mpl_real real; - mpl_vector vector; - mpl_complex complex; - mpl_rational rational; -- }; -+ } mpl; - - int type; - char pwrs[COUNT]; // Used in unit calculation |