ports/147103: [patch] editors/emacs-nox11: skip OPTIONS and use WITHOUT_DBUS

Anonymous swell.k at gmail.com
Thu May 27 00:20:02 UTC 2010


>Number:         147103
>Category:       ports
>Synopsis:       [patch] editors/emacs-nox11: skip OPTIONS and use WITHOUT_DBUS
>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:   Thu May 27 00:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
- Skip DIALOG, use defaults. BATCH is for user, use _OPTIONS_OK here.

- Drop D-Bus support to lighten dependencies to only have one item and
  build-only (devel/gmake).

- tabify WITHOUT_OPTIONS and MASTERDIR
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: editors/emacs-nox11/Makefile
===================================================================
RCS file: /a/.cvsup/ports/editors/emacs-nox11/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- editors/emacs-nox11/Makefile	24 May 2010 12:04:24 -0000	1.5
+++ editors/emacs-nox11/Makefile	27 May 2010 00:09:53 -0000
@@ -5,10 +5,12 @@
 # $FreeBSD: ports/editors/emacs-nox11/Makefile,v 1.5 2010/05/24 12:04:24 keramida Exp $
 #
 
-WITHOUT_X11=    yes
+_OPTIONS_OK=	yes
+WITHOUT_DBUS=	yes
+WITHOUT_X11=	yes
 PKGNAMESUFFIX=	-nox11
 
-MASTERDIR=      ${.CURDIR}/../emacs
+MASTERDIR=	${.CURDIR}/../emacs
 LATEST_LINK=	emacs-nox11
 
 .include "${MASTERDIR}/Makefile"
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list