- Add a patch to fix a missing implementation of a RIB API function, the

patch has been posted to the upstream tracker at
  http://sf.net/tracker/?func=detail&atid=383970&aid=3505124&group_id=25264

- Bump PORTREVISION

Feature safe:	yes
This commit is contained in:
Pietro Cerutti 2012-03-15 12:39:16 +00:00
parent 7a5853f278
commit 24e58b70b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293337
2 changed files with 15 additions and 0 deletions

View File

@ -8,6 +8,7 @@
PORTNAME= aqsis
PORTVERSION= 1.8.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
DISTNAME= Aqsis-${PORTVERSION}-Source

View File

@ -0,0 +1,14 @@
--- libs/core/api/ri.cpp.orig 2012-03-02 09:03:48.000000000 +0100
+++ libs/core/api/ri.cpp 2012-03-15 11:58:30.000000000 +0100
@@ -4220,6 +4220,11 @@
Aqsis::log() << warning << "RiDeformation not supported" << std::endl;
}
+RtVoid RiDeformationV(RtToken name, RtInt n, RtToken tokens[], RtPointer parms[])
+{
+ Aqsis::log() << warning << "RiDeformationV not supported" << std::endl;
+}
+
RtVoid RiMakeBump(RtString imagefile, RtString bumpfile, RtToken swrap, RtToken twrap, RtFilterFunc filterfunc, RtFloat swidth, RtFloat twidth, PARAMETERLIST)
{
Aqsis::log() << warning << "RiMakeBump not supported" << std::endl;