Page MenuHomeFreeBSD

editors/emacs,emacs-devel: After nox flavor, remove X11 option
AbandonedPublic

Authored by jrm on Feb 7 2018, 2:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 20, 6:04 AM
Unknown Object (File)
Sun, May 18, 3:57 AM
Unknown Object (File)
Sat, May 17, 3:31 PM
Unknown Object (File)
Wed, May 14, 10:38 PM
Unknown Object (File)
Apr 13 2025, 2:42 PM
Unknown Object (File)
Apr 2 2025, 1:03 AM
Unknown Object (File)
Mar 6 2025, 6:26 AM
Unknown Object (File)
Mar 4 2025, 5:00 PM
Subscribers
None

Details

Summary

PR:
Submitted by:
Reported by:

Test Plan

poudriere testport 10/11 i386/amd64 all flavors

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 14843
Build 14957: arc lint + arc unit

Event Timeline

editors/emacs/Makefile
157

The default flavor can be the empty flavor, so either write ${FLAVOR:U${FLAVORS:[1]}} instead of ${FLAVOR:U}, or add a FLAVOR?= ${FLAVORS:[1]}` after the FLAVORS line.

Handle an empty flavor.

Committed, but forgot to add the review in the commit log.