diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/workman/Makefile | 5 | ||||
-rw-r--r-- | audio/workman/files/patch-Imakefile | 33 |
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> |