aboutsummaryrefslogtreecommitdiff
path: root/games/torcs
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Clean up pkg-plist of my ports.Rene Ladan2014-10-091-260/+0
| | | | Notes: svn path=/head/; revision=370516
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Add CPE information, versions 1.3.2 and 1.3.3 were vulnerable.Rene Ladan2014-07-261-1/+2
| | | | Notes: svn path=/head/; revision=362979
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* games/torcs:Rene Ladan2014-04-283-6/+3
| | | | | | | | - update to 1.3.6 - fix pkg-plist Notes: svn path=/head/; revision=352535
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Convert to USES=tar:*Rene Ladan2014-03-161-2/+1
| | | | Notes: svn path=/head/; revision=348414
* Convert the tree to USES=openalAntoine Brodin2013-12-251-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Update to 1.3.5Rene Ladan2013-11-174-29/+210
| | | | | | | | | | | - Strip shared libraries [1] - Cleanup Makefile Changelog: http://torcs.sourceforge.net/index.php?name=News&file=article&sid=92 Submitted by: stage-qa [1] Notes: svn path=/head/; revision=334108
* Add stage support.Rene Ladan2013-09-291-5/+4
| | | | Notes: svn path=/head/; revision=328684
* Let my ports pass 'make check-sanity' by using modern LIB_DEPENDSRene Ladan2013-09-231-2/+2
| | | | Notes: svn path=/head/; revision=328021
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Fix build with libc++Rene Ladan2013-09-151-0/+10
| | | | | | | | | isnan() and isinf() do not like integer arguments, so remove two offending tests. These tests would always evaluate to false anyway because integers cannot express NaN nor infinity. Notes: svn path=/head/; revision=327336
* Do not list files to fix twice.Rene Ladan2013-07-171-3/+2
| | | | Notes: svn path=/head/; revision=323153
* - Fix fallout from shebangfix conversionRene Ladan2013-07-173-22/+9
| | | | | | | - Remove two patches which are believed to be obsolete with new freeglut Notes: svn path=/head/; revision=323140
* Convert to USES=gmakeRene Ladan2013-07-051-2/+1
| | | | | | | Remove an empty OPTIONS_DEFAULT in lang/nbc Notes: svn path=/head/; revision=322337
* Use shebangfixRene Ladan2013-05-071-13/+6
| | | | Notes: svn path=/head/; revision=317584
* - remove empty OPTIONS_DEFAULTRene Ladan2013-03-251-1/+1
| | | | | | | - portlint fixes Notes: svn path=/head/; revision=315209
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-0/+1
| | | | Notes: svn path=/head/; revision=310871
* Do not try to remove PREFIX/share/applications, it is created by itsRene Ladan2012-12-041-1/+0
| | | | | | | | | | dependencies. Spotted by: pkg Feature safe: yes Notes: svn path=/head/; revision=308262
* Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are alwaysRene Ladan2012-10-291-0/+2
| | | | | | | | | defined. Feature safe: yes Notes: svn path=/head/; revision=306613
* - Update to 1.3.4Rene Ladan2012-10-233-25/+195
| | | | | | | | | | | | - Clean up GLUT dependency handling - Mark MAKE_JOBS_UNSAFE - Make the port more options-ng aware Changelog: http://torcs.sourceforge.net/index.php?name=News&file=article&sid=85 Feature safe: yes Notes: svn path=/head/; revision=306310
* Cleanup Makefile headers of my ports.Rene Ladan2012-10-071-5/+1
| | | | | | | Just use my login for ports I originally created myself. Notes: svn path=/head/; revision=305446
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Strip version information from LIB_DEPENDS to pet portlintRene Ladan2012-06-051-2/+2
| | | | Notes: svn path=/head/; revision=298506
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Update to 1.3.3Rene Ladan2012-02-203-77/+434
| | | | | | | | Changelog: http://torcs.sourceforge.net/index.php?name=News&file=article&sid=79 Security: http://www.vuxml.org/freebsd/ba51c2f7-5b43-11e1-8288-00262d5ed8ee.html Notes: svn path=/head/; revision=291950
* - Update to 1.3.2Rene Ladan2012-01-097-2260/+2312
| | | | | | | | | | | - Should be MAKE_JOBS_SAFE - Clean up Makefile / pkg-plist Changelog: http://torcs.sourceforge.net/index.php?name=News&file=article&sid=77 Security: http://www.vuxml.org/freebsd/e7fd27b2-3ae9-11e1-8b5c-00262d5ed8ee.html Notes: svn path=/head/; revision=288852
* - 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=276993
* Ignore the depend target in the upstream Makefile. This is not necessary andRene Ladan2010-10-172-1/+12
| | | | | | | | | | | fixes the build when ports/151047 is committed. Bump PORTREVISION Obtained from: exp-run for ports/151047 Notes: svn path=/head/; revision=263161
* - Add desktop entryRene Ladan2010-08-191-1/+8
| | | | | | | | | | - Bump PORTREVISION PR: ports/149814 Submitted by: makc Notes: svn path=/head/; revision=259592
* Add license informationRene Ladan2010-07-171-0/+2
| | | | | | | Approved by: tabthorpe (mentor, implicit) Notes: svn path=/head/; revision=257900
* - Bump shared library version of libglut.so when using freeglutRene Ladan2010-07-061-2/+2
| | | | | | | | | - Grab maintainership of games/torcs Approved by: tabthorpe (mentor) Feature safe: yes Notes: svn path=/head/; revision=257466
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-251-4/+3
| | | | | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat) Notes: svn path=/head/; revision=248567
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-2/+2
| | | | | | | | | | | - 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). Notes: svn path=/head/; revision=226727
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+3
| | | | Notes: svn path=/head/; revision=225297
* Add a missing dependency to libglut, which is now the default.Thierry Thomas2009-01-011-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=225088
* Upgrade to 1.3.1.Thierry Thomas2008-12-314-1332/+611
| | | | | | | | Changelog at <http://sourceforge.net/project/shownotes.php?release_id=647191>. Notes: svn path=/head/; revision=225064
* 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Use SF macroMartin Wilke2008-03-281-8/+7
| | | | | | | | | - Replace X11BASE to LOCALBASE - Add missing xrandr - Bump PORTREVISION Notes: svn path=/head/; revision=210022
* - Add missing dependensMartin Wilke2008-03-261-1/+2
| | | | | | | Submitted by: pointyhat via pav Notes: svn path=/head/; revision=209847