From owner-cvs-all@FreeBSD.ORG Sat May 22 05:52:30 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D9661065670; Sat, 22 May 2010 05:52:30 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id F0B078FC1E; Sat, 22 May 2010 05:52:29 +0000 (UTC) X-Spam-Status: No X-Hellug-MailScanner-From: keramida@freebsd.org X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.89, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90, T_MIME_NO_TEXT 0.01) X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-ID: o4M5qEmd008584 Received: from kobe.laptop (ppp-94-64-244-40.home.otenet.gr [94.64.244.40]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-9.1) with ESMTP id o4M5qEmd008584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 22 May 2010 08:52:20 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.4/8.14.4) with ESMTP id o4M5qEtr046573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 22 May 2010 08:52:14 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.4/8.14.4/Submit) id o4M5qEjn046568; Sat, 22 May 2010 08:52:14 +0300 (EEST) (envelope-from keramida@freebsd.org) From: keramida@freebsd.org (Giorgos Keramidas) To: Hajimu UMEMOTO References: <201005211951.o4LJp46e084250@repoman.freebsd.org> Date: Sat, 22 May 2010 08:52:03 +0300 In-Reply-To: (Hajimu UMEMOTO's message of "Sat, 22 May 2010 14:15:20 +0900") Message-ID: <87bpc832m4.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/editors/emacs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2010 05:52:30 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Sat, 22 May 2010 14:15:20 +0900, Hajimu UMEMOTO wrote: >>>>>> On Fri, 21 May 2010 19:51:04 +0000 (UTC) >>>>>> Giorgos Keramidas 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 (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 + .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----- --=-=-=--