Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 1997 14:42:07 -0600
From:      Warner Losh <imp@rover.village.org>
To:        Andreas Klemm <andreas@freebsd.org>
Cc:        cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org
Subject:   Re: cvs commit: ports/print/ghostscript5 Makefile ports/print/ghostscript5/files md5 ports/print/ghostscript5/patches patch-ac ports/print/ghostscript5/scripts configure 
Message-ID:  <E0x3oul-0004XG-00@rover.village.org>
In-Reply-To: Your message of "Tue, 26 Aug 1997 23:52:44 PDT." <199708270652.XAA29666@freefall.freebsd.org> 
References:  <199708270652.XAA29666@freefall.freebsd.org>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199708270652.XAA29666@freefall.freebsd.org> Andreas Klemm writes:
:   Because this driver source is packed as a .zip file (tada *sigh*)
:   and contains ^M's (where the combination \^M confuses gcc) we have
:   to BUILD_DEPEND on unzip and pipe the source and header files through
:   sed to wipe out the ^M's ...

unzip -a won't do the right thing here?  From the unzip man page:
       -a     convert  text  files.   Ordinarily  all  files  are
              extracted exactly as they are stored (as ``binary''
              files).  The -a option causes files  identified  by
              zip as text files (those with the `t' label in zip-
              info listings, rather than `b') to be automatically
              extracted as such, converting line endings, end-of-
              file characters and the  character  set  itself  as
              necessary....

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0x3oul-0004XG-00>