tar: lib/xorg/modules/drivers/vmwlegacy_drv.so: Cannot stat: No such file or directory
tar: lib/xorg/modules/drivers/vmwlegacy_drv.la: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
Reported by: pointyhat
In file included from restable.cpp:45:
reslist.h:33:29: error: QtWebKit/QWebView: No such file or directory
In file included from restable.cpp:45:
reslist.h:51: error: expected class-name before '{' token
Reported by: pointyhat
[ 23%] Building CXX object CMakeFiles/AstroMenace.dir/AstroMenaceSource/Core/RendererInterface/OGL_Main.o
/usr/bin/c++ -O2 -pipe -DOLD_MESA -fno-strict-aliasing -O2 -pipe -DOLD_MESA -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT -o CMakeFiles/AstroMenace.dir/AstroMenaceSource/Core/RendererInterface/OGL_Main.o -c /work/a/ports/games/openastromenace/work/OpenAstroMenaceSVN/AstroMenaceSource/Core/RendererInterface/OGL_Main.cpp
/work/a/ports/games/openastromenace/work/OpenAstroMenaceSVN/AstroMenaceSource/Core/RendererInterface/OGL_Main.cpp:66: error: 'PFNGLCLIENTACTIVETEXTUREPROC' does not name a type
/work/a/ports/games/openastromenace/work/OpenAstroMenaceSVN/AstroMenaceSource/Core/RendererInterface/OGL_Main.cpp: In function 'int vw_InitRenderer(char*, int, int, int*, bool, int*)':
/work/a/ports/games/openastromenace/work/OpenAstroMenaceSVN/AstroMenaceSource/Core/RendererInterface/OGL_Main.cpp:359: error: 'glClientActiveTexture13' was not declared in this scope
/work/a/ports/games/openastromenace/work/OpenAstroMenaceSVN/AstroMenaceSource/Core/RendererInterface/OGL_Main.cpp:359: error: 'PFNGLCLIENTACTIVETEXTUREPROC' was not declared in this scope
/work/a/ports/games/openastromenace/work/OpenAstroMenaceSVN/AstroMenaceSource/Core/RendererInterface/OGL_Main.cpp:359: error: expected `;' before 'SDL_GL_GetProcAddress'
Reported by: pointyhat
- merge update to 5.3.11 from lang/php5
- mark IGNORE until lang/php5 is updated to 5.4.x and all the php53-* ports will
be committed
Approved by: ale [1]
tree now. This patch should be reapplied along with vlc 2.0.1 update.
I'm sorry about that.
Pointyhat to: rm (myself)
Approved by: maintainer (implicit)
Approved by: vd (maintainer)
- Make the diff output work
- Use cdiff if exists, otherwise stick with $EDITOR
- Stop trying to remove CVSROOT; hasn't been checked out since modules
support was removed by erwin
- Fix init script for FreeBSD
- Allow use without apache (fastcgi/nginx for example) if WITHOUT_APACHE is
defined
PR: ports/167121
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Changes:
Fixes regression introduced 2.4.9.4 release, causing failed upgrades to
be seen as successes. Reported by: Matthew D. Fuller
<fullermd@over-yonder.net>
PR: ports/167512
Submitted by: "Bryan Drewery" <bryan@shatow.net> (maintainer)
Changes:
Fixes regression introduced 2.4.9.4 release, causing failed upgrades to
be seen as successes. Reported by: Matthew D. Fuller
PR: ports/167512
Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer)
* Fixed TIFF image save/load.
* Fixed quaternion arc() for vectors that are 180 degrees apart.
* Some tweaks in FXAtomic: more optimal code for non-PIC compiles; also,
check for PIE (position independent executable).
* Fixed problem in FXRex regarding non-ASCII characters.
* Repaired some broken syntax patterns in Adie.stx syntax file.
* SSE-ified lerp() API added to vector classes.
* Fixed SSE unaligned store problem in FXMat4d; exhibited itself on 32-bit systems.
* Setjmp()/longjmp() issue fixed in fxpngio.cpp.
* Operator FXbool in FXAutoPtr and FXRefPtr interfered with comparison operators;
removed it.
* Added API's to FXMat4 classes.
* Added serialization capability to FXExpression class.
removed upstream (replaced with new live.2012.04.27.tar.gz) and I wasn't
able to recieve any response from maintainer. This will fix fetch.
Reported by: Leslie Jensen <leslie at eskk dot nu> (via ports@ ML)
Approved by: maintainer (implicit)