Date: Thu, 14 Jun 2001 00:50:09 +0900 From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: Kenneth W Cochran <kwc@world.std.com> Cc: freebsd-ports@freebsd.org, shige@FreeBSD.org Subject: Re: xv build error, XFree 4.1.0_3 Message-ID: <86puc8bcr2.wl@cheerful.com> In-Reply-To: <200106131133.HAA03637@world.std.com> References: <200106131133.HAA03637@world.std.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Try this patch. -- FUJISHIMA Satsuki Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/xv/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- Makefile 2001/03/08 17:33:29 1.48 +++ Makefile 2001/06/13 15:31:12 @@ -7,7 +7,7 @@ PORTNAME= xv PORTVERSION= 3.10a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ \ ${MASTER_SITE_LOCAL} \ @@ -41,7 +41,7 @@ USE_IMAKE= yes .if !defined(NOMAN) -MAN1= bggen.1 vdcomp.1 xcmap.1 xv.1 xvpictoppm.1 +MAN1= bggen.1 vdcomp.1 xcmap.1 xv.1 xvp2p.1 .endif XVDIST= ${DISTDIR}/${DIST_SUBDIR} @@ -59,6 +59,10 @@ @${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.in @${CAT} ${WRKSRC}/config.h.in | \ ${SED} -e "s@%%LOCALBASE%%@${LOCALBASE}@" > ${WRKSRC}/config.h +.for i in ${MAN1} + @${CP} ${WRKSRC}/docs/${i:R}.man ${WRKSRC} +.endfor + post-install: .if !defined(NOPORTDOCS) Index: files/patch-ad =================================================================== RCS file: /home/ncvs/ports/graphics/xv/files/patch-ad,v retrieving revision 1.9 diff -u -r1.9 patch-ad --- files/patch-ad 1999/06/25 15:26:18 1.9 +++ files/patch-ad 2001/06/13 15:26:21 @@ -1,5 +1,5 @@ ---- Imakefile.orig Wed Oct 7 22:24:59 1998 -+++ Imakefile Wed Oct 7 22:27:00 1998 +--- Imakefile.orig Thu Jun 14 00:25:24 2001 ++++ Imakefile Thu Jun 14 00:26:01 2001 @@ -6,13 +6,15 @@ /* if, for whatever reason, you're unable to get the JPEG library to compile * on your machine, *COMMENT OUT* the following line @@ -80,7 +80,7 @@ InstallProgram(xv,$(BINDIR)) -@@ -266,7 +282,7 @@ +@@ -266,16 +282,16 @@ InstallProgram(xvpictoppm,$(BINDIR)) #ifdef HavePDS @@ -88,4 +88,18 @@ +NormalProgramTarget(vdcomp,$(OBJS3),$(DEPLIBS),$(LOCAL_LIBRARIES),-lxpg4) InstallProgram(vdcomp,$(BINDIR)) #endif + + +-InstallManPageLong(docs/xv,$(MANDIR),xv) +-InstallManPageLong(docs/bggen,$(MANDIR),bggen) +-InstallManPageLong(docs/xcmap,$(MANDIR),xcmap) +-InstallManPageLong(docs/xvp2p,$(MANDIR),xvpictoppm) +-InstallManPageLong(docs/vdcomp,$(MANDIR),vdcomp) ++InstallManPage(xv,$(MANDIR)) ++InstallManPage(bggen,$(MANDIR)) ++InstallManPage(xcmap,$(MANDIR)) ++InstallManPage(xvp2p,$(MANDIR)) ++InstallManPage(vdcomp,$(MANDIR)) + + InstallNonExecFile(xv_mgcsfx.sample,$(MGCSFXDIR)) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86puc8bcr2.wl>