1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

134 Commits

Author SHA1 Message Date
Pav Lucistnik
8c2aab382d - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-22 19:49:43 +00:00
Dirk Meyer
3c6c78ce31 - Fix build for FreeBSD 8
no Joystick-Support for 8 yet.
PR:		137971
Submitted by:	Ulrich Spoerlein
2009-08-24 16:09:27 +00:00
Erwin Lansing
38e9c0cc24 Mark BROKEN on 8.x: does not build. 2009-06-03 06:50:55 +00:00
Pav Lucistnik
d095d4a965 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 19:44:02 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +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
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
Gabor Kovesdan
d4d4877cb1 - Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
2007-04-15 19:15:42 +00:00
Alejandro Pulver
5b0a38f59a - Remove DIST_SUBDIR (there is only one distfile).
- Remove unused entries from distinfo (the ones moved to games/mame-extras).
2007-03-21 20:09:19 +00:00
Pav Lucistnik
d53ec8e858 - Change DIST_SUBDIR to read 'xmame' instead of ${PORTNAME}, so it works from
slaveport xmess too

Mised by:	acm
2007-03-20 10:02:37 +00:00
Pav Lucistnik
930770f5e1 - Remove innapropriate backslash which caused DISTNAME to be ignored
Pointy hat to:	alepulver
2007-03-20 10:01:56 +00:00
Jose Alonso Cardenas Marquez
e6b5b7f293 - Re-add DISTDIR. It was removed on last commit and it broke the port.
- Move pkg-message to files directory
2007-02-27 20:54:18 +00:00
Alejandro Pulver
8fb83a44e1 - Remove DATFILES option (a port emulators/mame-extras will be added soon,
because there will be more MAME/MESS ports).
- Remove unused entries and groups from MASTER_SITES.
- Add pkg-message with information about the new port.

PR:		ports/109419
Submitted by:	alepulver (myself)
2007-02-25 15:06:17 +00:00
Kris Kennaway
ca8d1df694 Reset unreachable maintainer address:
mmendez@energyhq.be
    retry timeout exceeded
2007-02-10 20:06:49 +00:00
Vasil Dimov
cf14ca9269 Cure emulators/xmess by fixing deinstallation problem 2006-12-14 07:34:40 +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
Mark Linimon
c18579786b Mark xmame broken on 5.X: gets internal gcc error.
While here, get rid of a .error usage.
2006-07-16 19:54:20 +00:00
Rong-En Fan
3bb2c47463 - Fix pkg-plist
PR:		ports/100173
Submitted by:	Miguel Mendez <mmendez energyhq.be> (maintainer)
2006-07-12 20:51:16 +00:00
Roman Bogorodskiy
7b6cabb978 Update to 0.106.
PR:		98802
Submitted by:	bsdmaniak <bsdmaniak@daemon-tips.org>,
		Miguel Mendez (maintainer)
Approved by:	Miguel Mendez (maintainer)
2006-06-30 08:23:51 +00:00
Sergey Matveychuk
3fef03caaa - Update to 0.104
- Update history file to 1.06a
- Add NO_CDROM - license does not allow to sell for fee

PR:		ports/93525
Submitted by:	maintainer
2006-04-29 16:31:10 +00:00
Renato Botelho
a12b007323 - Add more MASTER_SITES
PR:		ports/93425
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
Approved by:	maintainer
2006-02-17 09:47:01 +00:00
Pav Lucistnik
b2f03722b7 - Require gcc34 on all archs
This is to work around internal compiler error in gcc33, if case anyone
  wonder.

