pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/smalltalk
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 1 13:06:25 UTC 2019
Modified Files:
pkgsrc/lang/smalltalk: Makefile options.mk
Log Message:
smalltalk: switch from removed glut to freeglut.
Bump PKGREVISION.
Untested.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/lang/smalltalk/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/smalltalk/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/smalltalk/Makefile
diff -u pkgsrc/lang/smalltalk/Makefile:1.109 pkgsrc/lang/smalltalk/Makefile:1.110
--- pkgsrc/lang/smalltalk/Makefile:1.109 Sun Jul 21 22:25:15 2019
+++ pkgsrc/lang/smalltalk/Makefile Sun Sep 1 13:06:25 2019
@@ -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/}
Index: pkgsrc/lang/smalltalk/options.mk
diff -u pkgsrc/lang/smalltalk/options.mk:1.2 pkgsrc/lang/smalltalk/options.mk:1.3
--- pkgsrc/lang/smalltalk/options.mk:1.2 Thu Feb 5 17:32:20 2015
+++ pkgsrc/lang/smalltalk/options.mk Sun Sep 1 13:06:25 2019
@@ -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 @@ CONFIGURE_ARGS+= --without-glib --withou
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