Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 16:33:13 +0000
From:      "Anton Yuzhaninov" <citrin+hius@citrin.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        skreuzer@FreeBSD.org
Subject:   ports/187008: [PATCH] emulators/mtools: fix plist
Message-ID:  <20140224163314.847A5CEB6BE@ost.citrin.ru>
Resent-Message-ID: <201402241640.s1OGe0Dp039026@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187008
>Category:       ports
>Synopsis:       [PATCH] emulators/mtools: fix plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 24 16:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Anton Yuzhaninov
>Release:        FreeBSD 10.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD hius.citrin.ru 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #10 r259719: Sun Dec 22 15:28:52 UTC
>Description:
I can't install port with options:
===> The following configuration options are available for mtools-4.0.10_3:
     ICONV=on: Encoding conversion support via iconv
     X11=off: X11 (graphics) support
===> Use 'make config' to modify these settings

Error is:
===>   Registering installation for mtools-4.0.10_3
pkg-static: lstat(/tmp/citrin/p/usr/ports/emulators/mtools/work/stage/usr/local/man/man1/floppyd.1.gz): No such file or directory
pkg-static: lstat(/tmp/citrin/p/usr/ports/emulators/mtools/work/stage/usr/local/man/man1/floppyd_installtest.1.gz): No such file or directory
*** Error code 74

Stop.
make: stopped in /usr/ports/emulators/mtools
*** Error code 1

Port maintainer (skreuzer@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: ports)
>How-To-Repeat:
make config # see above
make install
>Fix:
--- mtools-4.0.10.patch begins here ---
diff -ruN /usr/ports/emulators/mtools/pkg-plist ./pkg-plist
--- /usr/ports/emulators/mtools/pkg-plist	2014-02-21 01:55:20.000000000 +0000
+++ ./pkg-plist	2014-02-24 14:38:28.000000000 +0000
@@ -29,8 +29,8 @@
 bin/mtype
 bin/mxtar
 bin/mzip
-man/man1/floppyd.1.gz
-man/man1/floppyd_installtest.1.gz
+%%X11%%man/man1/floppyd.1.gz
+%%X11%%man/man1/floppyd_installtest.1.gz
 man/man1/mattrib.1.gz
 man/man1/mbadblocks.1.gz
 man/man1/mcat.1.gz
--- mtools-4.0.10.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140224163314.847A5CEB6BE>