Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 00:34:10 GMT
From:      Joseph Benden <joe@thrallingpenguin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189689: [patch] Add staging support to editors/uemacs
Message-ID:  <201405120034.s4C0YAG0083024@cgiserv.freebsd.org>
Resent-Message-ID: <201405120040.s4C0e0Kb001097@freefall.freebsd.org>

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

>Number:         189689
>Category:       ports
>Synopsis:       [patch] Add staging support to editors/uemacs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 12 00:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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