public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "U-leila\\vzell" <vzell@volkerzell.de>
To: Cygwin List <cygwin@cygwin.com>
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:48:00 -0000	[thread overview]
Message-ID: <vriv7fd9i0co.fsf@leila.volkerzell.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

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


[-- Attachment #2: pstoedit.cygport --]
[-- Type: text/plain, Size: 1622 bytes --]

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"

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: pstoedit-pcin.patch --]
[-- Type: text/x-patch, Size: 509 bytes --]

--- 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@.0
 Requires: 
-Libs: -L@libdir@ -lpstoedit @LIBPNG_LDFLAGS@ @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@
+Libs: -L@libdir@ -lpstoedit @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@
 Cflags: -I@includedir@


[-- Attachment #4: Type: text/plain, Size: 218 bytes --]

--
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

             reply	other threads:[~2016-06-28 19:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28 21:48 U-leila\vzell [this message]
2016-06-29  7:48 ` Brian Inglis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vriv7fd9i0co.fsf@leila.volkerzell.de \
    --to=vzell@volkerzell.de \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).