summaryrefslogtreecommitdiff
path: root/audio/workman
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-27 09:14:02 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-27 09:14:02 +0000
commit6cf1c79d720c8ce87a9026428053aa6f6456c3f6 (patch)
tree4b63c821d9d6ae20f6244eb97b91edef11e0e660 /audio/workman
parentUnbreak this port by fixing master sites and checksum information. (diff)
- Fix build on 5-x
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=102278
Diffstat (limited to 'audio/workman')
-rw-r--r--audio/workman/Makefile5
-rw-r--r--audio/workman/files/patch-Imakefile33
2 files changed, 34 insertions, 4 deletions
diff --git a/audio/workman/Makefile b/audio/workman/Makefile
index 78ab3ad215ee..eba8c25006c9 100644
--- a/audio/workman/Makefile
+++ b/audio/workman/Makefile
@@ -7,6 +7,7 @@
PORTNAME= workman
PORTVERSION= 1.3a
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications/WorkMan
@@ -25,10 +26,6 @@ XFREE86_HTML_MAN=no
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502000
-BROKEN= "Does not compile"
-.endif
-
post-install:
${GZIP_CMD} ${X11BASE}/man/man5/workmandb.5
diff --git a/audio/workman/files/patch-Imakefile b/audio/workman/files/patch-Imakefile
new file mode 100644
index 000000000000..f661990904cb
--- /dev/null
+++ b/audio/workman/files/patch-Imakefile
@@ -0,0 +1,33 @@
+--- Imakefile.orig Fri Feb 27 10:08:37 2004
++++ Imakefile Fri Feb 27 10:09:01 2004
+@@ -1,19 +1,19 @@
+-/**/# @(#)Imakefile 1.16 04 Jun 1995
++# @(#)Imakefile 1.16 04 Jun 1995
+
+-/**/# Set this to the manual section where you want to install workmandb.man
++# Set this to the manual section where you want to install workmandb.man
+ DBMANSECTION = 5
+
+-/**/#
+-/**/# Uncomment the following if you want fast database lookups using the
+-/**/# Berkeley libdb code. You can find libdb on ftp.cs.berkeley.edu in the
+-/**/# /ucb/4bsd directory. Make sure you adjust the last part of DBCFLAGS
+-/**/# to match your system type as listed in libdb's PORT directory.
+-/**/#
++#
++# Uncomment the following if you want fast database lookups using the
++# Berkeley libdb code. You can find libdb on ftp.cs.berkeley.edu in the
++# /ucb/4bsd directory. Make sure you adjust the last part of DBCFLAGS
++# to match your system type as listed in libdb's PORT directory.
++#
+
+-/**/#DBCFLAGS = -DLIBDB -Idb.1.85/PORT/include -Idb.1.85/PORT/sunos.5.2
+-/**/#DBLIB = db.1.85/PORT/sunos.5.2/libdb.a
++#DBCFLAGS = -DLIBDB -Idb.1.85/PORT/include -Idb.1.85/PORT/sunos.5.2
++#DBLIB = db.1.85/PORT/sunos.5.2/libdb.a
+
+-/**/# And you shouldn't need to touch anything below this.
++# And you shouldn't need to touch anything below this.
+
+
+ #include <XView.tmpl>