summaryrefslogtreecommitdiff
path: root/x11/decurs
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-10-31 13:32:09 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-10-31 13:32:09 +0000
commitc6ed9ff0a700b194f979bfe7fe41607e64eb70a8 (patch)
tree4a0484670a4d9d2671bb4a953106748e66683640 /x11/decurs
parent- Update to 1.4.0 (diff)
- Really fix GCC issues and unbreak
- Reformat pkg-descr and Makefile header - Pacify portlint(1)
Notes
Notes: svn path=/head/; revision=175808
Diffstat (limited to 'x11/decurs')
-rw-r--r--x11/decurs/Makefile14
-rw-r--r--x11/decurs/pkg-descr8
2 files changed, 8 insertions, 14 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile
index 7b5123aeee05..ea0807a37534 100644
--- a/x11/decurs/Makefile
+++ b/x11/decurs/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: decurs
-# Date created: 19 January 2002
-# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
+# New ports collection makefile for: DeCurs
+# Date created: 19 January 2002
+# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
#
# $FreeBSD$
#
@@ -23,11 +23,7 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
-
-.if ${OSVERSION} >= 600000
-BROKEN= "Does not compile on FreeBSD >= 6.0"
+BROKEN= Does not compile on !i386
.endif
post-patch:
@@ -35,7 +31,7 @@ post-patch:
${FILESDIR}/decurs.exec > ${WRKSRC}/decurs.exec
.if ${OSVERSION} > 500035
# Hack for contemporary GCC
- @${REINPLACE_CMD} -e 's/, CppString \&str/, const CppString \&str/' \
+ @${REINPLACE_CMD} -e 's/CppString \&str/const &/' \
${WRKSRC}/src/cppstring.cc ${WRKSRC}/src/cppstring.hh
@${REINPLACE_CMD} -E 's/^\/\/ friend//; s/([^:])ostream/\1std::ostream/g' \
${WRKSRC}/src/cppstring.hh
diff --git a/x11/decurs/pkg-descr b/x11/decurs/pkg-descr
index c43aee740085..4fc3bfc40b48 100644
--- a/x11/decurs/pkg-descr
+++ b/x11/decurs/pkg-descr
@@ -1,7 +1,5 @@
DeCurs is a GTK+ based program that lets you edit you XFree86 mouse
-cursors. It reads them from "bdf" -formatted font files. Now, don't
-worry, DeCurs comes with one handy =).
+cursors. It reads them from "bdf"-formatted font files. Now don't
+worry, DeCurs comes with one handy.
-WWW: http://varg.dyndns.org/psi/pub/code/decurs/index.html
-
--Adam Weinberger <adamw@FreeBSD.org>
+WWW: http://varg.dyndns.org/psi/pub/code/decurs/