Date: Sat, 22 May 2010 08:52:03 +0300 From: keramida@freebsd.org (Giorgos Keramidas) To: Hajimu UMEMOTO <ume@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/editors/emacs Makefile Message-ID: <87bpc832m4.fsf@kobe.laptop> In-Reply-To: <yge1vd4h5zr.wl%ume@mahoroba.org> (Hajimu UMEMOTO's message of "Sat, 22 May 2010 14:15:20 %2B0900") References: <201005211951.o4LJp46e084250@repoman.freebsd.org> <yge1vd4h5zr.wl%ume@mahoroba.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= Content-Transfer-Encoding: quoted-printable On Sat, 22 May 2010 14:15:20 +0900, Hajimu UMEMOTO <ume@FreeBSD.org> wrote: >>>>>> On Fri, 21 May 2010 19:51:04 +0000 (UTC) >>>>>> Giorgos Keramidas <keramida@FreeBSD.org> said: > > keramida> keramida 2010-05-21 19:51:04 UTC > > keramida> FreeBSD ports repository (doc committer) > > keramida> Modified files: > keramida> editors/emacs Makefile > keramida> Log: > keramida> When dbus is already installed on FreeBSD 6.X and Emacs builds > keramida> without X11 support, it may pick dbus up as a dependency and = fail > keramida> to link with the proper threading libraries. > keramida> > keramida> Approved by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) > keramida> > keramida> Revision Changes Path > keramida> 1.95 +6 -2 ports/editors/emacs/Makefile > >> -PORTEPOCH=3D 1 >> +PORTEPOCH=3D 2 > > It seems that bumping PORTREVISION is appropriate here, next time. Thank you UMEMOTO-san! Does this patch look ok? %%% Index: emacs/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/editors/emacs/Makefile,v retrieving revision 1.95 diff -u -r1.95 Makefile =2D-- emacs/Makefile 21 May 2010 19:51:04 -0000 1.95 +++ emacs/Makefile 22 May 2010 05:51:21 -0000 @@ -7,7 +7,7 @@ =20 PORTNAME=3D emacs PORTVERSION=3D ${EMACS_VER} =2DPORTEPOCH=3D 2 +PORTREVISION=3D 1 CATEGORIES=3D editors ipv6 MASTER_SITES=3D ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR=3D ${PORTNAME} Index: emacs-nox11/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/editors/emacs-nox11/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile =2D-- emacs-nox11/Makefile 21 May 2010 19:49:46 -0000 1.3 +++ emacs-nox11/Makefile 22 May 2010 05:51:21 -0000 @@ -11,6 +11,8 @@ MASTERDIR=3D ${.CURDIR}/../emacs LATEST_LINK=3D emacs-nox11 =20 +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 700000 && defined(WITH_DBUS) BROKEN=3D Does not currently build with dbus support .endif %%% --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkv3cQ4ACgkQ1g+UGjGGA7aDMgCff2Nn0ms9mTEcXOD5LJX7MrIv QjwAoK2kwoF+tFtpdxKJp0Odd6F8Qf0P =33Tx -----END PGP SIGNATURE----- --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87bpc832m4.fsf>