Akio Morita on Fri, 11 Jan 2002 04:40:29 +0100 (CET)(envelope-from owner-apsfilter-help@apsfilter.org)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: cvs commit: ports/print/ghostscript-afpl Makefile distinfo pkg-plist ports/print/ghostscript-afpl/files escputil.contrib.mak hpijs.contrib.mak patch-hpijs:makefile patch-hpijs:platform.h patch-src:unix-gcc.mak stp.contrib.mak ports/print/ghostscript-afpl/scripts ...


On Thu, 10 Jan 2002 23:40:39 +0100
Andreas Klemm <andreas@FreeBSD.org> writes:
>
(snip)
>Who tested the new IJS 1.0 driver successfully ?
>If we don't get it fixed, we should backup this driver change
>and again use the HPIJS 0.97 version, which didn't cause any
>problems (but doesn't have duplex support, sigh)
>
The new IJS 1.0 driver is working in my environment.
To avoid this hpijs's core dump,
disabling optimization for .c files of hpijs is effective.
I used following script for hpijs's configure in post-configure target.

cd ${WRKSRC}/${HPIJS_NAME} ; \
        ${SETENV} ${MAKE_ENV} CFLAGS="${CFLAGS} -O0" \
                ./configure --prefix=${PREFIX}

--
Akio Morita