aboutsummaryrefslogtreecommitdiffstats
path: root/astro/openuniverse/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+1
| | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+3
| | | | | | | | | | | | | | | - 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)
* - USE_X_PREFIX --> USE_XORGgahr2008-03-141-7/+6
| | | | | | | - Use USE_GL instead of depending directly on glut - Beautify Makefile Approved by: miwi (mentor)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Reset maintainership to ports@ after ~4 months without any response to anynetchild2006-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1]
* - Update graphics/libglut to 6.4.1.sem2006-01-121-3/+3
| | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Retire comment file.trevor2003-03-011-0/+1
|
* The distfile is on at least three of the MASTER_SITE_SOURCEFORGEtrevor2002-07-081-1/+2
| | | | | | servers, so use that macro. Submitted by: Tilman Linneweh
* Markus Bäurle sent me a nice report about the configure scripttrevor2002-06-101-1/+2
| | | | | | | | | | | | failing. In his config.log I noticed a pthreads problem: /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_getspecific' /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_key_create' /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_setspecific' I was not able to reproduce the problem, so I asked him to test this patch, but have not seen a response. However, it causes no trouble for me.
* (whitespace)sobomax2001-08-201-8/+8
| | | | Use single-tab to separate variables from values instead of double-tabs.
* Take over maintainership.trevor2001-01-091-1/+1
|
* Release to the world all of my ports that I don't use, excluding KDE 1,will2001-01-091-1/+1
| | | | | which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
* "1.0beta3" is not a valid version...change it to "1.0.b3".asami2000-09-151-3/+4
| | | | Remove explicit dependency to GL.14:Mesa3 and replace it with USE_MESA.
* Rename ssystem to openuniverse after repository copy. Update towill2000-08-261-26/+16
| | | | | | | openuniverse 1.0beta3. PR: 19176 Submitted by: Trevor Johnson <trevor@jpj.net>
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* Take over some ports.will2000-03-291-4/+2
|
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradejseger2000-03-211-2/+2
|
* Update MASTER_SITES and WWWjedgar2000-03-021-2/+3
| | | | | PR: 17094 Submitted by: Maintainer
* Should use USE_BISON instead of BUILD_DEPENDS.asami2000-01-221-2/+1
|
* Depend on Bison.obrien2000-01-221-0/+2
|
* Id->FreeBSD rename try 2.obrien1999-08-251-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Update to 1.6flathill1999-03-141-5/+5
| | | | | PR: ports/10567 Submitted by: andy@icc.surw.chel.su
* Portlint.asami1998-12-171-3/+2
|
* Upgrade to 1.5.mph1998-12-151-15/+19
| | | | | PR: 8938 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Update to version 1.4.steve1998-11-021-5/+8
| | | | | PR: 8407 Submitted by: maintainer
* Remove regexp support for Mesa3 libs and make this build in an ELFsteve1998-09-271-4/+4
| | | | world.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* Import of ssystem 1.3, an OpenGL solar system simulator.mph1998-08-071-0/+34
PR: 7495 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>