diff options
author | nox <nox@FreeBSD.org> | 2014-10-19 05:10:39 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-10-19 05:10:39 +0800 |
commit | ef13e93eb63c5ab27385f443daa99f17dbb6ee63 (patch) | |
tree | 426e85a5763a8dc36a27558c47361e144d35e6d1 /graphics/osg/Makefile | |
parent | 2820c4765dbbc0b994a671c8daa41d0308a80fe7 (diff) | |
download | freebsd-ports-gnome-ef13e93eb63c5ab27385f443daa99f17dbb6ee63.tar.gz freebsd-ports-gnome-ef13e93eb63c5ab27385f443daa99f17dbb6ee63.tar.zst freebsd-ports-gnome-ef13e93eb63c5ab27385f443daa99f17dbb6ee63.zip |
- Update libxine to 1.2.6 - changelog is here:
http://anonscm.debian.org/hg/xine-lib/xine-lib-1.2/file/9aef7a72d009/ChangeLog
- Remove an inline from include/xine/xineutils.h for the benefit
of using libxine with base gcc 4.2 .
- Bump PORTREVISIONs for ports depending on libxine. (now also non-default
rdeps as per the new rule)
Diffstat (limited to 'graphics/osg/Makefile')
-rw-r--r-- | graphics/osg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 8cad5f7d1aaf..ba1c058cccb5 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -3,6 +3,7 @@ PORTNAME= osg PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ |