Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2002 09:36:27 +0100
From:      Andreas Klemm <andreas@apsfilter.org>
To:        John Hay <jhay@icomtek.csir.co.za>
Cc:        Andreas Klemm <andreas@FreeBSD.ORG>, gaspeak@va.prestige.net, Beech Rintoul <akbeech@anchoragerescue.org>, freebsd-current@FreeBSD.ORG, apsfilter-help@apsfilter.org
Subject:   Re: ghostscript-gnu build broken
Message-ID:  <20020114083627.GA1929@titan.klemm.gtn.com>
In-Reply-To: <200201140617.g0E6HdY89334@zibbi.icomtek.csir.co.za>
References:  <20020113222504.GA85380@titan.klemm.gtn.com> <200201140617.g0E6HdY89334@zibbi.icomtek.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help

--LQksG6bCIzRHxTLp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Jan 14, 2002 at 08:17:39AM +0200, John Hay wrote:
> > Do you think its possible to put "that logic" into the port ?
>=20
> I looked into it a bit. I think it is better if automake don't have to
> be run. What about removeing files/patch-hpijs-1.0:configure.in and
> patch the port Makefile with the appened patch? It seems to work here.

This could really work bettern, since my patch doesn't work anymore
since I updated my autconf and automake environment. So I trapped
into the same as you ...

Astonishing is, that after changing autoconf version, my patch
doesn't work anymore, and -O is again in the CFLAGS :-/

> RCS file: /home/ncvs/ports/print/ghostscript-gnu/Makefile,v
> retrieving revision 1.63
> diff -u -r1.63 Makefile
> --- Makefile	11 Jan 2002 21:47:33 -0000	1.63
> +++ Makefile	14 Jan 2002 06:06:18 -0000
> @@ -165,8 +165,10 @@
>  	${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \
>  		${WRKSRC}/src/unix-gcc.mak
>  # for HPinkjet driver
> -	${PERL} -pi -e 's|CFLAGS=3D"-O2 -Wall"||g ; \
> -		 s|CXXFLAGS=3D"-O2 -Wall"||g' ${WRKSRC}/${HPIJS_NAME}/configure
> +	# XXX The HPinkjet driver should not be compiled with optimization
> +	${PERL} -pi -e 's|CFLAGS=3D"-O2 -Wall"|CFLAGS=3D"-pipe -Wall"|g ; \
> +		 s|CXXFLAGS=3D"-O2 -Wall"|CXXFLAGS=3D"-pipe -Wall"|g' \
> +		 ${WRKSRC}/${HPIJS_NAME}/configure
>  	find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \
>  		's|#include <malloc.h>||g'

Can you commit it please ? I'm busy today (have a recert termin soon,
in 3 hours ;-)

	Andreas ///

--=20
Andreas Klemm
Apsfilter Homepage                       http://www.apsfilter.org
Support over mailing-lists (only!)       http://www.apsfilter.org/support
Mailing-list archive                     http://www.apsfilter.org/Lists-Arc=
hives
Songs from our band >> 64Bits <<         http://www.64bits.de
Inofficial band pages with add-on stuff  http://www.apsfilter.org/64bits.ht=
ml

--LQksG6bCIzRHxTLp
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: Weitere Infos: siehe http://www.gnupg.org

iD8DBQE8QpiKd3o+lGxvbLoRAqEOAJ4+wb+zO98tp74DMoGj8fz1TjhL5gCfajCK
qqt+EyWyV1Rt0b6ZnKIaBJQ=
=KFta
-----END PGP SIGNATURE-----

--LQksG6bCIzRHxTLp--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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