summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-05-26Fix rpath provlem with native X11.taca1-2/+3
Bump PKGREVISION.
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-2/+2
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-3/+6
* Ajust new ruby package's framework.
2010-06-14Update ruby-opengl to 0.60.1.obache1-3/+3
While here, * set LICENST=mit * remove patch-a{a,b} from distinfo, it should be removed with update to 0.60. 0.60.1 (February 16, 2009) This is maintenance release. Changes in this release: Bugfixes Proper support for ruby 1.9/1.9.1+ Updated OpenGL enumerators in preparation for OpenGL 3.0
2008-06-19Bump PKGREVISION of rubygem based packages which contain extention libraries.taca1-1/+2
2008-04-04Update ruby-opengl to version 0.60.0. Changes from version 0.32gjlam1-22/+9
include: + Install as a Ruby gem. * Support for Ruby 1.9.0+ (requires mkrf 0.2.3) * Added support for many more OpenGL extensions * GLU and GLUT cleanup, bugfixes, some missing functions added - version 3.7 of GLUT API is now requirement (previously 3.0) * Support for OpenGL 2.1 (that includes pixelpack/unpack buffer) * Lots of bugfixes.
2007-02-04Mesa takes care of X11.joerg1-2/+1
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-1/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-11-03Update graphics/ruby-opengl package to 0.32g.taca1-3/+2
2004-07-17 <yoshi@giganet.net> * fixed marks callback function (thanks patch: nobu.nokada@softhome.net)
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-03-06Remove redundant include of ruby/buildlink3.mk.taca1-2/+1
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-1/+3
Bump PKG_REVISION.
2004-11-28Update ruby-opengl package to 0.32f.taca1-2/+2
2004-07-17 <yoshi@giganet.net> * fixed marks callback function (thanks patch: nobu.nokada@softhome.net) 2004-07-10 <yoshi@giganet.net> * fixed ReadPixels bug (thanks patch: Alvin Schur) * fixed GLUT font constats(thanks patch: Alvin Schur) 2004-02-28 <yoshi@giganet.net> * fixed SubWindow bug (thanks patch: HATAKEYAMA Motohiko) * add COPYRIGHT file * fixed sample (thanks patch: Matthias Neeracher) 2003-10-12 <yoshi@giganet.net> * fixed nurbs bug (thanks patch: Ashish Myles) 2003-10-12 <yoshi@giganet.net> * fixed submenu bug (thanks bug report: Daniel Amelang) * fixed for cygwin 1.5.5 (???)
2004-11-27Migrate ruby-opengl to use new framework for Ruby packages.taca1-15/+12
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-02Convert to buildlink3.snj1-4/+4
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-10-06ruby-opengl to 0.32.3.taca1-6/+4
Fix broken package with updating. 2003-08-17 <yoshi@giganet.net> * fixed for mswin32 (thanks patch: nobu.nakada) * function call which was being called from the NUM2INT() argument is deleted * change allocate_buffer_with_string() 2003-08-04 <yoshi@giganet.net> * fixed bug teapot.rb, extconf.rb (thanks patch: Stef Telford) * fixed bug glu.c (thanks patch: Ashish Myles) * fixed for gcc 3.3.1 (thanks patch: Haukur Hreinsson) * fixed for cygwin environment * release OpenGL module 0.32c
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-1/+2
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2002-10-20Convert to buildlink2.wiz1-2/+4
2002-01-20Update ruby-opengl package to 0.32.2.taca1-5/+5
2001-12-01 <yoshi@giganet.net> * patch for mswin32. (thanks patch: Nobuyuki Horie(ruby-talk:21179)) * patch for missing methods. (thanks patch: Takaaki Tateishi) * release OpenGL module 0.32b
2001-12-27Make PKGNAME dewey-conform.wiz1-2/+2
2001-06-30Importing ruby-opengl pacakge.taca1-0/+34
This is update of ruby-gl package from 0.31 to 0.32a, quoted from ChangeLog. 2001-05-05 <yoshi@giganet.net> * release OpenGL module 0.32a 2001-04-30 Akinori MUSHA <knu@iDaemons.org> * extconf.rb: Use the better way to default X11 lib/header directories to /usr/X11R6/{lib,include}. 2001-04-30 <yoshi@giganet.net> * extconf.rb ogl.c glu.c: patch for cygwin environment. 2001-04-24 Akinori MUSHA <knu@iDaemons.org> * glu.c: change errno to errorno to avoid the clash. * extconf.rb: do dir_config("x11"). 2001-03-20 <yoshi@giganet.net> * release OpenGL module 0.32 * extconf.rb : patch for ruby 1.6.x * extconf.rb : add site-install target 2001-01-15 <yoshi@giganet.net> * ogl.c : fixed constant name