Commit graph

27 commits

Author SHA1 Message Date
Dmitry Marakasov
c801b56286 - Fix build on DragonFly
- Strip binary
2015-04-01 14:10:44 +00:00
Baptiste Daroussin
9ae3fa335d Remove Author from pkg-descr and white space fixes 2015-03-02 23:26:42 +00:00
Dmitry Marakasov
f6687cbf3e - Drop @dirrm* from plist
- Don't show pkg-message from the Makefile

Approved by:	portmgr blanket
2015-01-16 15:42:47 +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
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
William Grzybowski
247c26f94d games/einstein: fix staging
PR:		191779
Submitted by:	Andrey Zholos
Approved by:	maintainer (timeout)
2014-07-27 19:20:06 +00:00
Edwin Groothuis
3dfab1bed4 Fix staging 2014-05-11 11:49:49 +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
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +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
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +00:00
Marcus von Appen
3c5a29be3d - Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.
2010-08-11 06:57:34 +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
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Edwin Groothuis
b7906ec96c [PATCH] games/einstein: Fix build with AMD64/GCC4.2
- Unbreak
	- Fix build with AMD64 and GCC4.2

PR:		ports/116832
Submitted by:	Martin Wilke <miwi@FreeBSD.org>
2007-10-02 21:39:28 +00:00
Mark Linimon
a93377b570 Mark as broken with gcc4.2 on 64-bit archs. While here, remove
obsolete cruft.
2007-10-02 10:37:26 +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
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
Edwin Groothuis
7075019551 Add SHA256 checksums to the distinfo files. 2005-11-08 21:45:49 +00:00
Edwin Groothuis
0ed1521f7c Sadly but true, games/einstein doesn't work on 4.x anymore. 2005-10-31 11:45:39 +00:00
Edwin Groothuis
1eddbdb2aa Upgrade to 2.0:
Einstein 2.0 features sound support, full internalization,
	russian localization, reengeneered resource subsystem to
	allow custom graphics themes and in-game rules browser.
2005-10-12 22:37:50 +00:00
Edwin Groothuis
e7a7f7076b Extract patch in patch and use that patch to patch instead of
patching with a patch which doesn't patch the file to patch.

Noticed by: Dmitry Morozovsky <marck@FreeBSD.org>
Pointy hat: me!
2005-03-08 11:29:47 +00:00
Edwin Groothuis
11b829ac81 [patch] games/einstein for RELENG_4 misses sys/time.h inclusion
Under RELENG_4 there is missing header preventing einstein
	from compiling.

PR:		ports/78540
Submitted by:	Dmitry Morozovsky <marck@freebsd.org>
2005-03-07 22:31:14 +00:00
Edwin Groothuis
ce29958bb4 [games/einstein] : compile fix
I tried to install the Einstein game just for the hack of it,
    but it doesn't compile without the attached (trivial) patch.

Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
2005-01-31 21:24:15 +00:00
Edwin Groothuis
a78e45b4d1 Properly install everything. Guess I failed the test! 2005-01-30 10:59:19 +00:00
Edwin Groothuis
ee43442b67 New game!
Einstein puzzle is cross-platform open source remake of old
	DOS game Sherlock which was inspired by Albert Einstein's
	puzzle.  Einstein said that only those with an intelligence
	quotient of 98 percentile and higher should be able to solve
	it.
2005-01-30 10:53:08 +00:00