| Summary: | [patch] Update x11-toolkits/irrlicht to 1.7.2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Pascal Stumpf <Pascal.Stumpf> | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Pascal Stumpf
2010-12-05 21:30:08 UTC
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) Seems like I forgot one patch.
--- include/IrrCompileConfig.h.orig 2010-12-06 12:08:36.000000000
+0100
+++ include/IrrCompileConfig.h 2010-12-06 12:09:23.000000000 +0100
@@ -176,7 +176,7 @@ the engine will no longer read .jpeg ima
//! Define _IRR_USE_NON_SYSTEM_JPEG_LIB_ to let irrlicht use the
jpeglib which comes with irrlicht.
/** If this is commented out, Irrlicht will try to compile using the
jpeg lib installed in the system.
This is only used when _IRR_COMPILE_WITH_LIBJPEG_ is defined. */
-#define _IRR_USE_NON_SYSTEM_JPEG_LIB_
+//#define _IRR_USE_NON_SYSTEM_JPEG_LIB_
//! Define _IRR_COMPILE_WITH_LIBPNG_ to enable compiling the engine
using libpng.
@@ -187,7 +187,7 @@ the engine will no longer read .png imag
//! Define _IRR_USE_NON_SYSTEM_LIBPNG_ to let irrlicht use the libpng
which comes with irrlicht.
/** If this is commented out, Irrlicht will try to compile using the
libpng installed in the system.
This is only used when _IRR_COMPILE_WITH_LIBPNG_ is defined. */
-#define _IRR_USE_NON_SYSTEM_LIB_PNG_
+//#define _IRR_USE_NON_SYSTEM_LIB_PNG_
//! Define _IRR_D3D_NO_SHADER_DEBUGGING to disable shader debugging in
D3D9
@@ -348,7 +348,7 @@ ones. */
/** If this is commented out, Irrlicht will try to compile using the
zlib
installed on the system. This is only used when _IRR_COMPILE_WITH_ZLIB_
is
defined. */
-#define _IRR_USE_NON_SYSTEM_ZLIB_
+//#define _IRR_USE_NON_SYSTEM_ZLIB_
//! Define _IRR_COMPILE_WITH_ZIP_ENCRYPTION_ if you want to read AES-
encrypted ZIP archives
#define _IRR_COMPILE_WITH_ZIP_ENCRYPTION_
//! Define _IRR_COMPILE_WITH_BZIP2_ if you want to support bzip2
compressed zip archives
Cannot apply, probably copy'n'paste breakage. Lots of spaces where tabs ought to be. Regards acm 2010-12-13 20:04:36 UTC
FreeBSD ports repository
Modified files:
x11-toolkits/irrlicht Makefile distinfo pkg-plist
x11-toolkits/irrlicht/files patch-include_IrrCompileConfig.h
patch-source-Irrlicht_Makefile
Removed files:
x11-toolkits/irrlicht/files
patch-source-Irrlicht_COSOperator.cpp
Log:
- Update to 1.7.2
PR: 152854
Submitted by: Pascal Stumpf <Pascal.Stumpf at cubes.de>
Revision Changes Path
1.26 +2 -3 ports/x11-toolkits/irrlicht/Makefile
1.12 +2 -3 ports/x11-toolkits/irrlicht/distinfo
1.5 +21 -13 ports/x11-toolkits/irrlicht/files/patch-include_IrrCompileConfig.h
1.6 +0 -23 ports/x11-toolkits/irrlicht/files/patch-source-Irrlicht_COSOperator.cpp (dead)
1.8 +38 -35 ports/x11-toolkits/irrlicht/files/patch-source-Irrlicht_Makefile
1.10 +7 -0 ports/x11-toolkits/irrlicht/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed - Committed with few modifications, thanks!! |