Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 May 2011 05:18:21 +0530
From:      ashish@freebsd.org (Ashish SHUKLA)
To:        Pan Tsu <inyaoo@gmail.com>
Cc:        cvs-ports@FreeBSD.org, Ashish SHUKLA <ashish@freebsd.org>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/editors/emacs-devel Makefile distinfo ports/editors/emacs-devel/files patch-Makefile.in patch-configure patch-configure.in patch-doc-emacs-Makefile.in patch-doc-lispintro-Makefile.in patch-doc-lispref-Makefile.in patch-doc-misc-Makefile.in patch-src_config.in
Message-ID:  <86pqo3mhbu.fsf@chateau.d.if>
In-Reply-To: <86tydfnbem.fsf@gmail.com> (Pan Tsu's message of "Sat, 30 Apr 2011 16:58:41 %2B0400")
References:  <201104281508.p3SF8PjS068074@repoman.freebsd.org> <86tydfnbem.fsf@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Pan Tsu writes:
> Ashish SHUKLA <ashish@FreeBSD.org> writes:

>> ashish      2011-04-28 15:08:25 UTC
>>=20
>> FreeBSD ports repository
>>=20
>> Modified files:
>> editors/emacs-devel  Makefile distinfo=20
>> editors/emacs-devel/files patch-Makefile.in=20
>> patch-doc-emacs-Makefile.in=20
>> patch-doc-lispintro-Makefile.in=20
>> patch-doc-lispref-Makefile.in=20
>> patch-doc-misc-Makefile.in=20
>> Added files:
>> editors/emacs-devel/files patch-configure.in=20
>> Removed files:
>> editors/emacs-devel/files patch-configure patch-src_config.in=20
>> Log:
>> - Update to bzr revision 104000.

> - Any reason to use autogen.sh instead of relying on AUTOTOOLS?

Because autogen.sh works fine, and is provided by the upstream to configure
the sources. So, I prefer to use upstream, unless it behaves badly.

> - Why patch-src_config.in was lost and not converted to patch-configure.i=
n?

As I see, in src/config.in (excerpt is pasted below) which get generated
already includes "stdlib.h", so I don't see any need of the re-including it,
unless you think it causes some issue.

=2D-8<---------------cut here---------------start------------->8---
/* Define if the compiler supports function prototypes.  It may do so but
   not define __STDC__ (e.g. DEC C by default) or may define it as zero.  */
#undef PROTOTYPES

#include <string.h>
#include <stdlib.h>

#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#elif defined __FreeBSD__
#include <stdlib.h>
#elif defined __GNUC__
# define alloca __builtin_alloca
#elif defined _AIX
# define alloca __alloca
#else
# include <stddef.h>
# ifdef  __cplusplus
extern "C"
# endif
void *alloca (size_t);
#endif
=2D-8<---------------cut here---------------end--------------->8---


> - No love for IMAGEMAGICK knob since http://docs.freebsd.org/cgi/mid.cgi?=
86y6ahzpjp.fsf

My sincere apologies for missing this diff, I'll include it, test it, and
commit it today hopefully.

Thanks
=2D-=20
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/

Avoid Success At All Costs !!

--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (FreeBSD)

iQIcBAEBCgAGBQJNvJ/JAAoJEMdGz6nnT6Sw+wQP/2BlrZw/w0agObj6zR8/MDi8
hQ5YjroGiCzJQ//HhSHHCCOBplSwTTLJswJtzpFTiX3fjO3HMKi6uL5qbjPVFuAD
etMMaWkiHVEW4nvRovAI9Yw/SQOtEh8FVK/XCMPTfKyrhfomFBOeHXVWdtUPvzst
Mco8zOLn5s3dT/d5gwB+fXhg/ZcabCAOUnp5v9MfCat1b0zJEJ1qJZ17yIFDWhf5
bcryYnicKNepqkZv4H4u7W2PT+7B960/rMI3cG+a/Sje1uL3C1/wrALid1PPzw5I
3iIdNVpzyXKhYiTAsvgugKONg2pyZDB4ycffXJm9Ep+/23Xt+RMc8uo1NqVtQHIZ
10q9uDR/saHPHFU6RecqJ0GrAdYWtLyh0fDkw47sPGx/moPYn6DNOUDUuQhjv6Dm
aScHwDCgWSzKWIsJBc33EYHQGM/GIianly84S/Fz1McRT2m+YDajzzZQfr8SuceV
SvUk0SKvllmPc1F/yWmKf3Qmjafx0/2IAowdKolfXBwphzwx+Aq9TpUyGz7jaq5N
owgCEQRe8Rz504gQ2vqmwwXoIi48yPp8my179gqt0DCVgajllMudeuqWSjg6Ktij
odCfxb72FfLxiXNSXxxtBQUx8iAaq62aXxETtnyoUuiRi2VkNGrulxhJFfhRK3Tm
dspBQhnig2uuXCQDnaiR
=13t7
-----END PGP SIGNATURE-----
--=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86pqo3mhbu.fsf>