Commit graph

3 commits

Author SHA1 Message Date
Tobias C. Berner
01b92b80b0 Fix graphics/py-poppler-qt4: fails to build with clang 4.0
PyList_SET_ITEM() is supposed to be void, but as a macro it's an
  expression and has a pointer value. Clang 4.0 trips on the bogus
  pointer comparison; given the comparison, it should be PyList_SetItem()
  which returns -1 on failure.

PR:		216228
Approved by:	portmgr blanket, rakuco (mentor)
MFH:		2017Q1
2017-01-21 22:10:43 +00:00
Antoine Brodin
76c6cd80bd - Update to 0.18.1
- Unbreak and undeprecate

PR:		ports/190748
Submitted by:	maintainer
2014-06-07 15:48:29 +00:00
Jason E. Hale
34dd96774c - Update to 0.16.3
While here:
- Clean up *_DEPENDS syntax
- Add LICENSE (LGPL21 or later)

PR:		ports/174155
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2012-12-16 16:05:22 +00:00