ports/51076: [patch] x11-toolkits/xview-clients now build

Serge Gagnon gagnon__s at videotron.ca
Tue May 20 14:10:14 UTC 2003


The following reply was made to PR ports/51076; it has been noted by GNATS.

From: Serge Gagnon <gagnon__s at videotron.ca>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/51076: [patch] x11-toolkits/xview-clients now build
Date: 20 May 2003 10:27:06 -0400

 Don't use the patch above since I submit Pr ports/52437 .
 Use this one instead of the previous patch. However
 patch-clients-olwm-gettext.c is yet requiered.
 
 xview-clients build and install on -current, but it seems that cmdtool
 and shelltool doesn't work for now. 
 The window manager "olwm" and the clock "clock" seem to work properly.
 
 --- patch-xview-clients begins here ---
 diff -u /usr/ports/x11-toolkits/xview-clients/Makefile ./Makefile
 --- /usr/ports/x11-toolkits/xview-clients/Makefile	Thu Feb 20 14:20:28
 2003
 +++ ./Makefile	Tue May 20 10:17:18 2003
 @@ -14,18 +14,24 @@
  MASTER_SITE_SUBDIR=	asami/LOCAL_PORTS .
  DISTNAME=	xview3.2p1-X11R6
  
 -MAINTAINER=	ports at FreeBSD.org
 +MAINTAINER=	gagnon__s at videotron.ca
  COMMENT=	OpenLook applications and man pages
  
 -DEPENDS=	${PORTSDIR}/x11-toolkits/xview:install
 +LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview
  
  USE_X_PREFIX=	yes
  EXTRACT_ONLY=	# empty
  WRKSRC=		${WRKDIRPREFIX}${.CURDIR}/../xview/work/${DISTNAME}
 +XVIEWDIR=	${.CURDIR}/../xview
  ALL_TARGET=	Clients
  INSTALL_TARGET=	'SUBDIRS=clients' install install.man
  
  MAN1=		clock.1 cmdtool.1 olwm.1 olwmslave.1 shelltool.1
  MANCOMPRESSED=	yes
  
 +post-fetch:
 +	cd ${PORTSDIR}/x11-toolkits/xview; ${MAKE} configure; \
 +	${CP} ${XVIEWDIR}/files/wait.h.in ${WRKSRC}/wait.h
 +	${CP} ${XVIEWDIR}/files/types.h.in ${WRKSRC}/types.h
 +	
  .include <bsd.port.mk>
 --- patch-xview-clients ends here ---
 
 -- 
 Serge Gagnon <gagnon__s at videotron.ca>
 



More information about the freebsd-ports-bugs mailing list