mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
editors/emacs-devel: update to latest master-branch commit
port changes: - do not explicitly set MAKEINFO, since this was done to avoid base makeinfo in FreeBSD 10.x - match upstream's default behaviour by not installing the shared game directory and the auxiliary program update-game-score - do not specify unnecessary or default configuration options
This commit is contained in:
parent
4be3810b87
commit
91a713357d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489932
@ -32,14 +32,10 @@ USE_XORG= ice sm x11 xcb xext xfixes xinerama xmu xrandr xt
|
|||||||
CPE_VENDOR= gnu
|
CPE_VENDOR= gnu
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= emacs-mirror
|
GH_ACCOUNT= emacs-mirror
|
||||||
GH_TAGNAME= 9fe788a
|
GH_TAGNAME= 7ae0a24
|
||||||
|
|
||||||
CONFIGURE_ARGS= --disable-build-details \
|
CONFIGURE_ARGS= --disable-build-details \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var
|
||||||
--with-gameuser=games:games \
|
|
||||||
--without-libsystemd \
|
|
||||||
--without-gpm \
|
|
||||||
--with-wide-int=no
|
|
||||||
|
|
||||||
.if ${FLAVOR:U} == nox
|
.if ${FLAVOR:U} == nox
|
||||||
CONFIGURE_ARGS+= --with-sound=no --without-cairo --without-dbus \
|
CONFIGURE_ARGS+= --with-sound=no --without-cairo --without-dbus \
|
||||||
@ -54,7 +50,7 @@ CONFIGURE_ARGS+= --with-sound=no --without-cairo --without-dbus \
|
|||||||
CONFIGURE_ARGS+= --with-x
|
CONFIGURE_ARGS+= --with-x
|
||||||
.endif
|
.endif
|
||||||
# See r468320 to determine if/when the next line can be removed
|
# See r468320 to determine if/when the next line can be removed
|
||||||
CONFIGURE_ENV= ac_cv_header_sys_sysinfo_h=no MAKEINFO=${LOCALBASE}/bin/makeinfo
|
CONFIGURE_ENV= ac_cv_header_sys_sysinfo_h=no
|
||||||
CONFLICTS_INSTALL= emacs emacs-canna emacs-nox
|
CONFLICTS_INSTALL= emacs emacs-canna emacs-nox
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INFO= ada-mode auth autotype bovine calc ccmode cl dbus dired-x \
|
INFO= ada-mode auth autotype bovine calc ccmode cl dbus dired-x \
|
||||||
@ -199,7 +195,7 @@ XWIDGETS_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
|
|||||||
XWIDGETS_IMPLIES= GTK3
|
XWIDGETS_IMPLIES= GTK3
|
||||||
|
|
||||||
EMACS_VER= 27.0.50
|
EMACS_VER= 27.0.50
|
||||||
EMACS_REV= 20181225
|
EMACS_REV= 20190110
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1545744137
|
TIMESTAMP = 1547141174
|
||||||
SHA256 (emacs-mirror-emacs-27.0.50.20181225-9fe788a_GH0.tar.gz) = 12b9da50b6450656fe59d3ca6a2b41d735a8be1d6954541959db212bb83e9338
|
SHA256 (emacs-mirror-emacs-27.0.50.20190110-7ae0a24_GH0.tar.gz) = fff246d2a73a56f7b9200083eec1f4ac7446bca7188128097424c0bf3c2ccb9a
|
||||||
SIZE (emacs-mirror-emacs-27.0.50.20181225-9fe788a_GH0.tar.gz) = 40438263
|
SIZE (emacs-mirror-emacs-27.0.50.20190110-7ae0a24_GH0.tar.gz) = 40450233
|
||||||
|
@ -8,7 +8,6 @@ libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/hexl
|
|||||||
libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/movemail
|
libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/movemail
|
||||||
libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/profile
|
libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/profile
|
||||||
libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/rcs2log
|
libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/rcs2log
|
||||||
@(games,games,4555) libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/update-game-score
|
|
||||||
man/man1/ctags.1.gz
|
man/man1/ctags.1.gz
|
||||||
man/man1/ebrowse.1.gz
|
man/man1/ebrowse.1.gz
|
||||||
man/man1/emacs.1.gz
|
man/man1/emacs.1.gz
|
||||||
@ -4133,6 +4132,3 @@ share/icons/hicolor/scalable/apps/emacs.ico
|
|||||||
share/icons/hicolor/scalable/apps/emacs.svg
|
share/icons/hicolor/scalable/apps/emacs.svg
|
||||||
share/icons/hicolor/scalable/mimetypes/emacs-document.svg
|
share/icons/hicolor/scalable/mimetypes/emacs-document.svg
|
||||||
share/icons/hicolor/scalable/mimetypes/emacs-document23.svg
|
share/icons/hicolor/scalable/mimetypes/emacs-document23.svg
|
||||||
@(games,games,0664) /var/games/emacs/snake-scores
|
|
||||||
@(games,games,0664) /var/games/emacs/tetris-scores
|
|
||||||
@dir(games,games,0755) /var/games/emacs
|
|
||||||
|
Loading…
Reference in New Issue
Block a user