1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Dmitry Marakasov
dce4b3197f - Convert USE_BZIP2 and USE_DOS2UNIX to USES 2014-05-07 20:42:38 +00:00
Dmitry Marakasov
de6321e301 - Support staging
- Convert USE_GMAKE to USES
- Rework OPTIONS
- Add DESKTOP_ENTRIES
2013-10-17 01:57:58 +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
Dmitry Marakasov
7f92da8958 Add explicit dependency on libX11 2013-09-14 03:06:04 +00:00
Dmitry Marakasov
13bcb0981b Fix build with clang/libc++ 2013-09-14 01:20:21 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Dmitry Marakasov
daffe00d4a - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
2013-07-12 15:01:45 +00:00
Jason Helfman
8199e9dc48 - adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup

Approved by:	portmgr (bapt)
2013-05-31 14:40: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
Mark Linimon
7d8608ab13 Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat:		portmgr
2011-11-10 05:38:32 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +00:00
Dmitry Marakasov
018b8d3479 - Add support for vendor's optimized cflags
- Simplify data handling - it's no longer needed to symlink whole datadir tree in dotdir
2011-03-28 22:09:38 +00:00
Dmitry Marakasov
6ffa166da6 - Update MASTER_SITES 2010-10-03 13:34:13 +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
Dmitry Marakasov
851aa9eba2 - Mark BROKEN on sparc64 2010-02-03 16:35:37 +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
011faf9169 Single-player and multi-player first-person shooter, built as a
total conversion of Cube Engine 2, which lends itself toward a
balanced gameplay, completely at the control of map makers, while
maintaining a general theme of tactics and low gravity.

WWW:	http://www.bloodfrontier.com/
2009-12-21 09:28:57 +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
5ec69d38f8 - Update to 20090504
PR:		134382
Submitted by:	myself
Approved by:	acm (maintainer, private email)
2009-05-09 12:19:58 +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
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Dmitry Marakasov
72ed5c97c3 - Commit forgotten patch
Reported by:	itetcu (QA Tindy)
Approved by:	miwi (mentor)
2008-06-29 20:34:11 +00:00
Dmitry Marakasov
7c9f78c910 - Update to 20080617
- Simplify do-install target (install all data, instead of picking specific extensions - no actual need for that)
- Fix plist for WITHOUT_CLIENT and WITHOUT_DEDICATED cases

PR:		ports/124959
Approved by:	acm (maintainer; via irc), miwi (mentor)
2008-06-29 17:46:39 +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
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Martin Wilke
139e1397b9 - Update to 20071222
PR:		119793
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	maintainer timeout
2008-02-17 11:22:51 +00:00
Edwin Groothuis
f7c0630cd2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:02:44 +00:00
Edwin Groothuis
ee83d8b75c [patch] games/sauerbraten update
Upgrade of sauerbraten to the new 2007 spring edition

PR:		ports/112511
Submitted by:	Sam Stein <scs@b1tt3r.org>
Approved by:	maintainer timeout
2007-09-26 01:03:39 +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
Jose Alonso Cardenas Marquez
536b2de5a0 - Update to 20061204
- Respect CXX
2006-12-29 18:22:15 +00:00
Jose Alonso Cardenas Marquez
7e3ab2862b - Use the correct way to check the default options on Makefile
PR:		ports/105004
Submitted by:	Dmitry Marakasov <amdmi3__at__mail.ru>
2006-11-06 18:19:46 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00
Jose Alonso Cardenas Marquez
b7503a72b5 - Update to 20060912
- Mark BROKEN on 4.x

Approved by:	garga (mentor,implicit)
2006-09-16 17:43:30 +00:00
Jose Alonso Cardenas Marquez
f1d840ea79 - Update to 20060722 [2]
- Fix building on 4.x and 7.x. [1]
- Allow building only the client/server part through OPTIONS. [1]
- Fix wrapper scripts: pass parameters to the real executables. [1]
- Respect SDL_CONFIG. [1]
- Clean-up. [1]

PR:		101116
Submitted by:	alepulver [1]
Reviewed by:	me [2]
Approved by:	garga (mentor)
2006-08-14 15:29:20 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Tilman Keskinoz
71f9abcd21 Mark BROKEN on CURRENT
Reported by:	pointyhat
2006-07-03 14:49:45 +00:00
Tilman Keskinoz
1ece8dfe17 Update to 20060611
Removed UXE_X_PREFIX

PR:		98928
Submitted by:	maintainer
2006-06-15 12:33:41 +00:00
Tilman Keskinoz
74121a441d Update to 20060426
PR:		96935
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-05-08 18:43:58 +00:00
Sam Lawrance
1ccc7e7daf Add Sauerbraten, a first person shooter based on Cube.
PR:		ports/92712
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-04-30 10:25:12 +00:00