Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_3 05 Aug 2023 18:01:11
    |
Muhammad Moinur Rahman (bofh)  |
games/CaribbeanStud: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.0_3 20 Jul 2022 14:21:58
    |
Tobias C. Berner (tcberner)  |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.0_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0_3 20 Jan 2018 17:45:32
  |
jbeich  |
games/CaribbeanStud: unbreak build with Clang 6 (C++14 by default)
In file included from Seat.cpp:37:
./Bitmaps.h:47:46: error: constant expression evaluates to 128 which cannot be
narrowed to type 'char' [-Wc++11-narrowing]
0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,
^~~~
./Bitmaps.h:47:46: note: insert an explicit cast to silence this issue
0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,
^~~~
static_cast<char>( )
Seat.cpp:256:18: error: no matching function for call to 'XCreateBitmapFromData'
s_map[i] = XCreateBitmapFromData(_dpy,
^~~~~~~~~~~~~~~~~~~~~
/usr/local/include/X11/Xlib.h:1604:15: note: candidate function not viable: no
known conversion from
'const unsigned char [2018]' to 'const char *' for 3rd argument
extern Pixmap XCreateBitmapFromData(
^
Reported by: pkg-fallout |
1.0_3 07 Dec 2014 13:37:17
  |
amdmi3  |
- Simplify MASTER_SITES
- Add LICENSE
- Drop @dirrm* from plist |
1.0_3 29 Oct 2013 18:00:52
  |
danilo  |
- Remove extra tabs
- Add stage support
- Fix build
- Add DOCS option |
1.0_3 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.0_3 10 Jul 2013 06:55:29
  |
bapt  |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake |
1.0_3 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
1.0_3 02 May 2011 12:44:53
 |
makc  |
Bump PORTREVISION after open-mofit update |
1.0_2 19 Apr 2008 17:56:05
 |
miwi  |
- 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) |
1.0_2 20 Mar 2008 18:15:26
 |
beech  |
- Remove USE_X_PREFIX
- Bump portrevision
Submitted by: Chess Griffin <chess@chessgriffin.com> |
1.0_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0 24 Nov 2005 19:28:01
 |
pav  |
- Add SHA256 |
1.0 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.0 28 Sep 2003 11:49:27
 |
edwin  |
[patch] Unbreak port: games/CaribbeanStud
Port build now with both gcc 2.95.4 and 3.3.1. It also
respects CFLAGS, which it didn't before.
PR: ports/55733
Submitted by: Simon Barner <barner@in.tum.de> |
1.0 20 Feb 2003 17:32:26
 |
knu  |
De-pkg-comment. |
24 Dec 2001 02:17:17
    |
pat  |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
07 Nov 2000 23:28:20
    |
asami  |
Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies
USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. |
08 Oct 2000 03:48:59
    |
asami  |
Convert category games to new layout. |
14 Jul 2000 10:51:12
    |
alex  |
Add -pedantic. Unbreaks build --> Remove BROKEN. |
02 Jul 2000 22:56:54
    |
kris  |
Mark as BROKEN: Bad C++ code. |