mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Update to git snapshot fbe363f
- Explicitly disable selinux, and libsystemd configure flags
This commit is contained in:
parent
47121d3cc6
commit
d64319394b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543896
2 changed files with 8 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= emacs
|
||||
DISTVERSION= 28.0.50.20200715
|
||||
DISTVERSION= 28.0.50.20200801
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= editors
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -28,7 +28,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags ncurses pkgconfig
|
|||
CPE_VENDOR= gnu
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= emacs-mirror
|
||||
GH_TAGNAME= 85eaa83
|
||||
GH_TAGNAME= fbe363f
|
||||
|
||||
.if ${FLAVOR:U} != nox
|
||||
USES+= desktop-file-utils gnome xorg
|
||||
|
@ -38,7 +38,9 @@ USE_XORG= ice sm x11 xcb xext xfixes xinerama xmu xrandr xrender xt
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-build-details \
|
||||
--localstatedir=/var
|
||||
--localstatedir=/var \
|
||||
--without-libsystemd \
|
||||
--without-selinux
|
||||
.if ${FLAVOR:U} == nox
|
||||
CONFIGURE_ARGS+= --with-sound=no \
|
||||
--with-x-toolkit=no \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1594834485
|
||||
SHA256 (emacs-mirror-emacs-28.0.50.20200715-85eaa83_GH0.tar.gz) = 5b90d1dcb2dc157fecf7f7e7ef181631df0a263d00ab16957ebcdeed91022dac
|
||||
SIZE (emacs-mirror-emacs-28.0.50.20200715-85eaa83_GH0.tar.gz) = 41951601
|
||||
TIMESTAMP = 1596223544
|
||||
SHA256 (emacs-mirror-emacs-28.0.50.20200801-fbe363f_GH0.tar.gz) = fd2fbd3d367cf6624ecb864f2c0da5213b4143973333906b7e74d112fdc32185
|
||||
SIZE (emacs-mirror-emacs-28.0.50.20200801-fbe363f_GH0.tar.gz) = 41975424
|
||||
|
|
Loading…
Add table
Reference in a new issue