Port details |
- xlogical Remake of the classic puzzle game Logical
- 1.0.8 games
=1 Version of this port present on the latest quarterly branch. - Maintainer: aaron@baugher.biz
 - Port Added: 2007-09-07 02:46:35
- Last Update: 2022-07-20 14:21:58
- Commit Hash: d56127b
- License: GPLv2+
- Description:
- XLogical is an action/puzzle game based on the classic
game Logical from Rainbow Arts.
WWW: http://changeling.ixionstudios.com/xlogical/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xlogical>0:games/xlogical
- To install the port:
- cd /usr/ports/games/xlogical/ && make install clean
- To add the package, run one of these commands:
- pkg install games/xlogical
- pkg install xlogical
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xlogical
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xlogical-1.0-8.tar.bz2) = d7b0e1d36107d86f8a240fc06219a04130d9460e12b88d23ccf3618707a1f0b6
SIZE (xlogical-1.0-8.tar.bz2) = 1789699
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- sdl-config : devel/sdl12
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libSDL_image.so : graphics/sdl_image
- libSDL_mixer.so : audio/sdl_mixer
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for xlogical-1.0.8:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_xlogical
- USES:
- autoreconf dos2unix gmake sdl tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:58 1.0.8 |
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 ) |
06 Apr 2021 14:31:07 1.0.8 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Nov 2019 10:47:01
1.0.8 |
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
03 Mar 2017 10:42:48
1.0.8 |
amdmi3  |
- Use upstream versioning scheme
- Remove dead MASTER_SITE
- Add mirror
- Fix LICENSE
- Add LICENSE_FILE
- Move highscores to /var/games and fix highscore handling (setgid games)
- Don't install useless docfiles
- Install .desktop file
- Fix build with clang 4.0
- Unbreak data files which were corrupted by unrestricted USES=dos2unix
PR: 216642
Reported by: jbeich
Approved by: maintainer timeout (aaron@baugher.biz, 1 month) |
19 May 2016 10:44:12
1.0p8_10 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
27 Jan 2016 20:04:58
1.0p8_10 |
pawel  |
- Remove deprecated @dirrm
- Use option helper
Approved by: portmgr blanket |
20 Apr 2015 19:06:30
1.0p8_10 |
tijl  |
- Display a stage-qa warning when ports use PREFIX/var instead of /var
- Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not
when CONFIGURE_ARGS already sets it. (GNU configure scripts set it to
PREFIX/var when PREFIX != /usr.)
- Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so
they aren't affected by this change (for now at least). This commit is
meant to ensure that new ports don't make the same mistake.
- games/acm: the configure script in this port is very old; instead of
patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE.
- irc/charybdis: it already used /var but adding --localstatedir=/var
changed the behaviour of the configure script; adjust the port to this.
PR: 199506
Exp-run by: antoine
Approved by: portmgr (antoine) |
08 Dec 2014 16:48:41
1.0p8_10 |
tijl  |
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. (Only the first 15 lines of the commit message are shown above ) |
10 Sep 2014 20:50:37
1.0p8_9 |
gerald  |
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) |
10 Jun 2014 20:49:52
1.0p8_8 |
marino  |
games/xlogical: stage support and unbreak on F10+
This port needed a lot more help than the PR indicated:
* Full stage support
* DESTDIR had to be patched in, there was only a placeholder
* It didn't build on clang because there was no header for rand function
* Almost very patch had DOS carriage returns (stripped)
* Needed USES+=dos2unix so patches apply (caused revbump)
* NOPORTDOCS needed to be replaced by PORT_OPTIONS - DOCS
* post-extract target was muted, as is the norm
* Previous install patches reworked to fit STAGE support better
The PR updated:
* Use of autotools
* conversion of USE_GMAKE and USE_BZIP2 was done previously
* GPLv2 license was added
PR: 188798
Submitted by: maintainer (Aaron Baugher)
Rest by: marino |
29 May 2014 14:35:01
1.0p8_7 |
miwi  |
- Convert gmake, bzip to USES
Approved by: portmgr |
20 Sep 2013 17:36:36
1.0p8_7 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
01 Jun 2012 05:26:28
1.0p8_7 |
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
1.0p8_6 |
mva  |
- 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 |
03 Jul 2011 14:25:36
1.0p8_5 |
ohauer  |
-remove MD5 |
28 Mar 2010 06:47:48
1.0p8_5 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.0p8_4 |
dinoex  |
- update to jpeg-8 |
30 Jan 2010 09:43:31
1.0p8_3 |
mva  |
- 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) |
31 Jul 2009 13:57:52
1.0p8_2 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
07 Apr 2009 20:51:31
1.0p8_1 |
itetcu  |
Fix plist with -DNOPORT*.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail |
21 Aug 2008 06:18:49
1.0p8_1 |
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
13 Mar 2008 14:28:35
1.0p8_1 |
miwi  |
- Chase devel/sdl12 shlib version bump |
06 Nov 2007 10:26:13
1.0p8 |
miwi  |
- Fix build with gcc 4.2
PR: 117319
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (pav) |
02 Oct 2007 09:40:01
1.0p8 |
linimon  |
Mark as broken with gcc4.2. |
07 Sep 2007 02:45:36
1.0p8 |
edwin  |
New port: games/xlogical - Remake of classic game
XLogical is an action/puzzle game based on the classic
game Logical from Rainbow Arts.
WWW: http://changeling.ixionstudios.com/xlogical/
PR: ports/115609
Submitted by: Aaron Baugher <aaron@baugher.biz> |