Requested by:	kris
2006-02-06 19:52:03 +00:00
Pav Lucistnik
add07333ca - Require gcc34 for xmess on amd64
Requested by:	Miguel Mendez <mmendez@energyhq.be>
2006-02-06 17:18:40 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Pav Lucistnik
3217bcc878 - Update to 0.103
PR:		ports/92172
Submitted by:	Miguel Mendez <mmendez@energyhq.be> (maintainer)
2006-01-24 07:47:36 +00:00
Renato Botelho
e09ca07713 - Add one more MASTER_SITES
Submitted by:	maintainer at ports@ maillist
2005-12-07 09:38:04 +00:00
Renato Botelho
aee26d2d1d - Add one more MASTER_SITE
Submitted by:	Charles Swiger <cswiger@mac.com>
Asked by:	maintainer at ports@ maillist
2005-12-06 17:50:32 +00:00
Edwin Groothuis
52426f25cf [Maintainer Update] emulators/xmame to 0.102
PR:		ports/89886
Submitted by:	Miguel Mendez <mmendez@gmail.com>
2005-12-03 21:06:42 +00:00
Pav Lucistnik
31c1e5ec76 - Fix fetching of history file
PR:		ports/89038
Submitted by:	Miguel Mendez <mmendez@gmail.com> (maintainer)
2005-11-14 23:50:22 +00:00
Pav Lucistnik
1ec81de33a - Update to 0.101
PR:		ports/88366
Submitted by:	Miguel Mendez <mmendez@gmail.com> (maintainer)
2005-11-04 00:30:51 +00:00
Kris Kennaway
585033d00e BROKEN: Unfetchable 2005-10-28 06:38:35 +00:00
Renato Botelho
8aea8af714 - Mark xmess BROKEN on 5.x until a solution is not found
Reported by:	pointyhat via kris
2005-09-28 18:16:59 +00:00
Renato Botelho
4d2db6418b - Update xmame to 0.100 [1]
- Update xmess to 0.100 [2]
- Remove old stuffs about xpinmame port
- Use DATADIR and DOCSDIR
- Mark it as BROKEN on < 5.x (maintainer will take a look asap)

PR:		ports/86526 [1], ports/86533 [2]
Submitted by:	maintainer
Reworked by:	me
Approved by:	maintainer
2005-09-27 18:43:50 +00:00
Sam Lawrance
3ac742be64 - Update to 0.99
- Fix a typo
- Updated uhsdat

PR:		ports/85015
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2005-08-31 14:00:39 +00:00
Roman Bogorodskiy
412d9fadab Update to 0.97.
PR:		82646
Submitted by:	Miguel Mendez (maintainer)
2005-06-26 02:43:39 +00:00
Pav Lucistnik
9e60ac000d - Update to 0.96
PR:		ports/81171, ports/81172
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2005-05-22 15:26:20 +00:00
Pav Lucistnik
e839102444 - Fix plist for recent DATFILES change
Reported by:	krismail
2005-05-09 07:15:01 +00:00
Pav Lucistnik
641e1ebb9c - Fix WITH_DATFILES knob with OPTIONS
PR:		ports/80555
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-05-04 14:13:03 +00:00
Michael Johnson
76c8a5e63c - Update to 0.95
PR:		ports/79450
Submitted by:	maintainer
2005-04-05 18:39:46 +00:00
Michael Johnson
5e79375f4d - Update to 0.94
ChangeLog:	http://x.mame.net/changes-unix.html
PR:		ports/78997
Submitted by:	maintainer
2005-03-19 04:20:33 +00:00
Florent Thoumie
98c900124b - Update to 0.92.
PR:		ports/78459
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Approved by:	pav (mentor)
2005-03-07 13:28:21 +00:00
Pav Lucistnik
5b6ced962c - Fix xmess build on FreeBSD 4:
RELENG_4's ld cannot link code with duplicate symbols. I've decided to not
  link messtest at all since we don't even install it.

PR:		ports/77521
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2005-02-15 19:42:31 +00:00
Volker Stolz
8737f04c4d - Fix build on 4.x
- Mark as BROKEN on ia64

PR:		ports/77361
Submitted by:	Miguel Mendez (maintainer)
2005-02-12 17:40:31 +00:00
Pav Lucistnik
c5cba1bd40 - Update to 0.90
- Mark xmess BROKEN on 4.x - don't compile

PR:		ports/76725, ports/76726
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2005-01-28 16:41:38 +00:00
Edwin Groothuis
807cd9d556 The attached patch should fix the package building problem.
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2005-01-16 11:19:33 +00:00
Edwin Groothuis
79f3a9dd4f [Maintainer Update] emulators/xmame to 0.89
Update port and OPTIONS-ify.

PR:		ports/75671
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
2005-01-12 07:18:27 +00:00
Kris Kennaway
433f3b1126 Fix build of xmess on 4.x
Submitted by:	maintainer
2004-11-29 07:04:36 +00:00
Daichi GOTO
44f7314860 [Maintainer Update] emulators/xmame to 0.88
PR:		ports/74207
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2004-11-24 17:45:31 +00:00
Kevin Lo
9702813cf2 My bad, I forgot to update checksum for others.
Point out by kris.
2004-11-09 09:23:24 +00:00