Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2015 12:53:28 +0200
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        Cy Schubert <Cy.Schubert@komquats.com>, Koop Mast <kwm@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org, mandree@freebsd.org
Subject:   Re: svn commit: r396836 - in head/graphics/xpdf: . files
Message-ID:  <1442314408.1243.0.camel@rainbow-runner.nl>
In-Reply-To: <201509150755.t8F7tWU7036144@slippy.cwsent.com>
References:  <201509150755.t8F7tWU7036144@slippy.cwsent.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2015-09-15 at 00:55 -0700, Cy Schubert wrote:
> In message <201509131715.t8DHFVX7070797@repo.freebsd.org>, Koop Mast
> writes:
> > Author: kwm
> > Date: Sun Sep 13 17:15:30 2015
> > New Revision: 396836
> > URL: https://svnweb.freebsd.org/changeset/ports/396836
> > 
> > Log:
> >   Add a man config file, to point to the custom location where xpdf
> > puts the
> >   man pages. This is done to avoid a conflict with poppler-utils.
> > If both
> >   are installed, the poppler-utils man pages are prefered.
> >   
> >   PR:		202231
> >   Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
> >   Approved by:	maintainer timeout (14 days)
> > 
> > Added:
> >   head/graphics/xpdf/files/xpdf-man.conf.in   (contents, props
> > changed)
> > Modified:
> >   head/graphics/xpdf/Makefile
> > 
> > Modified: head/graphics/xpdf/Makefile
> > ===================================================================
> > ==========
> > =
> > --- head/graphics/xpdf/Makefile	Sun Sep 13 17:05:49 2015	
> > (r39683
> > 5)
> > +++ head/graphics/xpdf/Makefile	Sun Sep 13 17:15:30 2015	
> > (r39683
> > 6)
> > @@ -2,7 +2,7 @@
> >  
> >  PORTNAME=	xpdf
> >  PORTVERSION=	3.04
> > -PORTREVISION=	4
> > +PORTREVISION=	5
> >  CATEGORIES=	graphics print
> >  MASTER_SITES=	http://mirrors.rit.edu/zi/ \
> >  		ftp://ftp.foolabs.com/pub/xpdf/ \
> > @@ -37,6 +37,8 @@ TYPE1_DESC=	Ghostscript type1 fonts
> >  OPTIONS_DEFAULT=	TYPE1 X11
> >  OPTIONS_SUB=		yes
> >  
> > +SUB_FILES=	xpdf-man.conf
> > +
> >  TYPE1_RUN_DEPENDS=	${LOCALBASE}/share/ghostscript/fonts/n02
> > 1003l.pfb:${POR
> > TSDIR}/print/gsfonts
> >  
> >  LIBPAPER_LIB_DEPENDS=	libpaper.so:${PORTSDIR}/print/libpape
> > r
> > @@ -61,5 +63,7 @@ post-install:
> >  	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
> >  .endfor
> >  	${LN} -sf ${PREFIX}/libexec/xpdf/xpdf
> > ${STAGEDIR}${PREFIX}/bin/xpdf
> > +	${INSTALL_DATA} ${WRKDIR}/xpdf-man.conf \
> > +		${STAGEDIR}${PREFIX}/etc/man.d/xpdf.conf
> >  
> >  .include <bsd.port.mk>
> > 
> > Added: head/graphics/xpdf/files/xpdf-man.conf.in
> > ===================================================================
> > ==========
> > =
> > --- /dev/null	00:00:00 1970	(empty, because file is
> > newly added)
> > +++ head/graphics/xpdf/files/xpdf-man.conf.in	Sun Sep 13
> > 17:15:30 2015
> > 	(r396836)
> > @@ -0,0 +1 @@
> > +MANPATH %%PREFIX%%/share/xpdf/man
> 
> Thanks kwm.
> 
> You forgot to make sure pkg-plist was updated too.
> 
> Thanks mandree, it's been fixed now.
> 
> 

Sorry about that, thanks for correcting it.

-Koop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1442314408.1243.0.camel>