pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/softmaker-office-demo misc/softmaker-office-demo:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f05b361f380
branches:  trunk
changeset: 604175:4f05b361f380
user:      marino <marino%pkgsrc.org@localhost>
date:      Thu May 24 17:13:54 2012 +0000

description:
misc/softmaker-office-demo: Mark NOT-FOR-DRAGONFLY

Besides the fact this is a crippled, obsolete demo of 6 year old
commercial productivity software, it doesn't even build successfully
on DragonFly.  Due to the license text file have a Portuguese name,
it fails during the package phase, specifically libarchive returns
an error that it can't translate the pathname to UTF.

diffstat:

 misc/softmaker-office-demo/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 89bd145c0407 -r 4f05b361f380 misc/softmaker-office-demo/Makefile
--- a/misc/softmaker-office-demo/Makefile       Thu May 24 17:01:43 2012 +0000
+++ b/misc/softmaker-office-demo/Makefile       Thu May 24 17:13:54 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/05/19 08:59:24 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2012/05/24 17:13:54 marino Exp $
 #
 
 DISTNAME=      ofl06trial
@@ -18,6 +18,8 @@
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
+NOT_FOR_PLATFORM+=     DragonFly-*-*
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 WRKSRC=                ${WRKDIR}/officetrial



Home | Main Index | Thread Index | Old Index