Commit graph

27 commits

Author SHA1 Message Date
Dmitry Marakasov
dcee563389 - Fix build on 10.x
- Convert USE_BZIP2 to USES
2014-03-29 21:11:11 +00:00
Dmitry Marakasov
ea3629c01a - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook 2013-12-16 17:40:13 +00:00
Dmitry Marakasov
c87a56b351 - Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
Approved by:	portmgr (bdrewery)
2013-10-22 13:53:33 +00:00
Dmitry Marakasov
a9c5b8d34b - Support staging 2013-10-17 23:52:35 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Baptiste Daroussin
206fd214c3 Add an explicit dependency on pkgconf 2013-09-06 15:28:27 +00:00
Dmitry Marakasov
ff043ce6d6 - Mark with USE_GCC
- Remove obsolete patch and OSVERSION check
2013-06-06 17:41:37 +00:00
Dmitry Marakasov
21ec30f825 - Trim header
- OptionsNG
- Fix OSVERSION check
2012-12-11 04:59:56 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Dmitry Marakasov
e20be8eac9 - Update to 0.0.6.4 2011-07-27 02:11:11 +00:00
Dmitry Marakasov
3c5dc619da - Fix build on -CURRENT
Reported by:	Sergey V. Dyatko <sergey dot dyatko at gmail dot com>
2010-12-30 22:11:59 +00:00
Dmitry Marakasov
fd0d5480eb - Update to 0.0.6.3 2010-12-28 11:32:09 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Marcus von Appen
6506e45d69 - Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:		ports/142147 ports/142248 ports/142249
Approved by:	miwi (mentor implicit)
2010-01-30 09:43:31 +00:00
Dmitry Marakasov
411ab62ebb - Update to 0.0.6.2 2009-10-27 13:29:25 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +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
Dmitry Marakasov
fbc5ace163 - Update to 0.0.6.1 2009-04-23 00:39:46 +00:00
Dmitry Marakasov
21a97fc2ad - Add forgotten patch 2008-11-09 20:25:04 +00:00
Dmitry Marakasov
d51d173509 - Update to 0.0.6 2008-11-09 20:22:14 +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
Dmitry Marakasov
5cab5dee67 Fix docs installation (install man regardless of NOPORTDOCS).
Approved by:	miwi (mentor)
Reported by:	QA Tindy
2008-06-20 09:09:10 +00:00
Dmitry Marakasov
e696084d23 Update my email address in 132 ports.
Approved by:	miwi (mentor)
2008-06-19 17:28:24 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Martin Wilke
095a642be2 OpenCity is a full 3D city simulator game project. It is written
in standard C++ with OpenGL and SDL from scratch. It is not intended
to be a clone of any famous city simulator from Max*s. So, if you
are looking to download a free SimCity 4 like, please forget OpenCity.

WWW: http://opencity.sourceforge.net

PR:		ports/119492
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
2008-01-12 16:26:10 +00:00