X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=JbXdFac0ID2ROk2OUDsYf1hkmd2dy yXj9GKEyN4s9k4U7K/6jbgPgixRCinWZUaTk6VPtIVOzMTGFI01Rdc4AfyZEM4Vr agqUdX1iXj7tGOMTmnlUTAsT67U1/udEFzRw7spSdUKGVLwMxPYlZhhghBNfEOmf frbq5FaELvHnHI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=bjYw/Jub72AG2Xb6pnafDegxEzw=; b=hR2 LE+5scWPaUEkdgl/c9yZuxkGN2Sf6/RjBLBq2Z6e4Z0rhx0a8g8yXykiKpw4Q/mT 32/lZUPBK4NagKFDxPQQ0ci9dLLW75mm6XlHxTUFIVu9NWdVsCAsC3Ub+MZPF5cj Q2KSX7bJ6RNDLnkHnsMoQMkRNqdFe0bpropzlOXg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=lib*, libgddevel, libgd-devel, ghostscript X-HELO: mout.kundenserver.de From: "U-leila\\vzell" To: Cygwin List Subject: cygport-0.22.0-1: xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option Date: Tue, 28 Jun 2016 21:23:35 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-UI-Out-Filterresults: notjunk:1;V01:K0:S03l7Cc+QGg=:FVw6TGrnJTAxe9wxjm+J3H wjo60d4XYN5POZukv19s0axjBasCxboiBB3crMXdXx9zr4MHQydR5bur9tPt7nVGYgfhsB40N Gm+RBdRAosUIfCGolWzJfsjEVCKz9JFaSJ6tOfiqTwoMoS8X0IUSTo/dauAfJ4KWJ7x+cr71c rx5uTXDu1GLK1XhqRW7VDCbdjfsPbTFvKo7qUqMfGbYCy6IagUnHM++5I3eb6cbhbhvQvw3aM N5bmoVkaEf2a3VgvRB1CzbGglyfs9+T9vcu9TKFu5fUDNn1NKVB0NfFqlYG9XEYUtJa3uLlxZ fh7csFRONR6hPILmfNdAWd5tUBS9M5G8ACB+3hm75vLSVa3Lh1mXuALMOFWeqnfg35lrRQgam jdvgNUILdESwLcfcpM9eRDjddlneoR/4ysNOeqXpCjhhEU3Fal3IZiMBNB5bSPabbbDk+17RA XCjS0zB6CKOYJamu7QswdoS49nNhzW/LoSrM/W22PEs6PhvyZ5GmRLis90xrIVFGBm+GfZy52 F0BcqIKx8WDjifsD94+rjS44xoJL5FXukPA2WbEIPqQRNOlc0kjq+1Rvw7nvaWWN4yV7n8jY4 DvGxlxrEIqAlhpZ+IJEMLr7g/lIm+9uU6jJIj+gv1QaHQ2w3Us+d2vDp8huMKKqPJ+jvzWdeB 2G78nXbWUiUTxFV07TQ+qhcr87uZLgOZQwr5CwMv6QZ1ry6xsfzEALduJ+oS0zbHPIh0= --=-=-= Content-Type: text/plain Hi Yaakow When using cygport pstoedit.cygport compile I get the following error xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option cygport file and patch attached. Could you take a look ? Ciao Volker --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=pstoedit.cygport NAME="pstoedit" VERSION=3.70 RELEASE=2 CATEGORY="Graphics" SUMMARY="A tool converting PostScript and PDF files into various vector graphic formats" DESCRIPTION="Converts Postscript and PDF files to various editable vector graphics formats, including xfig, ai, idraw, metapost, gnu metafile, and others." HOMEPAGE="http://www.pstoedit.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" PATCH_URI=" pstoedit-pcin.patch " # Build dependencies only DEPEND="libEMF-devel libplotter-devel" abi=0 PKG_NAMES="${PN} lib${PN}${abi} ${PN}-devel" pstoedit_SUMMARY="${SUMMARY} (utilities)" pstoedit_REQUIRES="ghostscript" pstoedit_CONTENTS=" usr/bin/*.exe usr/share/doc/ usr/share/man/ usr/share/pstoedit/ " libpstoedit0_CATEGORY="Libs ${CATEGORY}" libpstoedit0_SUMMARY="${SUMMARY} (runtime)" libpstoedit0_CONTENTS=" usr/bin/*-${abi}.dll usr/lib/pstoedit/ " pstoedit_devel_CATEGORY="Devel ${CATEGORY}" pstoedit_devel_SUMMARY="${SUMMARY} (development)" pstoedit_devel_REQUIRES="libgd-devel libEMF-devel libMagick-devel libming-devel libplotter-devel gcc-core gcc-g++ libzip-devel" pstoedit_devel_CONTENTS=" usr/include/ usr/lib/lib* usr/lib/pkgconfig/ usr/share/aclocal/ " DIFF_EXCLUDES="copying" MAKEOPTS="-j1" CPPFLAGS+=-I/usr/lib/libzip/include src_install() { cd ${B} cyginstall doman ${S}/doc/pstoedit.1 dodir /usr/share/doc/${PN}/java1 dodir /usr/share/doc/${PN}/java2 cp ${S}/contrib/java/java1/{*.java,*.txt} ${D}/usr/share/doc/${PN}/java1 cp ${S}/contrib/java/java2/{*.java,*.html,*.gif} ${D}/usr/share/doc/${PN}/java2 } DOCS="readme.install doc/*.htm doc/readme.txt" --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=pstoedit-pcin.patch --- origsrc/pstoedit-3.70/config/pstoedit.pc.in 2013-06-23 22:55:36.000000000 +0200 +++ src/pstoedit-3.70/config/pstoedit.pc.in 2016-06-28 20:58:51.737468100 +0200 @@ -7,5 +7,5 @@ Name: pstoedit Description: converts PostScript(TM) and PDF files to other vector graphic formats Version: @VERSION AT DOT 0 Requires: -Libs: -L AT libdir@ -lpstoedit @LIBPNG_LDFLAGS@ @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@ +Libs: -L AT libdir@ -lpstoedit @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@ Cflags: -I AT includedir@ --=-=-= Content-Type: text/plain; charset=us-ascii -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple --=-=-=--