mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -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$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= emacs
|
PORTNAME= emacs
|
||||||
DISTVERSION= 28.0.50.20200715
|
DISTVERSION= 28.0.50.20200801
|
||||||
PORTEPOCH= 2
|
PORTEPOCH= 2
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
@ -28,7 +28,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags ncurses pkgconfig
|
||||||
CPE_VENDOR= gnu
|
CPE_VENDOR= gnu
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= emacs-mirror
|
GH_ACCOUNT= emacs-mirror
|
||||||
GH_TAGNAME= 85eaa83
|
GH_TAGNAME= fbe363f
|
||||||
|
|
||||||
.if ${FLAVOR:U} != nox
|
.if ${FLAVOR:U} != nox
|
||||||
USES+= desktop-file-utils gnome xorg
|
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
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-build-details \
|
CONFIGURE_ARGS= --disable-build-details \
|
||||||
--localstatedir=/var
|
--localstatedir=/var \
|
||||||
|
--without-libsystemd \
|
||||||
|
--without-selinux
|
||||||
.if ${FLAVOR:U} == nox
|
.if ${FLAVOR:U} == nox
|
||||||
CONFIGURE_ARGS+= --with-sound=no \
|
CONFIGURE_ARGS+= --with-sound=no \
|
||||||
--with-x-toolkit=no \
|
--with-x-toolkit=no \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1594834485
|
TIMESTAMP = 1596223544
|
||||||
SHA256 (emacs-mirror-emacs-28.0.50.20200715-85eaa83_GH0.tar.gz) = 5b90d1dcb2dc157fecf7f7e7ef181631df0a263d00ab16957ebcdeed91022dac
|
SHA256 (emacs-mirror-emacs-28.0.50.20200801-fbe363f_GH0.tar.gz) = fd2fbd3d367cf6624ecb864f2c0da5213b4143973333906b7e74d112fdc32185
|
||||||
SIZE (emacs-mirror-emacs-28.0.50.20200715-85eaa83_GH0.tar.gz) = 41951601
|
SIZE (emacs-mirror-emacs-28.0.50.20200801-fbe363f_GH0.tar.gz) = 41975424
|
||||||
|
|
Loading…
Add table
Reference in a new issue