aboutsummaryrefslogtreecommitdiff
path: root/graphics/bugle
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak with libc++Martin Wilke2012-01-141-0/+10
| | | | | | | | PR: 163444 Submitted by: Jan Beich <jbeich@tormail.net> Notes: svn path=/head/; revision=289221
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-1/+1
| | | | Notes: svn path=/head/; revision=276239
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update maintainer's email address.Mark Linimon2010-12-011-1/+1
| | | | | | | Submitted by: maintainer (private email) Notes: svn path=/head/; revision=265540
* - Update ffmpeg to 0.6Martin Matuska2010-07-241-0/+1
| | | | Notes: svn path=/head/; revision=258164
* Only clean up .la files genuine to this port.Gerald Pfeifer2009-11-221-2/+3
| | | | Notes: svn path=/head/; revision=244655
* Unbreak this port which also involves adding a dozen+ man pages andGerald Pfeifer2009-11-223-35/+86
| | | | | | | | | tons of additional include files and libraries. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=244653
* Update to version 0.0.20091026 of bugle which is sixteen (sic!) versionsGerald Pfeifer2009-11-013-7/+31
| | | | | | | | | | | newer and no longer requires an older version of GCC. Fix two portability issues in the autoconf scripts (submitted upstream, too), though there still is a problem left, so this remains BROKEN. Approved by: maintainer timeout Notes: svn path=/head/; revision=243610
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+2
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Mark BROKEN: does not compilePav Lucistnik2009-04-251-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=232735
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+5
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Mark as broken on sparc64: fails to link.Mark Linimon2008-02-011-0/+4
| | | | Notes: svn path=/head/; revision=206571
* - Update to 0.0.20071009Martin Wilke2007-10-233-8/+7
| | | | | | | | PR: 117428 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=201852
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 0.0.20070718Martin Wilke2007-07-262-4/+4
| | | | | | | | PR: 114902 Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=196308
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 0.0.20070528Martin Wilke2007-06-063-12/+11
| | | | | | | | PR: 113374 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=192905
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.0.20070217Rong-En Fan2007-02-193-6/+6
| | | | | | | | PR: ports/109282 Submitted by: Erik Greenwald <erik at smluc.org> (maintainer) Notes: svn path=/head/; revision=185494
* - Update to 0.0.20070107Martin Wilke2007-01-132-4/+4
| | | | | | | | PR: ports/107690 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=182337
* - Update to 0.0.20061227Cheng-Lung Sung2007-01-052-8/+8
| | | | | | | | | | | | | | | | | | | | - Freshmeat blurb (20061109): A number of bugs were fixed in this release. The most important is that screenshots and video capture are working again, having been broken in the previous release. Freshmeat blurb (20061227): There is now an option in the texture and framebuffer viewers to remap the range. This is useful for viewing textures with data outside the [0, 1] range as well as images with low dynamic range. There are also many bugfixes. In particular, BuGLe should now work much better on ATI cards. PR: ports/107417 Submitted by: maintainer (Erik Greenwald) Notes: svn path=/head/; revision=181476
* - Respect X11BASERong-En Fan2006-12-031-1/+5
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=178654
* - Update to 0.0.20061022Rong-En Fan2006-11-013-17/+9
| | | | | | | | PR: ports/104679 Submitted by: Erik Greenwald (maintainer) Notes: svn path=/head/; revision=176018
* - Update to 0.0.20060913Rong-En Fan2006-09-132-4/+4
| | | | | | | | PR: ports/103225 Submitted by: Erik Greenwald <erik at smluc.org> (maintainer) Notes: svn path=/head/; revision=172957
* - Update to 0.0.20060828Pav Lucistnik2006-08-282-4/+4
| | | | | | | | PR: ports/102608 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=171555
* - Update to 0.0.20060827Pav Lucistnik2006-08-282-4/+4
| | | | | | | | PR: ports/102579 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=171520
* Update to 0.0.20060813: [1]Ion-Mihai Tetcu2006-08-152-6/+10
| | | | | | | | | | | | | | | | | - This release makes some improvements to the texture viewer: in particular, shadow textures will be displayed in grey-scale rather than crashing, and luminance textures will appear in grey-scale rather than red-scale. There are miscellaneous other bugfixes and improvements. - Additionally, the gtkglext LIB_DEPEND was fixed, as 1.0.2 seems to be the current version. Add OPTIONS support [2] PR: ports/102014 Submitted by: Erik Greenwald (maintainer) [1], itetcu (me) [2] Notes: svn path=/head/; revision=170702
* - Change shared library version in LIB_DEPENDS to match current version ofAlejandro Pulver2006-07-191-1/+1
| | | | | | | | | | x11-toolkits/gtkglext. Reported by: linimon Approved by: maintainer Notes: svn path=/head/; revision=168194
* - Update to 0.0.20060528Marcus Alves Grando2006-06-052-8/+34
| | | | | | | | | | - Add some OPTIONS PR: 98384 Submitted by: maintainer Notes: svn path=/head/; revision=164375
* Update to 0.0.20060429.Stefan Walter2006-05-132-4/+4
| | | | | | | | | PR: 97203 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Approved by: arved (mentor) Notes: svn path=/head/; revision=162256
* Update to 0.0.20060416.Stefan Walter2006-05-122-4/+4
| | | | | | | | | PR: 95981 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Approved by: arved (mentor) Notes: svn path=/head/; revision=162189
* - Update to 0.0.20060306.Jean Milanez Melo2006-04-132-4/+4
| | | | | | | | | PR: ports/95669 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Approved by: mnag (mentor) Notes: svn path=/head/; revision=159426
* Update to 0.0.20060224Emanuel Haupt2006-04-122-10/+13
| | | | | | | | PR: 93832 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=159379
* - Update to 0.0.20060101Pav Lucistnik2006-01-014-34/+5
| | | | | | | | PR: ports/91179 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=152540
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-10-311-1/+1
| | | | | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports Notes: svn path=/head/; revision=146850
* - Update to 0.0.20050512Pav Lucistnik2005-09-135-5/+47
| | | | | | | | PR: ports/85362 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=142604
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Add missing dependency on perlVolker Stolz2004-12-011-0/+1
| | | | | | | | PR: ports/74543 Submitted by: maintainer Notes: svn path=/head/; revision=122888
* Update to latest version:Volker Stolz2004-11-243-3/+6
| | | | | | | | | | | | | | The news stats and showstats filter-sets can now display frame rate, triangle count, and fragment count as an overlay on the rendered frame. There has also been some work to reduce overhead, so that the FPS counter will be reasonably accurate. PR: ports/74296 Submitted by: maintainer Notes: svn path=/head/; revision=122294
* - Update to 0.0.20041108 [1]Pav Lucistnik2004-11-092-4/+10
| | | | | | | | | | - Mark IGNOREd for stock perl in FreeBSD 4.x, it does not build with it PR: ports/73695 [1] Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) [1] Notes: svn path=/head/; revision=121244
* Update to 0.0.20041025Tilman Keskinoz2004-11-042-3/+3
| | | | | | | | | | | | | This version is a minor update, the most important fix being that extension functions will now be properly intercepted. If the previous version worked for you, and you are not using extensions, then you shouldn't need to update. PR: 73117 Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=120810
* Update to 0.0.20041011Kirill Ponomarev2004-10-133-9/+6
| | | | | | | | PR: ports/72640 Submitted by: maintainer Notes: svn path=/head/; revision=119224
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* Update to 0.0.20040719Kirill Ponomarev2004-07-233-3/+7
| | | | | | | | PR: ports/69482 Submitted by: maintainer Notes: svn path=/head/; revision=114498
* Update to version 0.0.20040614Kirill Ponomarev2004-06-163-5/+14
| | | | | | | | PR: ports/68006 Submitted by: maintainer Notes: svn path=/head/; revision=111593