From owner-svn-ports-all@FreeBSD.ORG Sun Jun 8 15:36:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org 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 EA3B5264; Sun, 8 Jun 2014 15:36:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE0A42FCA; Sun, 8 Jun 2014 15:36:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s58FaX0s038504; Sun, 8 Jun 2014 15:36:33 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s58FaXfs038501; Sun, 8 Jun 2014 15:36:33 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406081536.s58FaXfs038501@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 8 Jun 2014 15:36:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357046 - in head/misc/detachtty: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 15:36:34 -0000 Author: vanilla Date: Sun Jun 8 15:36:32 2014 New Revision: 357046 URL: http://svnweb.freebsd.org/changeset/ports/357046 QAT: https://qat.redports.org/buildarchive/r357046/ Log: Stagify. Modified: head/misc/detachtty/Makefile head/misc/detachtty/files/patch-aa head/misc/detachtty/pkg-plist Modified: head/misc/detachtty/Makefile ============================================================================== --- head/misc/detachtty/Makefile Sun Jun 8 15:23:03 2014 (r357045) +++ head/misc/detachtty/Makefile Sun Jun 8 15:36:32 2014 (r357046) @@ -13,14 +13,8 @@ COMMENT= Run interactive programs non-in WRKSRC= ${WRKDIR}/${PORTNAME}-9 USES= gmake -MAN1= detachtty.1 -MLINKS= detachtty.1 attachtty.1 -MANCOMPRESSED= no - -NO_STAGE= yes post-install: -.if !defined(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${MANPREFIX}/man/man1 -.endif + ${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${STAGEDIR}${MANPREFIX}/man/man1/attachtty.1 .include Modified: head/misc/detachtty/files/patch-aa ============================================================================== --- head/misc/detachtty/files/patch-aa Sun Jun 8 15:23:03 2014 (r357045) +++ head/misc/detachtty/files/patch-aa Sun Jun 8 15:36:32 2014 (r357046) @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Oct 24 13:11:13 2003 -+++ Makefile Fri Oct 24 13:17:47 2003 +--- Makefile.orig 2003-08-04 17:32:23.000000000 +0800 ++++ Makefile 2014-06-08 23:33:51.093015991 +0800 @@ -3,9 +3,9 @@ # for details @@ -12,7 +12,7 @@ # Solaris, some version of #OS_CFLAGS=-DNEED_STRINGS_H -DNEED_LOCAL_FORKPTY_H # MacOS X needs libpoll from fink -@@ -23,7 +23,7 @@ +@@ -23,7 +23,7 @@ OS_OBJECTS= # no forkpty in Solaris or MacOS X # OS_OBJECTS=forkpty.o @@ -21,12 +21,3 @@ # You probably don't need to edit anything below this line -@@ -35,7 +35,7 @@ - -rm *.o *~ attachtty detachtty - - install: all -- install detachtty attachtty $(DESTDIR)$(INSTALL_DIR) -+ install detachtty attachtty $(INSTALL_DIR) - - deb: - rm -rf /usr/local/src/Packages/detachtty/ Modified: head/misc/detachtty/pkg-plist ============================================================================== --- head/misc/detachtty/pkg-plist Sun Jun 8 15:23:03 2014 (r357045) +++ head/misc/detachtty/pkg-plist Sun Jun 8 15:36:32 2014 (r357046) @@ -1,2 +1,4 @@ bin/attachtty bin/detachtty +man/man1/attachtty.1.gz +man/man1/detachtty.1.gz