Date: Mon, 11 Mar 2013 22:49:21 +0000 (UTC) From: Beech Rintoul <beech@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313944 - in head/graphics/pstoedit: . files Message-ID: <201303112249.r2BMnLUq023300@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: beech Date: Mon Mar 11 22:49:21 2013 New Revision: 313944 URL: http://svnweb.freebsd.org/changeset/ports/313944 Log: - Fix NOPORTDOCS=yes in /etc/make.conf .if ${PORT_OPTIONS:MDOCS} PLIST_SUB+= PORTDOCS="" .else PLIST_SUB+= PORTDOCS="@comment " .endif ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1/ - Pass maintainership to submitter PR: ports/176824 Submitted by: nemysis <nemysis@gmx.ch> Modified: head/graphics/pstoedit/Makefile (contents, props changed) head/graphics/pstoedit/files/patch-configure (contents, props changed) head/graphics/pstoedit/pkg-descr (contents, props changed) head/graphics/pstoedit/pkg-plist (contents, props changed) Modified: head/graphics/pstoedit/Makefile ============================================================================== --- head/graphics/pstoedit/Makefile Mon Mar 11 22:16:46 2013 (r313943) +++ head/graphics/pstoedit/Makefile Mon Mar 11 22:49:21 2013 (r313944) @@ -3,14 +3,14 @@ PORTNAME= pstoedit PORTVERSION= 3.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Convert PostScript to other vector graphic formats -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2 LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd @@ -34,6 +34,12 @@ MAN1= pstoedit.1 .include <bsd.port.options.mk> +.if ${PORT_OPTIONS:MDOCS} +PLIST_SUB+= PORTDOCS="" +.else +PLIST_SUB+= PORTDOCS="@comment " +.endif + .if ${PORT_OPTIONS:MMAGICK} LIB_DEPENDS+= Magick++:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IMAGEMAGICK="" @@ -75,11 +81,13 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/src/Makefile.in post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1/ + .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR} .endif + .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.ps ${EXAMPLESDIR} Modified: head/graphics/pstoedit/files/patch-configure ============================================================================== --- head/graphics/pstoedit/files/patch-configure Mon Mar 11 22:16:46 2013 (r313943) +++ head/graphics/pstoedit/files/patch-configure Mon Mar 11 22:49:21 2013 (r313944) @@ -1,7 +1,7 @@ ---- configure.orig Sat Mar 11 07:38:16 2006 -+++ configure Sun Mar 26 18:50:43 2006 -@@ -21280,6 +21280,7 @@ - cat >>conftest.$ac_ext <<_ACEOF +--- configure.orig 2012-08-28 12:49:37.000000000 +0200 ++++ configure 2013-03-11 00:33:46.000000000 +0100 +@@ -16274,6 +16274,7 @@ + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdlib.h> +#include <unistd.h> Modified: head/graphics/pstoedit/pkg-descr ============================================================================== --- head/graphics/pstoedit/pkg-descr Mon Mar 11 22:16:46 2013 (r313943) +++ head/graphics/pstoedit/pkg-descr Mon Mar 11 22:49:21 2013 (r313944) @@ -1,7 +1,4 @@ pstoedit converts Postscript(TM) and PDF files to other vector graphic formats so that they can be edited graphically. -Copyright (C) 1993 - 2005 -Wolfgang Glunz, wglunz34_AT_pstoedit.net - WWW: http://www.pstoedit.net/ Modified: head/graphics/pstoedit/pkg-plist ============================================================================== --- head/graphics/pstoedit/pkg-plist Mon Mar 11 22:16:46 2013 (r313943) +++ head/graphics/pstoedit/pkg-plist Mon Mar 11 22:49:21 2013 (r313944) @@ -70,7 +70,7 @@ share/aclocal/pstoedit.m4 %%DATADIR%%/wemf.fmp @dirrm %%DATADIR%%/swffonts @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/pstoedit @dirrm include/pstoedit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303112249.r2BMnLUq023300>