- fill CONFIGURE_ENV to detect more libraries which are installed because
of LIB_DEPENDS anyway e.g. libpng (until that change, devil had no png
support - even if libpng was installed)
- fix a png-support bug for 64bit systems.
- bump PORTREVISION
Approved by: maintainer
- Fix the installation of error like this below by add graphics/netpbm in the
BUILD_DEPENDS.
pnmtopng: not found
pngtopnm: not found
pnmscale: not found
[...repeat...]
- Fix the ability of disable/enable xine, so you don't have to depend on xine
when the xine thumbnail plugin is disable (aka WITHOUT_XINE).
- Fix all of plugins/thumbnails build by add @LDFLAGS@ in each of
Makefile.in's LDFLAGS. That also make xine, music stuff and etc actually
work to create the thumbnails or/and do something.
- A few other fixes that make it builds better.
- Do not extract the CVS, now our filesystem and plist look prettier.
- Add new knobs:
WITH_DEBUG
WITH_ECORE_MAINLOOP
WITHOUT_EXTRACTOR
WITHOUT_ID3
WITHOUT_VORBIS
WITHOUT_XINE
Didn't add knobs for dbus, gnomevfs, avi and etc because they either doesn't
build or cause it crashes. As for KDE stuff like dcop and kio, I am lacking
to test them so someone will have to check and test it.
- Fix the plist.
- Bump the PORTREVISION.
Reported by: tmclaugh (can't build with plugins/thumbnails)
Approved by: Anders Troback <freebsd@troback.com> (maintainer)
Jet Set Willy from the legend Mathew Smith.
The goal of the game is to collect all the objects of each level, when this is
made, the exit gate to the next stage will appear and you can pass trough.
Pachi is a comic character created by Nicolas Radeff in 2001.
PR: 86845
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Approved by: novel (mentor)
across multiple separate networks. This allows an XBox to communicate via
system link across multiple networks (eg. two people in different states).
It also supports bridging of the Apple Rendezvous protocol for sharing of
iTunes music shares across different Layer 3 networks..
WWW: http://www.csh.rit.edu/~psionic/projects/xboxproxy/
PR: ports/86969
Submitted by: Antony Mawer <ports@mawer.org>
place the programs in libexec because it needs to write files in the
data directory (otherwise it crashes).
o Use %%DATADIR%% in pkg-plist.
PR: ports/85270
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: maintainer