1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

When dbus is already installed on FreeBSD 6.X and Emacs builds

without X11 support, it may pick dbus up as a dependency and fail
to link with the proper threading libraries.

Approved by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
This commit is contained in:
Giorgos Keramidas 2010-05-21 19:51:04 +00:00
parent f22fa4fe9b
commit 9afa2a9afa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254746
2 changed files with 12 additions and 4 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
PORTEPOCH= 1
PORTEPOCH= 2
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -209,7 +209,11 @@ PLIST_SUB+= SOURCES=""
.endif
.if ${ARCH} == "ia64"
BROKEN= Emacs 22.X does not currently build on ia64
BROKEN= Emacs 23.X does not currently build on ia64
.endif
.if ${OSVERSION} < 700000 && defined(WITHOUT_X11) && defined(WITH_DBUS)
BROKEN= Does not currently build with dbus support but without X11
.endif
post-patch:

View File

@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
PORTEPOCH= 1
PORTEPOCH= 2
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -209,7 +209,11 @@ PLIST_SUB+= SOURCES=""
.endif
.if ${ARCH} == "ia64"
BROKEN= Emacs 22.X does not currently build on ia64
BROKEN= Emacs 23.X does not currently build on ia64
.endif
.if ${OSVERSION} < 700000 && defined(WITHOUT_X11) && defined(WITH_DBUS)
BROKEN= Does not currently build with dbus support but without X11
.endif
post-patch: