summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-07-22 01:49:54 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-07-22 01:49:54 +0000
commitf84cbb1d39fbc132419805e5f142f5b1f23ccfbe (patch)
tree7000cb1578ea59c1bf057696e4013a66088be9e3 /textproc
parentMove me to my new home. (diff)
o Add WWW:.
o Update Debian's patch to -35. o Unbreak on gcc-3.3 (same method as openjade/opensp).
Notes
Notes: svn path=/head/; revision=85327
Diffstat (limited to 'textproc')
-rw-r--r--textproc/jade/Makefile4
-rw-r--r--textproc/jade/distinfo2
-rw-r--r--textproc/jade/files/patch-Ptr.cxx11
-rw-r--r--textproc/jade/files/patch-Ptr.h10
-rw-r--r--textproc/jade/pkg-descr2
-rw-r--r--textproc/jade/pkg-plist8
6 files changed, 34 insertions, 3 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile
index 516cfa60ceed..cc504ebf49f5 100644
--- a/textproc/jade/Makefile
+++ b/textproc/jade/Makefile
@@ -7,12 +7,12 @@
PORTNAME= jade
PORTVERSION= 1.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/jade/
PATCH_SITES= http://ftp.debian.org/debian/pool/main/j/jade/
-PATCHFILES= jade_1.2.1-18.diff.gz
+PATCHFILES= jade_1.2.1-35.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= kuriyama@FreeBSD.org
diff --git a/textproc/jade/distinfo b/textproc/jade/distinfo
index cbf13a3043e2..0e674a2c9346 100644
--- a/textproc/jade/distinfo
+++ b/textproc/jade/distinfo
@@ -1,2 +1,2 @@
MD5 (jade-1.2.1.tar.gz) = 4239670ca6b578bff68b8c2e7cd1225f
-MD5 (jade_1.2.1-18.diff.gz) = 8c396e4e78cb30094c48a6abcc623979
+MD5 (jade_1.2.1-35.diff.gz) = 5e4397961036d32a314afb88d8212b31
diff --git a/textproc/jade/files/patch-Ptr.cxx b/textproc/jade/files/patch-Ptr.cxx
new file mode 100644
index 000000000000..edf79eeaf217
--- /dev/null
+++ b/textproc/jade/files/patch-Ptr.cxx
@@ -0,0 +1,11 @@
+--- include/Ptr.cxx.orig Tue Jul 22 09:20:15 2003
++++ include/Ptr.cxx Tue Jul 22 09:20:42 2003
+@@ -19,7 +19,7 @@
+ Ptr<T>::~Ptr()
+ {
+ if (ptr_) {
+- if (ptr_->unref())
++ if (((Resource*)ptr_)->unref())
+ delete ptr_;
+ ptr_ = 0;
+ }
diff --git a/textproc/jade/files/patch-Ptr.h b/textproc/jade/files/patch-Ptr.h
new file mode 100644
index 000000000000..c726cfed4aa6
--- /dev/null
+++ b/textproc/jade/files/patch-Ptr.h
@@ -0,0 +1,10 @@
+--- 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
diff --git a/textproc/jade/pkg-descr b/textproc/jade/pkg-descr
index 8df1ccea80aa..2dd5ea0e56c2 100644
--- a/textproc/jade/pkg-descr
+++ b/textproc/jade/pkg-descr
@@ -18,5 +18,7 @@ Note: This port is a superset of the sp port. If you have sp
installed, it is recommended that you remove it before installing
jade.
+WWW: http://www.jclark.com/jade/
+
John Fieber
jfieber@FreeBSD.org
diff --git a/textproc/jade/pkg-plist b/textproc/jade/pkg-plist
index e1721cb9f20f..3173eecbe105 100644
--- a/textproc/jade/pkg-plist
+++ b/textproc/jade/pkg-plist
@@ -140,12 +140,20 @@ include/sp/rtti.h
include/sp/sptchar.h
include/sp/types.h
include/sp/xnew.h
+lib/libgrove.a
+lib/libgrove.la
lib/libgrove.so
lib/libgrove.so.1.3
+lib/libsp.a
+lib/libsp.la
lib/libsp.so
lib/libsp.so.1.3
+lib/libspgrove.a
+lib/libspgrove.la
lib/libspgrove.so
lib/libspgrove.so.1.3
+lib/libstyle.a
+lib/libstyle.la
lib/libstyle.so
lib/libstyle.so.1.3
share/doc/jade/archform.htm