From nobody@FreeBSD.org  Mon May 12 00:34:11 2014
Return-Path: <nobody@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 351A7CA
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 May 2014 00:34:11 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 23231247B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 May 2014 00:34:11 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4C0YAA3083027
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 May 2014 00:34:10 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4C0YAG0083024;
	Mon, 12 May 2014 00:34:10 GMT
	(envelope-from nobody)
Message-Id: <201405120034.s4C0YAG0083024@cgiserv.freebsd.org>
Date: Mon, 12 May 2014 00:34:10 GMT
From: Joseph Benden <joe@thrallingpenguin.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Add staging support to editors/uemacs
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: mail@ozzmosis.com

>Number:         189689
>Category:       ports
>Synopsis:       [patch] Add staging support to editors/uemacs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 12 00:40:00 UTC 2014
>Closed-Date:    Sun May 25 05:21:10 UTC 2014
>Last-Modified:  Sun May 25 05:30:08 UTC 2014
>Originator:     Joseph Benden
>Release:        FreeBSD 11
>Organization:
>Environment:
FreeBSD lucy 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r264887: Thu Apr 24 12:43:46 MST 2014     root@lucy:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This quick patch addresses staging with editors/uemacs.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile
index f5c109f..7c5ba33 100644
--- a/editors/uemacs/Makefile
+++ b/editors/uemacs/Makefile
@@ -12,7 +12,6 @@ COMMENT=	Full screen editor
 
 NO_CDROM=	Resale allowed for media cost only
 
-NO_STAGE=	yes
 NO_WRKSUBDIR=	yes
 USES=		zip:infozip
 EXTRACT_BEFORE_ARGS=	-Laq
diff --git a/editors/uemacs/files/patch-aa b/editors/uemacs/files/patch-aa
index 011756c..c99bac3 100644
--- a/editors/uemacs/files/patch-aa
+++ b/editors/uemacs/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig	Wed Mar 25 14:28:24 1998
-+++ Makefile	Wed Mar 25 14:41:41 1998
+--- Makefile.orig	2014-05-11 17:18:47.000000000 -0700
++++ Makefile	2014-05-11 17:20:45.000000000 -0700
 @@ -0,0 +1,12 @@
 +#
 +# simple makefile for uemacs 
@@ -9,7 +9,7 @@
 +	(cd freebsd; make emacs)
 +
 +install:	all
-+	${BSD_INSTALL_PROGRAM} freebsd/emacs ${PREFIX}/bin/uemacs
-+	mkdir -p ${PREFIX}/share/uemacs
-+	${BSD_INSTALL_DATA} cmd/* ${PREFIX}/share/uemacs
-+	mv ${PREFIX}/share/uemacs/emacs.rc ${PREFIX}/share/uemacs/.emacsrc
++	${BSD_INSTALL_PROGRAM} freebsd/emacs ${DESTDIR}${PREFIX}/bin/uemacs
++	mkdir -p ${DESTDIR}${PREFIX}/share/uemacs
++	${BSD_INSTALL_DATA} cmd/* ${DESTDIR}${PREFIX}/share/uemacs
++	mv ${DESTDIR}${PREFIX}/share/uemacs/emacs.rc ${DESTDIR}${PREFIX}/share/uemacs/.emacsrc


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 12 00:40:04 UTC 2014 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189689 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon May 12 00:40:06 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189689 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mail@ozzmosis.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/189689: [patch] Add staging support to editors/uemacs
Date: Mon, 12 May 2014 00:40:05 UT

 Maintainer of editors/uemacs,
 
 Please note that PR ports/189689 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189689
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: andrew clarke <mail@ozzmosis.com>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/189689: [patch] Add staging support to editors/uemacs
Date: Mon, 12 May 2014 10:47:51 +1000

 Approved. Thanks!
 
 On Mon 2014-05-12 00:40:05 UTC+0000, Edwin Groothuis (edwin@FreeBSD.org) wrote:
 
 > Maintainer of editors/uemacs,
 > 
 > Please note that PR ports/189689 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sun May 25 05:21:09 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189689 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189689: commit references a PR
Date: Sun, 25 May 2014 05:21:00 +0000 (UTC)

 Author: miwi
 Date: Sun May 25 05:20:56 2014
 New Revision: 355118
 URL: http://svnweb.freebsd.org/changeset/ports/355118
 QAT: https://qat.redports.org/buildarchive/r355118/
 
 Log:
   - Stage support
   
   PR:		189689
   Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
   Approved by:	maintainer
 
 Modified:
   head/editors/uemacs/Makefile
   head/editors/uemacs/files/patch-aa
 
 Modified: head/editors/uemacs/Makefile
 ==============================================================================
 --- head/editors/uemacs/Makefile	Sun May 25 05:19:45 2014	(r355117)
 +++ head/editors/uemacs/Makefile	Sun May 25 05:20:56 2014	(r355118)
 @@ -12,7 +12,6 @@ COMMENT=	Full screen editor
  
  NO_CDROM=	Resale allowed for media cost only
  
 -NO_STAGE=	yes
  NO_WRKSUBDIR=	yes
  USES=		zip:infozip
  EXTRACT_BEFORE_ARGS=	-Laq
 
 Modified: head/editors/uemacs/files/patch-aa
 ==============================================================================
 --- head/editors/uemacs/files/patch-aa	Sun May 25 05:19:45 2014	(r355117)
 +++ head/editors/uemacs/files/patch-aa	Sun May 25 05:20:56 2014	(r355118)
 @@ -1,5 +1,5 @@
 ---- Makefile.orig	Wed Mar 25 14:28:24 1998
 -+++ Makefile	Wed Mar 25 14:41:41 1998
 +--- Makefile.orig	2014-05-11 17:18:47.000000000 -0700
 ++++ Makefile	2014-05-11 17:20:45.000000000 -0700
  @@ -0,0 +1,12 @@
  +#
  +# simple makefile for uemacs 
 @@ -9,7 +9,7 @@
  +	(cd freebsd; make emacs)
  +
  +install:	all
 -+	${BSD_INSTALL_PROGRAM} freebsd/emacs ${PREFIX}/bin/uemacs
 -+	mkdir -p ${PREFIX}/share/uemacs
 -+	${BSD_INSTALL_DATA} cmd/* ${PREFIX}/share/uemacs
 -+	mv ${PREFIX}/share/uemacs/emacs.rc ${PREFIX}/share/uemacs/.emacsrc
 ++	${BSD_INSTALL_PROGRAM} freebsd/emacs ${DESTDIR}${PREFIX}/bin/uemacs
 ++	mkdir -p ${DESTDIR}${PREFIX}/share/uemacs
 ++	${BSD_INSTALL_DATA} cmd/* ${DESTDIR}${PREFIX}/share/uemacs
 ++	mv ${DESTDIR}${PREFIX}/share/uemacs/emacs.rc ${DESTDIR}${PREFIX}/share/uemacs/.emacsrc
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
