Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- 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
2011-09-23 22:26:39 +00:00
Ganael LAPLANCHE
860c0ef13c
- Update FlightGear and SimGear to 2.4.0
...
- Switch PORTNAMEs to lowercase
- Change DATADIR from ${LOCALBASE}/share/FlightGear
to ${LOCALBASE}/share/flightgear
- Re-order variables to make portlint happy
- Remove useless CPPFLAGS from CONFIGURE_ENV
PR: ports/160322, ports/160421
Submitted by: amdmi3
2011-09-06 13:14:19 +00:00
Olli Hauer
b6ac748023
-remove MD5
2011-07-03 14:25:36 +00:00
Ganael LAPLANCHE
f05418f618
- Add missing LICENSE
...
- Cleanup MASTER_SITES
Approved by: ehaupt (mentor)
2010-11-23 13:33:32 +00:00
Ganael LAPLANCHE
db6d323dff
Update MAINTAINER address for my ports
...
Approved by: ehaupt (mentor)
2010-09-27 12:08:23 +00:00
Philip M. Gollucci
2e59da295c
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
...
- Update some MASTER_SITES too
PR: ports/150349
Submitted by: maintainer
2010-09-07 15:52:18 +00:00
Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Dmitry Marakasov
1bc17d9eb6
- Bump revisions on ports that use networking functions from plib after it was updated (flightgear and friends seem to be the only such ports)
...
PR: 144575
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by: portmgr (pav)
2010-03-16 17:55:22 +00:00
Wen Heping
963aebda03
- Update to 2.0.0
...
PR: ports/144462
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Feature safe: yes
2010-03-07 00:53:17 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Pav Lucistnik
14ac881764
- Introduce USE_OPENAL variable for OpenAL consumers
...
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat)
2010-01-25 19:15:18 +00:00
Dmitry Marakasov
ea56125499
- Remove BROKEN on 8.x, no longer needed
...
- While here, mark MAKE_JOBS_UNSAFE, as it fails to build with forced jobs
PR: 139235
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
2009-10-01 13:18:04 +00:00
Dirk Meyer
eca78ec61b
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
...
Requested by: edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
d1107bb40e
- Update boost to 1.39
...
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00
Dmitry Marakasov
9769e2955a
- Chase graphics/osg-devel shlib version bump
2009-05-06 17:49:05 +00:00
Dmitry Marakasov
2326d93d21
- Mark BROKEN on recent -CURRENT because of x11-toolkits/plib problem
...
PR: 133485
Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
2009-04-08 23:12:42 +00:00
Dmitry Marakasov
526821aa8d
- Chase graphics/osg and graphics/osg-devel shlibver bumps
2009-04-01 02:49:42 +00:00
Dmitry Marakasov
d4fb3a868c
- Add optional support for graphics/osg-devel, which should fix some rendering bugs
...
PR: 131613
Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
2009-02-18 23:05:36 +00:00
Dmitry Marakasov
023878618a
- This port has no slave pors, so no need for PORTNAME?=, FGVERSION and other magic.
...
PR: 131418
Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
2009-02-05 15:17:38 +00:00
Dmitry Marakasov
f9bb0344ff
- Add two dependencies (although they are installed by devel/simgear, flightgear explicitely checks for them) [1]
...
- Update to 1.9.1 [2]
PR: 130789 [1], 131199 [2]
Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
2009-02-03 22:54:13 +00:00
Florent Thoumie
340b57f8be
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
...
- 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).
2009-01-23 16:28:36 +00:00
Martin Wilke
4976fa7d6a
- Update to 1.9.0
...
PR: 130131
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2009-01-15 22:18:07 +00:00
Rong-En Fan
741aa71483
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
...
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)
2008-08-21 06:18:49 +00:00
Pav Lucistnik
1bb8ac2a10
- Add more downloading locations
...
PR: ports/123414
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2008-05-05 07:43:49 +00:00
Martin Wilke
d11c8cc25b
- Update to 1.0.0
...
- Pass maintainership to submitter
PR: 123337
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
2008-05-03 00:24:46 +00:00
Mark Linimon
e21f53b16f
Reset jylefort's port maintainerships. portmgr has taken his commit bit
...
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Martin Wilke
3e4ed01146
- Remove unneeded dependency from gtk12/gtk20 [1]
...
- 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)
2008-04-19 17:56:05 +00:00
Martin Wilke
06aa815303
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
...
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Edwin Groothuis
f7c0630cd2
Remove always-false/true conditions based on OSVERSION 500000
2007-10-04 01:02:44 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jean-Yves Lefort
fa9a9cd603
- Update to 0.9.10 and drop FreeBSD 4.x support
...
- Install js_server
2006-04-07 20:28:45 +00:00
Sergey Matveychuk
b4d2ac42d7
- Update graphics/libglut to 6.4.1.
...
- 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>
2006-01-12 12:54:32 +00:00
Jean-Yves Lefort
02290c6823
Accommodate the flightgear-l410 slave port.
2005-12-11 18:04:49 +00:00
Jean-Yves Lefort
5a8159d852
Chase the plib update by bumping PORTREVISION, since it is statically
...
linked in.
2005-12-07 10:13:02 +00:00
Jean-Yves Lefort
fe6bee82ec
- Update to 0.9.9
...
- Move to ${X11BASE}
2005-11-20 22:16:58 +00:00
Jean-Yves Lefort
c44ce64ea0
- Respect ${X11BASE} [1]
...
- Respect ${PTHREAD_CFLAGS}
- Add a pkg-message advicing the user to increase the data size limit
- Cleanup the Makefile
Reported by: pointyhat via kris [1]
2005-10-23 03:13:53 +00:00
Jean-Yves Lefort
c632792ff7
Take maintainership.
2005-10-03 21:44:12 +00:00
Dag-Erling Smørgrav
96572994de
Drop maintainership.
2005-10-03 20:29:24 +00:00
Jean-Yves Lefort
97d9539bf5
Do not die when a floating point exception occurs in the nvidia GL
...
library (ignore SIGFPE).
PR: ports/86220
Submitted by: jylefort
Approved by: maintainer timeout (17 days)
2005-10-03 17:15:25 +00:00
Pav Lucistnik
e1c3b01efd
- Fix build on FreeBSD 4.X
...
PR: ports/80740
Submitted by: Martin Kaeske <Martin.Kaeske@Stud.TU-Ilmenau.DE>
Approved by: maintainer timeout (des; 4 months)
2005-09-14 23:29:14 +00:00
Dag-Erling Smørgrav
12f1ee60d9
Upgrade to 0.9.8.
2005-02-20 20:35:33 +00:00
Kris Kennaway
1a9f977f3f
BROKEN on 4.x: Does not compile
...
Approved by: portmgr (self)
2005-01-02 00:56:40 +00:00
Dag-Erling Smørgrav
e71946e1e8
Update to 0.9.6. Note that scenery, textures and aircraft models are now
...
installed by a separate port, games/fgfs-base, which this one lists as a
run-time dependency.
2004-12-12 14:10:54 +00:00
Kris Kennaway
e9cb0e0ba3
BROKEN on 5.x: Does not compile
...
Approved by: portmgr (self)
2004-09-17 22:47:50 +00:00
Dag-Erling Smørgrav
edc4fb8c6f
Add missing glut dependency, remove BROKEN.
...
PR: ports/69245
Submitted by: Erik Greenwald <erik@smluc.org>
2004-08-07 20:51:44 +00:00
Kris Kennaway
06609d5758
BROKEN: Missing dependency
2004-07-11 01:07:01 +00:00
Dag-Erling Smørgrav
65657a56a7
SIZEify; group distfiles.
2004-03-08 03:11:10 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
439b8a040c
Use the CPIO macro defined in bsd.port.mk.
2004-01-22 12:18:43 +00:00
Dag-Erling Smørgrav
cd80fe2b74
Updated plist which I forgot to commit yesterday.
2003-11-20 09:52:50 +00:00