svn commit: r364248 - head/editors/emacs-nox11
Ashish SHUKLA
ashish at FreeBSD.org
Thu Aug 7 06:42:59 UTC 2014
Author: ashish
Date: Thu Aug 7 06:42:58 2014
New Revision: 364248
URL: http://svnweb.freebsd.org/changeset/ports/364248
QAT: https://qat.redports.org/buildarchive/r364248/
Log:
- Fix breakage caused by r364084, where @dirrmtry entries were removed
from emacs port Makefile by adding the removed @dirrmtry entries in
PLIST_DIRSTRY
Reported by: QAT
Modified:
head/editors/emacs-nox11/Makefile
Modified: head/editors/emacs-nox11/Makefile
==============================================================================
--- head/editors/emacs-nox11/Makefile Thu Aug 7 06:23:04 2014 (r364247)
+++ head/editors/emacs-nox11/Makefile Thu Aug 7 06:42:58 2014 (r364248)
@@ -3,13 +3,28 @@
PKGNAMESUFFIX= -nox11
-PORTREVISION= 12
+PORTREVISION= 13
OPTIONS_EXCLUDE=GCONF GIF JPEG OTF M17N PNG SVG TIFF SYNC_INPUT GTK2 GTK3 \
SCROLLBARS XFT XIM XPM MAGICK GSETTINGS X11 CANNA \
XAW XAW3D MOTIF
EMACS_NO_X11_SLAVE= yes
+PLIST_DIRSTRY= share/icons/hicolor/128x128/apps \
+ share/icons/hicolor/128x128 \
+ share/icons/hicolor/16x16/apps \
+ share/icons/hicolor/16x16 \
+ share/icons/hicolor/24x24/apps \
+ share/icons/hicolor/24x24 \
+ share/icons/hicolor/32x32/apps \
+ share/icons/hicolor/32x32 \
+ share/icons/hicolor/48x48/apps \
+ share/icons/hicolor/48x48 \
+ share/icons/hicolor/scalable/apps \
+ share/icons/hicolor/scalable/mimetypes \
+ share/icons/hicolor/scalable \
+ share/icons/hicolor \
+ share/icons
MASTERDIR= ${.CURDIR}/../emacs
LATEST_LINK= emacs-nox11
More information about the svn-ports-all
mailing list