ports/124709: deskutils/kmatrix3d broken
Max Brazhnikov
makc at issp.ac.ru
Wed Jul 30 21:10:08 UTC 2008
The following reply was made to PR ports/124709; it has been noted by GNATS.
From: Max Brazhnikov <makc at issp.ac.ru>
To: bug-followup at freebsd.org, emz at norma.perm.ru
Cc: arved at 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 at 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--
More information about the freebsd-ports-bugs
mailing list