Index: head/math/glm/Makefile =================================================================== --- head/math/glm/Makefile (revision 373978) +++ head/math/glm/Makefile (revision 373979) @@ -1,21 +1,22 @@ # Created by: demon@FreeBSD.org # $FreeBSD$ PORTNAME= glm PORTVERSION= 0.9.5.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ogl-math/${PORTNAME}-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= C++ mathematics library for software based on the OpenGL GLSL USES= zip dos2unix NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} do-install: (cd ${WRKSRC} && ${FIND} glm -print -depth | ${CPIO} -pdm ${STAGEDIR}${PREFIX}/include/) .include Index: head/math/glm/files/patch-glm__detail__type_int.hpp =================================================================== --- head/math/glm/files/patch-glm__detail__type_int.hpp (nonexistent) +++ head/math/glm/files/patch-glm__detail__type_int.hpp (revision 373979) @@ -0,0 +1,35 @@ +--- glm/detail/type_int.hpp.orig 2014-12-04 12:55:42.000000000 -0500 ++++ glm/detail/type_int.hpp 2014-12-04 12:57:55.000000000 -0500 +@@ -32,22 +32,22 @@ + #include "setup.hpp" + + #if GLM_HAS_EXTENDED_INTEGER_TYPE +-# include ++# include + #endif + + namespace glm{ + namespace detail + { + # if GLM_HAS_EXTENDED_INTEGER_TYPE +- typedef std::int8_t int8; +- typedef std::int16_t int16; +- typedef std::int32_t int32; +- typedef std::int64_t int64; +- +- typedef std::uint8_t uint8; +- typedef std::uint16_t uint16; +- typedef std::uint32_t uint32; +- typedef std::uint64_t uint64; ++ typedef ::int8_t int8; ++ typedef ::int16_t int16; ++ typedef ::int32_t int32; ++ typedef ::int64_t int64; ++ ++ typedef ::uint8_t uint8; ++ typedef ::uint16_t uint16; ++ typedef ::uint32_t uint32; ++ typedef ::uint64_t uint64; + # else + # if(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) // C99 detected, 64 bit types available + typedef int64_t sint64; Property changes on: head/math/glm/files/patch-glm__detail__type_int.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property