From owner-freebsd-ports Wed Jun 13 8:50:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id 5E2C437B403; Wed, 13 Jun 2001 08:50:22 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: from kyoto-tc011-p127.alpha-net.ne.jp (kyoto-tc011-p127.alpha-net.ne.jp [210.237.118.129]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id AAA24376; Thu, 14 Jun 2001 00:50:11 +0900 (JST) Received: from souffle.bogus-local.net (localhost.bogus-local.net [127.0.0.1]) by kyoto-tc011-p127.alpha-net.ne.jp (Postfix) with ESMTP id 8D53C9B11; Thu, 14 Jun 2001 00:50:10 +0900 (JST) Date: Thu, 14 Jun 2001 00:50:09 +0900 Message-ID: <86puc8bcr2.wl@cheerful.com> From: FUJISHIMA Satsuki To: Kenneth W Cochran Cc: freebsd-ports@freebsd.org, shige@FreeBSD.org Subject: Re: xv build error, XFree 4.1.0_3 In-Reply-To: <200106131133.HAA03637@world.std.com> References: <200106131133.HAA03637@world.std.com> User-Agent: Wanderlust/2.5.8 (Smooth) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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