aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-28 21:22:57 +0800
committerijliao <ijliao@FreeBSD.org>2002-09-28 21:22:57 +0800
commit3bf26e900718b6fc0d7a19fceefea89858d7b508 (patch)
treedf2d7b828e102aa5c387cba2af8d6850d39929df /sysutils
parentec57716cf556692be130485d4f4772fbed0d8c6a (diff)
downloadfreebsd-ports-gnome-3bf26e900718b6fc0d7a19fceefea89858d7b508.tar.gz
freebsd-ports-gnome-3bf26e900718b6fc0d7a19fceefea89858d7b508.tar.zst
freebsd-ports-gnome-3bf26e900718b6fc0d7a19fceefea89858d7b508.zip
1. Mark IGNORE because of License issues
2. fix WWW PR: 43419 (1) Submitted by: Tilman Linneweh <tilman@arved.de>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdrdao/Makefile2
-rw-r--r--sysutils/cdrdao/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index 6586ebb3525e..b4398a68b9dc 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \
dlg:${PORTSDIR}/devel/pccts
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+IGNORE= "Project frozen because of License issues. See http://cdrdao.sourceforge.net/news.html for detail"
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/sysutils/cdrdao/pkg-descr b/sysutils/cdrdao/pkg-descr
index d5007f5b118f..a2d2282d5dba 100644
--- a/sysutils/cdrdao/pkg-descr
+++ b/sysutils/cdrdao/pkg-descr
@@ -8,6 +8,6 @@ file. Audio data may be in WAVE or raw format.
Note:
Cdrdao requires kernel with "options SYSVSHM" and "options SYSVMSG".
-WWW: http://www.ping.de/sites/daneb/cdrdao.html
+WWW: http://cdrdao.sourceforge.net/
-- Yasuhito FUTATSUKI <futatuki@debug.gr.jp>