Commit graph

5 commits

Author SHA1 Message Date
Jan Beich
fc674fdbd4 multimedia/atomicparsley: unbreak with libc++ 3.9
AtomicParsley.cpp:1450:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
                char* orig_suffix = strrchr(originating_file, '.');
                      ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:4467:10: error: assigning to 'char *' from incompatible type 'const char *'
                suffix = strrchr(filePath, '.');
                       ^ ~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:4483:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
                char* file_name = strrchr(filePath, '/');
                      ^           ~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:5009:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
                                char* suffix = strrchr(m4aFile, '.');
                                      ^        ~~~~~~~~~~~~~~~~~~~~~
PR:		212343
Reported by:	antoine (via exp-run)
2016-11-18 03:34:14 +00:00
Dmitry Marakasov
555be1ef24 - Clarify LICENSE
- Add LICENSE_FILE
- Fix program installation, which fixes stripping
- Add dragonfly support
- Fix WWW:
2015-05-15 02:44:05 +00:00
Baptiste Daroussin
4d522e779e Repect CXX and CXXFLAGS, should fix build with clang 2011-06-20 16:49:15 +00:00
Philippe Audeoud
95e5f39d85 - Fix build for amd64
- Bump PORTREVISION

Submitted by:	baptiste.daroussin@gmail.com (maintainer) via private email
Approved by:	thierry (mentor)
2008-04-24 05:56:45 +00:00
Philippe Audeoud
1db359e8ac - Rename AtomicParsley to atomicparsley (requested by danfe)
- Chase dependancy name change

Approved by:	maintainer, tabthorpe (mentor)
2008-04-16 13:18:21 +00:00