pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics INSTALL_DATA -> INSTALL_LIB.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b05872d354e
branches: trunk
changeset: 481853:9b05872d354e
user: tv <tv%pkgsrc.org@localhost>
date: Wed Oct 13 18:00:08 2004 +0000
description:
INSTALL_DATA -> INSTALL_LIB.
diffstat:
graphics/Mesa/Makefile.common | 4 ++--
graphics/MesaDemos/Makefile | 4 ++--
graphics/MesaLib/Makefile | 4 ++--
graphics/glu/Makefile | 4 ++--
graphics/glut/Makefile | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (73 lines):
diff -r 01f793b7f81f -r 9b05872d354e graphics/Mesa/Makefile.common
--- a/graphics/Mesa/Makefile.common Wed Oct 13 17:52:46 2004 +0000
+++ b/graphics/Mesa/Makefile.common Wed Oct 13 18:00:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2004/04/09 13:05:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2004/10/13 18:00:08 tv Exp $
#
DISTNAME= MesaLib-${MESA_VERSION}
@@ -30,7 +30,7 @@
@if [ -n "${INSTLIBS}" ]; then \
${ECHO_MSG} "Installing libraries."; \
for lib in ${INSTLIBS}; do \
- ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+ ${LIBTOOL} --mode=install ${INSTALL_LIB} \
$${lib} ${PREFIX}/lib; \
done; \
fi
diff -r 01f793b7f81f -r 9b05872d354e graphics/MesaDemos/Makefile
--- a/graphics/MesaDemos/Makefile Wed Oct 13 17:52:46 2004 +0000
+++ b/graphics/MesaDemos/Makefile Wed Oct 13 18:00:08 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/10/03 00:14:48 tv Exp $
+# $NetBSD: Makefile,v 1.19 2004/10/13 18:00:08 tv Exp $
PKGNAME= MesaDemos-${MESA_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= OpenGL examples and Demos
PATCHDIR= ${.CURDIR}/patches
diff -r 01f793b7f81f -r 9b05872d354e graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Wed Oct 13 17:52:46 2004 +0000
+++ b/graphics/MesaLib/Makefile Wed Oct 13 18:00:08 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2004/10/03 00:14:48 tv Exp $
+# $NetBSD: Makefile,v 1.34 2004/10/13 18:00:08 tv Exp $
#
PKGNAME= MesaLib-${MESA_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Graphics library similar to SGI's OpenGL
.include "../../graphics/Mesa/Makefile.common"
diff -r 01f793b7f81f -r 9b05872d354e graphics/glu/Makefile
--- a/graphics/glu/Makefile Wed Oct 13 17:52:46 2004 +0000
+++ b/graphics/glu/Makefile Wed Oct 13 18:00:08 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2004/10/07 16:36:47 tv Exp $
+# $NetBSD: Makefile,v 1.33 2004/10/13 18:00:08 tv Exp $
#
PKGNAME= ${DISTNAME:C/MesaLib/glu/}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= GLU polygon tessellation facility for Mesa
CONFLICTS+= Mesa-glx-[0-9]*
diff -r 01f793b7f81f -r 9b05872d354e graphics/glut/Makefile
--- a/graphics/glut/Makefile Wed Oct 13 17:52:46 2004 +0000
+++ b/graphics/glut/Makefile Wed Oct 13 18:00:08 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2004/10/03 00:14:51 tv Exp $
+# $NetBSD: Makefile,v 1.31 2004/10/13 18:00:08 tv Exp $
#
PKGNAME= ${DISTNAME:S/MesaLib/glut/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= GLUT Graphics library similar to SGI's OpenGL
CONFLICTS+= Mesa-glx-[0-9]*
Home |
Main Index |
Thread Index |
Old Index