Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2008 21:10:07 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/124709: deskutils/kmatrix3d broken
Message-ID:  <200807302110.m6ULA7w4012220@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/124709; it has been noted by GNATS.

From: Max Brazhnikov <makc@issp.ac.ru>
To: bug-followup@freebsd.org, emz@norma.perm.ru
Cc: arved@freebsd.org
Subject: Re: ports/124709: deskutils/kmatrix3d broken
Date: Thu, 31 Jul 2008 01:07:40 +0400

 --Boundary-00=_dgNkI8siZyRrKoR
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Attached patch fixes the build problem and cleans up port Makefile. 
 ports/122416 could be closed as a duplication of this pr.
 
 Cheers,
 Max
 
 
 --Boundary-00=_dgNkI8siZyRrKoR
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="kmatrix3d-0.1_4.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="kmatrix3d-0.1_4.diff"
 
 diff -ruN --exclude=CVS /usr/ports/deskutils/kmatrix3d/Makefile /home/makc/porting/ports/deskutils/kmatrix3d/Makefile
 --- /usr/ports/deskutils/kmatrix3d/Makefile	2008-06-06 17:18:22.000000000 +0400
 +++ /home/makc/porting/ports/deskutils/kmatrix3d/Makefile	2008-07-31 00:11:07.000000000 +0400
 @@ -7,7 +7,7 @@
  
  PORTNAME=		kmatrix3d
  PORTVERSION=		0.1
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=		deskutils
  MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -15,22 +15,19 @@
  MAINTAINER=		gustau.perez@gmail.com
  COMMENT=		Eye candy for KDE, a new Matrix screensaver
  
 -LIB_DEPENDS=		glut.4:${PORTSDIR}/graphics/libglut
 -
 -DOCSDIR=		${PREFIX}/share/doc/HTML/en/kmatrix3d/
 +DOCSDIR=		${PREFIX}/share/doc/HTML/en/kmatrix3d
  
  WRKSRC=			${WRKDIR}/${PORTNAME}
  
 -USE_GL=			yes
 +USE_GL=			glut
  GNU_CONFIGURE=		yes
  USE_GMAKE=		yes
  USE_AUTOTOOLS=		libtool:15 automake:19:env autoheader:261:env
  USE_KDELIBS_VER=	3
  USE_BZIP2=		yes
 +USE_PERL5_BUILD=	yes
  
  pre-configure:
 -	cd ${WRKSRC} && ${MAKE} -f admin/Makefile.common
 -
 -MANCOMPRESSED=		yes
 +	cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${MAKE} -f admin/Makefile.common
  
  .include <bsd.port.mk>
 
 --Boundary-00=_dgNkI8siZyRrKoR--



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