diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-01-10 14:50:52 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-01-10 14:50:52 +0000 |
commit | edee4e95d26ef8c6229f9dd99be3293f016a95cf (patch) | |
tree | caf39ef47992da54695d8a157e6dfb228e7bb12f /textproc/jade/files/patch-Ptr.h | |
parent | update sysutils/terraform to 0.11.2 (diff) |
textproc/jade: regen via "make makepatch"
$ portlint -C
WARN: /usr/ports/textproc/jade/files/patch-assert.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-CharsetRegistry.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-CharsetRegistry.h: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-CodingSystemKit.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-config.h: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-koi8-r.h: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-koi8r.dcl: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-lib__instmac.m4: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-Makefile.in: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-Ptr.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-Ptr.h: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-TeXFOTBuilder.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-TransformFOTBuilder.cxx: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
0 fatal errors and 13 warnings found.
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=458645
Diffstat (limited to 'textproc/jade/files/patch-Ptr.h')
-rw-r--r-- | textproc/jade/files/patch-Ptr.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/textproc/jade/files/patch-Ptr.h b/textproc/jade/files/patch-Ptr.h deleted file mode 100644 index 09c8940b63de..000000000000 --- a/textproc/jade/files/patch-Ptr.h +++ /dev/null @@ -1,21 +0,0 @@ ---- include/Ptr.h.orig Wed Oct 7 14:15:50 1998 -+++ include/Ptr.h Tue Jul 22 09:19:49 2003 -@@ -5,6 +5,7 @@ - #define Ptr_INCLUDED 1 - - #include "Boolean.h" -+#include "Resource.h" - - // T must have Resource as a public base class - // T may be an incomplete type -@@ -69,8 +70,8 @@ class ConstPtr : private Ptr<T> { (public) - const T *operator->() const { return Ptr<T>::pointer(); } - const T &operator*() const { return *Ptr<T>::pointer(); } - void swap(ConstPtr<T> &p) { Ptr<T>::swap(p); } -- Ptr<T>::isNull; -- Ptr<T>::clear; -+ using Ptr<T>::isNull; -+ using Ptr<T>::clear; - Boolean operator==(const Ptr<T> &p) const { return Ptr<T>::operator==(p); } - Boolean operator!=(const Ptr<T> &p) const { return Ptr<T>::operator!=(p); } - Boolean operator==(const ConstPtr<T> &p) const { |