Commit Graph

67 Commits

Author SHA1 Message Date
Dmitry Marakasov
d0b488c23f - Add upstream patch to fix HUD disappearing after takin a screenshot
PR:		237531
Submitted by:	voidanix@420blaze.it
MFH:		2019Q2
2019-04-26 18:29:40 +00:00
Dmitry Marakasov
aa129f60a2 - Update WWW 2019-01-02 09:30:22 +00:00
Dmitry Marakasov
425c7c0e00 - Pet portlint
- Update to 1.6.0
2018-01-02 14:35:41 +00:00
Dmitry Marakasov
9b6b422c9c - Update to 1.5.8 2017-07-02 15:37:41 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Dmitry Marakasov
e79900c138 - Update to 1.5.3 2016-01-09 15:50:09 +00:00
Dmitry Marakasov
ad0151b4e1 - Switch to options helpers
- Simplify
- Only use GCC where necessary
2015-09-09 11:14:47 +00:00
Dmitry Marakasov
f062eb801f - Pet portlint
- Switch to options helpers
2015-09-02 14:48:10 +00:00
Mathieu Arnold
90a49f0472 Cleanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-30 21:25:06 +00:00
Dmitry Marakasov
ebd067f789 - Update to 1.5.0 2015-03-25 01:11:32 +00:00
Jan Beich
19e2b6a6eb Improve style, consistency and fix minor issues in Cube-based ports
- Convert to option helpers
- Drop unused libGLU dependency (except for games/cube)
- Track direct dependency on libX11 (for XFetchBytes)
- Drop redundant MKDIR before COPYTREE_* macros [1]
- Wrap cd related commands with parentheses [1]
- Wrap lines exceeding 80 characters
- Bump PORTREVISION to pick up changes in dependencies, plist (assaultcube)
  and catch regressions early [1]
- games/assaultcube: CLIENT uses openal/vorbisfile *instead* of SDL_mixer
- games/assaultcube: drop unused gettext-tools dependency [1]
- games/assaultcube: convert to PLIST_DIRS [1]
- games/assaultcube: add patch for source/src/bot/bot_waypoint.cpp
  file to fix "invalid source encoding" warning [1]
- games/{cube,bloodfrontier}: MASTER or SERVER don't need libX11
- games/redeclipse: tell how large the package is in IGNORE message
- games/redeclipse: use PORTDATA to hold list of dirs for COPYTREE_SHARE

Differential Revision:	https://reviews.freebsd.org/D1831
PR:		197582 [1]
PR:		197583 [2]
Submitted by:	lightside@gmx.com [1]
Requested by:	lightside@gmx.com [1]
Reviewed by:	amdmi3, lightside@gmx.com (maintainers)
Approved by:	maintainer timeout (1 month) [2]
Approved by:	bapt (mentor)
2015-03-15 11:51:06 +00:00
Baptiste Daroussin
877e37b717 Revert r375084
A too sharp axe causes unpredictable damages

Reported by:	amdmi3
2014-12-22 21:38:23 +00:00
Baptiste Daroussin
5081338b1e Cleanup plist 2014-12-20 18:37:11 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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)
2014-12-08 16:48:38 +00:00
Dmitry Marakasov
c577b862e2 - Add empty directory to plist 2014-11-28 11:20:02 +00:00
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
ae69096555 - Convert USE_BZIP2 to USES 2014-05-07 21:53:59 +00:00
Dmitry Marakasov
5e05f453ae - Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by:	danfe
2013-12-16 18:18:07 +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
e218a5849c - Support staging
- Convert USE_GMAKE to USES
2013-10-17 01:58:08 +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
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
Dmitry Marakasov
6899a5d5e2 - Update to 1.4
Feature safe:	yes
2013-04-17 13:46:37 +00:00
Dmitry Marakasov
db49378d4b - OptionsNG
- Trim header
2013-02-28 16:31:12 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Max Brazhnikov
d321be23d6 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article from COMMENT

Approved by:	maintainers
2013-01-22 23:12:20 +00:00
Thomas Abthorpe
e69af9a0f7 - Fix the ZLIB license now that it is standard in bsd.licenses.db.mk
Approved by:	amdmi3 (maintainer)
Pointyhat to:	tabthorpe
Feature safe:	yes
2012-10-16 22:23:37 +00:00
Dmitry Marakasov
f1c7e04a2b - Fix path to license file
Submitted by:	"Sergey V. Dyatko" <sergey.dyatko@gmail.com> (via private email)
2012-09-06 15:36:20 +00:00
Dmitry Marakasov
1fdf65f6d6 - Update to 1.3.1 2012-09-03 22:33:43 +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
4b6a361561 - Update to 1.2 2012-01-09 18:11:54 +00:00
Dmitry Marakasov
74ada4aef7 - Update to 1.1 2011-07-26 22:09:35 +00:00
Pav Lucistnik
be145b7334 - Disallow from pointyhat on basis of its general hugeness 2011-07-01 20:39:43 +00:00
Dmitry Marakasov
09a0dd1444 Red Eclipse is a single-player and multi-player first-person ego-shooter,
built as a total conversion of Cube Engine 2, which lends itself toward
a balanced gameplay, with a general theme of agility in a variety of
environments.

WWW:	http://www.redeclipse.net/

PR:		155682, 156010, 158308 (taken some bits from)
Submitted by:	Sender Ghost <lightside@safebox.ru>
2011-06-28 00:19: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