Date: Sat, 8 Feb 2014 02:00:43 +0900 (JST) From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> To: FreeBSD-gnats-submit@freebsd.org Cc: turutani@scphys.kyoto-u.ac.jp Subject: ports/186538: fix symbolic link in japanese/dvi2tty Message-ID: <201402071700.s17H0hfF081810@h120.65.226.10.32118.vlan.kuins.net> Resent-Message-ID: <201402071710.s17HA0fg089966@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186538 >Category: ports >Synopsis: fix symbolic link in japanese/dvi2tty >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 07 17:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 8.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #26 r249149: Fri Apr 5 22:13:25 JST 2013 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: mistakes in stagifying; symlink points absolute path. >How-To-Repeat: >Fix: here is a patch: --- Makefile.orig 2014-02-03 01:45:44.000000000 +0900 +++ Makefile 2014-02-08 01:50:25.000000000 +0900 @@ -31,7 +31,6 @@ cd ${WRKSRC} && ${INSTALL_PROGRAM} jdvi2tty disdvi ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${STAGEDIR}${PREFIX}/man/man1 ${LN} -sf ${PREFIX}/bin/jdvi2tty ${STAGEDIR}${PREFIX}/bin/dvi2tty - ${LN} -sf ${PREFIX}/man/man1/dvi2tty.1.gz \ - ${STAGEDIR}${PREFIX}/man/man1/jdvi2tty.1.gz + ${LN} -sf dvi2tty.1 ${STAGEDIR}${PREFIX}/man/man1/jdvi2tty.1 .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402071700.s17H0hfF081810>