| 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 commit hash: 3f16fbd4465771abd1151ead1d3f3777b5a260e3 commit hash: 3f16fbd4465771abd1151ead1d3f3777b5a260e3 commit hash: 3f16fbd4465771abd1151ead1d3f3777b5a260e3 commit hash: 3f16fbd4465771abd1151ead1d3f3777b5a260e3 files touched by this commit |
Muhammad Moinur Rahman (bofh) search for other commits by this committer |
games/CaribbeanStud: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.0_3 20 Jul 2022 14:21:58 commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c files touched by this commit |
Tobias C. Berner (tcberner) search for other commits by this committer |
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 View all of this commit message) |
1.0_3 06 Apr 2021 14:31:07 commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit |
Mathieu Arnold (mat) search for other commits by this committer |
Remove # $FreeBSD$ from Makefiles. |
1.0_3 20 Jan 2018 17:45:32 Revision:459532 Original commit files touched by this commit |
jbeich search for other commits by this committer |
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 Revision:374199 Original commit files touched by this commit |
amdmi3 search for other commits by this committer |
- Simplify MASTER_SITES
- Add LICENSE
- Drop @dirrm* from plist |
1.0_3 29 Oct 2013 18:00:52 Revision:331976 Original commit files touched by this commit |
danilo search for other commits by this committer |
- Remove extra tabs
- Add stage support
- Fix build
- Add DOCS option |
1.0_3 20 Sep 2013 17:36:36 Revision:327730 Original commit files touched by this commit |
bapt search for other commits by this committer |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.0_3 10 Jul 2013 06:55:29 Revision:322621 Original commit files touched by this commit |
bapt search for other commits by this committer |
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 Original commit files touched by this commit |
ohauer search for other commits by this committer |
-remove MD5 |
1.0_3 02 May 2011 12:44:53 Original commit files touched by this commit |
makc search for other commits by this committer |
Bump PORTREVISION after open-mofit update |
1.0_2 19 Apr 2008 17:56:05 Original commit files touched by this commit Sanity Test Failure |
miwi search for other commits by this committer |
- 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 Original commit files touched by this commit |
beech search for other commits by this committer |
- Remove USE_X_PREFIX
- Bump portrevision
Submitted by: Chess Griffin <chess@chessgriffin.com> |
1.0_1 19 May 2007 20:32:57 Original commit files touched by this commit |
flz search for other commits by this committer |
- 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 Original commit files touched by this commit |
pav search for other commits by this committer |
- Add SHA256 |
1.0 29 Jan 2004 07:24:56 Original commit files touched by this commit |
trevor search for other commits by this committer |
SIZEify. |
1.0 28 Sep 2003 11:49:27 Original commit files touched by this commit |
edwin search for other commits by this committer |
[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 Original commit files touched by this commit |
knu search for other commits by this committer |
De-pkg-comment. |
24 Dec 2001 02:17:17 commit hash: fp1.22453@dev.null.freshports.org commit hash: fp1.22453@dev.null.freshports.org commit hash: fp1.22453@dev.null.freshports.org commit hash: fp1.22453@dev.null.freshports.org files touched by this commit |
pat search for other commits by this committer |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
07 Nov 2000 23:28:20 commit hash: fp1.6137@dev.null.freshports.org commit hash: fp1.6137@dev.null.freshports.org commit hash: fp1.6137@dev.null.freshports.org commit hash: fp1.6137@dev.null.freshports.org files touched by this commit |
asami search for other commits by this committer |
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 commit hash: fp1.4769@dev.null.freshports.org commit hash: fp1.4769@dev.null.freshports.org commit hash: fp1.4769@dev.null.freshports.org commit hash: fp1.4769@dev.null.freshports.org files touched by this commit |
asami search for other commits by this committer |
Convert category games to new layout. |
14 Jul 2000 10:51:12 commit hash: fp1.1935@dev.null.freshports.org commit hash: fp1.1935@dev.null.freshports.org commit hash: fp1.1935@dev.null.freshports.org commit hash: fp1.1935@dev.null.freshports.org files touched by this commit |
alex search for other commits by this committer |
Add -pedantic. Unbreaks build --> Remove BROKEN. |
02 Jul 2000 22:56:54 commit hash: fp1.1431@dev.null.freshports.org commit hash: fp1.1431@dev.null.freshports.org commit hash: fp1.1431@dev.null.freshports.org commit hash: fp1.1431@dev.null.freshports.org files touched by this commit |
kris search for other commits by this committer |
Mark as BROKEN: Bad C++ code. |