From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 7 17:10:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F075CC02 for ; Fri, 7 Feb 2014 17:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C20DD1343 for ; Fri, 7 Feb 2014 17:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s17HA0bA089978 for ; Fri, 7 Feb 2014 17:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s17HA0fg089966; Fri, 7 Feb 2014 17:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 7 Feb 2014 17:10:00 GMT Resent-Message-Id: <201402071710.s17HA0fg089966@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88CFEA5A for ; Fri, 7 Feb 2014 17:00:55 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 4417A12EA for ; Fri, 7 Feb 2014 17:00:54 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 7548A2EC00A; Sat, 8 Feb 2014 02:00:47 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (p17154-ipngn100402kyoto.kyoto.ocn.ne.jp [180.10.96.154]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 612522EC001; Sat, 8 Feb 2014 02:00:47 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1]) by h120.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/20071004-1) with ESMTP id s17H0h4m081811; Sat, 8 Feb 2014 02:00:43 +0900 (JST) (envelope-from turutani@h120.65.226.10.32118.vlan.kuins.net) Received: (from turutani@localhost) by h120.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/Submit) id s17H0hfF081810; Sat, 8 Feb 2014 02:00:43 +0900 (JST) (envelope-from turutani) Message-Id: <201402071700.s17H0hfF081810@h120.65.226.10.32118.vlan.kuins.net> Date: Sat, 8 Feb 2014 02:00:43 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/186538: fix symbolic link in japanese/dvi2tty Cc: turutani@scphys.kyoto-u.ac.jp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 17:10:01 -0000 >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 >Release-Note: >Audit-Trail: >Unformatted: