aboutsummaryrefslogtreecommitdiff
path: root/multimedia/atomicparsley
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/atomicparsley: unbreak with libc++ 3.9Jan Beich2016-11-181-0/+38
| | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=426306
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Clarify LICENSEDmitry Marakasov2015-05-153-8/+9
| | | | | | | | | | - Add LICENSE_FILE - Fix program installation, which fixes stripping - Add dragonfly support - Fix WWW: Notes: svn path=/head/; revision=386376
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Convert m* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347776
* Drop maintainershipBaptiste Daroussin2013-12-161-1/+1
| | | | Notes: svn path=/head/; revision=336648
* Use stageBaptiste Daroussin2013-09-231-2/+2
| | | | Notes: svn path=/head/; revision=327926
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Repect CXX and CXXFLAGS, should fix build with clangBaptiste Daroussin2011-06-202-11/+4
| | | | Notes: svn path=/head/; revision=275905
* Get rid of md5 for all my ports.Baptiste Daroussin2011-03-202-1/+2
| | | | | | | while here add most of the licenses Notes: svn path=/head/; revision=271363
* Change maintainer address to my new @FreeBSD.orgBaptiste Daroussin2010-07-281-1/+1
| | | | | | | Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258396
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Fix build for amd64Philippe Audeoud2008-04-242-0/+19
| | | | | | | | | | - Bump PORTREVISION Submitted by: baptiste.daroussin@gmail.com (maintainer) via private email Approved by: thierry (mentor) Notes: svn path=/head/; revision=211874
* - Rename AtomicParsley to atomicparsley (requested by danfe)Philippe Audeoud2008-04-164-0/+59
- Chase dependancy name change Approved by: maintainer, tabthorpe (mentor) Notes: svn path=/head/; revision=211362