| non port: games/linux-nwnclient/Makefile |
|
CVSWeb
|
Number of commits found: 20 |
|
Tue, 5 Oct 2010
|
[ 20:47 scf ]
1.22 games/linux-nwnclient/Makefile
1.8 games/linux-nwnclient/pkg-plist
Add requirement for Linux libmikmod if movie support is requested.
Fix PLIST variable substitution by adding missing spaces in front of
@comment.
Fix pkg-plist for some files that were incorrectly labeled as original or
Diamond only.
Approved by: wxs
|
|
Thu, 30 Sep 2010
|
[ 22:16 scf ]
1.21 games/linux-nwnclient/Makefile
Do not apply the NWN movies patch unless the Platinum release is detected.
Approved by: shaun
|
|
Mon, 27 Sep 2010
|
[ 18:32 scf ]
1.20 games/linux-nwnclient/Makefile
1.8 games/linux-nwnclient/distinfo
1.1 games/linux-nwnclient/files/nwmovies.pl
1.4 games/linux-nwnclient/files/nwn.sh
1.1 games/linux-nwnclient/pkg-message
1.7 games/linux-nwnclient/pkg-plist
Update client to v1.69 which is the final release from BioWare.
Remove ARCH requirement for i386; let the install of the Linux base
determine if the port is allowed or not.
Detect if the original or Diamond game files were installed in
games/nwndata to install the appropriate client.
Add an option to install the NWMovies/BinkPlayer patch to play in-game
movies for the Diamond client. This includes a rewritten script (from
Perl to shell) to remove the need for Linux Perl to run it. The script
includes a method to skip movies, especially the intro movies, as noted in
pkg-message. Default to off.
In the nwn script, remove dead links in and rebuild ${HOME}/.nwn. This(Only the first 15 lines of the commit message are shown above )
|
|
Wed, 16 Sep 2009
|
[ 17:29 bsam ]
1.19 games/linux-nwnclient/Makefile
. respect using USE_LINUX_APPS;
. respect using linux libglu.
Approved by: scf (maintainer, at emulation@)
Feature safe: yes
|
|
Sun, 7 Jun 2009
|
[ 15:23 bsam ]
1.16 emulators/linux-pete-mesagpu/Makefile
1.9 emulators/linux-pete-xgl2gpu/Makefile
1.15 games/atitd/Makefile
1.4 games/linux-coldwar-demo/Makefile
1.5 games/linux-darwinia-demo/Makefile
1.4 games/linux-defcon/Makefile
1.8 games/linux-doom3-demo/Makefile
1.4 games/linux-gorky17-demo/Makefile
1.3 games/linux-nerogame/Makefile
1.18 games/linux-nwnclient/Makefile
(Only the first 10 of 20 ports in this commit are shown above. )
Convert ports which use RUN_DEPENDS+=.../graphics/linux_dri to
using USE_LINUX_APPS+=dri. This is needed to switch a default
linux base at 8-CURRENT to linux_base-f10. No PORTREVISION bump
is needed since it's mere infrastructure fix. Affected ports:
-----
emulators/linux-pete-mesagpu/Makefile
emulators/linux-pete-xgl2gpu/Makefile
games/atitd/Makefile
games/linux-coldwar-demo/Makefile
games/linux-darwinia-demo/Makefile
games/linux-defcon/Makefile
games/linux-doom3-demo/Makefile
games/linux-gorky17-demo/Makefile
games/linux-nerogame/Makefile
games/linux-nwnclient/Makefile (Only the first 15 lines of the commit message are shown above )
|
|
Thu, 19 Mar 2009
|
[ 17:28 bsam ]
1.2 archivers/linux-upx/Makefile
1.29 astro/google-earth/Makefile
1.37 audio/baudline/Makefile
1.17 audio/linux-esound/Makefile
1.5 audio/linux-freealut/Makefile
1.8 audio/linux-libvorbis/Makefile
1.12 audio/linux-openal/Makefile
1.3 audio/linux-sdl_mixer/Makefile
1.14 audio/teamspeak_client/Makefile
1.3 biology/consed/Makefile
(Only the first 10 of 136 ports in this commit are shown above. )
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav)
|
|
Fri, 15 Dec 2006
|
[ 07:51 miwi ]
1.16 games/linux-nwnclient/Makefile
- Fix dependency
PR: ports/106752
Submitted by: Sean Farley <sean-freebsd@farley.org> (maintainer)
|
|
Mon, 4 Dec 2006
|
[ 22:55 miwi ]
1.15 games/linux-nwnclient/Makefile
1.7 games/linux-nwnclient/distinfo
1.6 games/linux-nwnclient/pkg-plist
- Update to 1.68
- Pass maintainership to submitter
PR: ports/106285
Submitted by: Sean Farley <sean-freebsd@farley.org>
|
|
Tue, 20 Dec 2005
|
[ 21:18 edwin ]
1.14 games/linux-nwnclient/Makefile
[BUG]: games/linux-nwnclient dependency problem
The linux-nwnclient port checks to see if WITH_NVIDIA_GL is defined to
determine whether or not it should depend on the nvidia-driver
instead of linux_dri. However, both dependencies are needed
as linux_dri provides 'libGLU.so.1', which does not come
with the nvidia-driver. This is needed in order to run
linux-nwnclient.
I use the nvidia-driver port and had to install linux_dri
by hand after installing nwn. It seems to be working fine
in conjunction with the driver.
My suggestion is to either drop the nvidia-driver dependency
entirely, or at least depend on linux_dri whether WITH_NVIDIA_GL
is defined or not.
|
|
Mon, 3 Oct 2005
|
[ 22:55 pav ]
1.13 games/linux-nwnclient/Makefile
1.5 games/linux-nwnclient/distinfo
1.5 games/linux-nwnclient/pkg-plist
- Update to 1.66
PR: ports/85832
Submitted by: Sean Farley <sean-freebsd@farley.org>
|
[ 20:29 des ]
1.3 cad/qucs/Makefile
1.13 devel/simgear/Makefile
1.36 games/fgfs-base/Makefile
1.37 games/flightgear/Makefile
1.12 games/linux-nwnclient/Makefile
1.7 games/nwndata/Makefile
1.27 x11-toolkits/plib/Makefile
Drop maintainership.
|
|
Sat, 23 Jul 2005
|
[ 10:13 netchild ]
1.11 games/linux-nwnclient/Makefile
Respect WITH_NVIDIA_GL.
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
Approved by: maintainer timeout (a week and a half)
|
|
Fri, 17 Jun 2005
|
[ 22:59 netchild ]
1.45 CHANGES
1.10 accessibility/linux-atk/Makefile
1.16 archivers/stuffit/Makefile
1.11 astro/linux-setiathome/Makefile
1.25 audio/baudline/Makefile
1.11 audio/linux-arts/Makefile
1.10 audio/linux-esound/Makefile
1.10 audio/linux-libaudiofile/Makefile
1.4 audio/linux-mbrola/Makefile
1.6 audio/linux-vsound/Makefile
(Only the first 10 of 190 ports in this commit are shown above. )
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use(Only the first 15 lines of the commit message are shown above )
|
|
Tue, 1 Mar 2005
|
[ 21:51 trevor ]
1.15 archivers/stuffit/Makefile
1.10 astro/linux-setiathome/Makefile
1.20 audio/baudline/Makefile
1.8 audio/linux-arts/Makefile
1.3 audio/linux-mbrola/Makefile
1.5 audio/linux-vsound/Makefile
1.7 audio/teamspeak_client/Makefile
1.6 audio/teamspeak_server/Makefile
1.15 cad/linux-eagle/Makefile
1.2 databases/sybase_ase/Makefile
(Only the first 10 of 138 ports in this commit are shown above. )
Respect the user's USE_LINUX setting.
|
|
Fri, 31 Dec 2004
|
[ 18:24 netchild ]
1.36 CHANGES
1.8 accessibility/linux-atk/Makefile
1.13 archivers/stuffit/Makefile
1.7 astro/linux-setiathome/Makefile
1.18 audio/baudline/Makefile
1.7 audio/linux-arts/Makefile
1.7 audio/linux-esound/Makefile
1.7 audio/linux-libaudiofile/Makefile
1.4 audio/linux-vsound/Makefile
1.14 cad/linux-eagle/Makefile
(Only the first 10 of 168 ports in this commit are shown above. )
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some (Only the first 15 lines of the commit message are shown above )
|
|
Tue, 21 Dec 2004
|
[ 11:40 des ]
1.7 games/linux-nwnclient/Makefile
Fixed permissions.
|
[ 11:30 des ]
1.6 games/linux-nwnclient/Makefile
1.4 games/linux-nwnclient/distinfo
1.4 games/linux-nwnclient/pkg-plist
Upgrade to 1.65. A list of bugs fixed since 1.62 can be found here:
http://nwn.bioware.com/support/patchdetails164.html
http://nwn.bioware.com/support/patchdetails165.html
(there is no version 1.63)
PR: ports/74639
Submitted by: Sean Farley <sean-freebsd@farley.org>
|
|
Fri, 15 Oct 2004
|
[ 18:13 des ]
1.5 games/linux-nwnclient/Makefile
Use ${LINUXBASE} instead of hardcoding /compat/linux.
|
|
Tue, 25 May 2004
|
[ 06:07 des ]
1.4 games/linux-nwnclient/Makefile
Use INSTALL_SCRIPT to install shell scripts, not INSTALL_PROGRAM.
|
|
Mon, 1 Mar 2004
|
[ 23:20 des ]
1.3 games/linux-nwnclient/Makefile
1.3 games/linux-nwnclient/distinfo
1.1 games/linux-nwnclient/files/nwn.sh
1.2 games/linux-nwnclient/files/patch-aa
1.2 games/linux-nwnclient/pkg-install
1.2 games/linux-nwnclient/pkg-plist
Take over maintainership, and upgrade to 1.62.
Add a wrapper script that creates a client directory with symlinks to
the data files so users don't need any privileges to play the game.
Use the linux-sdl port instead of the SDL library that comes with the
client.
|
Number of commits found: 20 |