pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/smalltalk smalltalk: switch from removed glut to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d792d67ace57
branches:  trunk
changeset: 400685:d792d67ace57
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 01 13:06:25 2019 +0000

description:
smalltalk: switch from removed glut to freeglut.

Bump PKGREVISION.

Untested.

diffstat:

 lang/smalltalk/Makefile   |  4 ++--
 lang/smalltalk/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 9505863b3841 -r d792d67ace57 lang/smalltalk/Makefile
--- a/lang/smalltalk/Makefile   Sun Sep 01 13:05:27 2019 +0000
+++ b/lang/smalltalk/Makefile   Sun Sep 01 13:06:25 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.109 2019/07/21 22:25:15 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2019/09/01 13:06:25 wiz Exp $
 
 DISTNAME=      smalltalk-3.2.5
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=smalltalk/}
 
diff -r 9505863b3841 -r d792d67ace57 lang/smalltalk/options.mk
--- a/lang/smalltalk/options.mk Sun Sep 01 13:05:27 2019 +0000
+++ b/lang/smalltalk/options.mk Sun Sep 01 13:06:25 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2015/02/05 17:32:20 dholland Exp $
+# $NetBSD: options.mk,v 1.3 2019/09/01 13:06:25 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.smalltalk
 PKG_SUPPORTED_OPTIONS= cairo curses expat gdbm gtk opengl readline sdl sqlite tk
@@ -56,7 +56,7 @@
 PLIST.opengl=          yes
 .  include "../../graphics/MesaLib/buildlink3.mk"
 .  include "../../graphics/glu/buildlink3.mk"
-.  include "../../graphics/glut/buildlink3.mk"
+.  include "../../graphics/freeglut/buildlink3.mk"
 .  include "../../x11/libICE/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-opengl



Home | Main Index | Thread Index | Old Index