Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
31 Jan 2021 17:24:12
20210114.184825.1dbe1be

|
jbeich  |
multimedia/atomicparsley: allow Clang with -stdlib=libstdc++ |
31 Jan 2021 17:22:06
20210114.184825.1dbe1be

|
jbeich  |
multimedia/atomicparsley: unbreak on GCC architectures after r563497
src/util.cpp: In function 'FILE* APar_OpenISOBaseMediaFile(const char*, bool)':
src/util.cpp:125: error: 'nullptr' was not declared in this scope
src/util.cpp:131: error: 'nullptr' was not declared in this scope |
31 Jan 2021 17:16:05
20210114.184825.1dbe1be

|
jbeich  |
multimedia/atomicparsley: update to 20210114.184825.1dbe1be
See https://github.com/wez/atomicparsley#a-note-on-maintenance |
18 Nov 2016 03:34:14
0.9.0_2

|
jbeich  |
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) |
19 May 2016 10:44:12
0.9.0_2

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
12 Jan 2016 16:20:32
0.9.0_2

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
15 May 2015 02:44:06
0.9.0_2

|
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Fix program installation, which fixes stripping
- Add dragonfly support
- Fix WWW: |
05 May 2014 09:45:37
0.9.0_1

|
bapt  |
Convert all :U to :tu and :L to :tl
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 |
10 Mar 2014 16:25:34
0.9.0_1

|
bapt  |
Convert m* to USES=zip |
16 Dec 2013 17:26:49
0.9.0_1

|
bapt  |
Drop maintainership |
23 Sep 2013 06:12:33
0.9.0_1

|
bapt  |
Use stage |
20 Sep 2013 20:57:49
0.9.0_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
20 Jun 2011 16:49:15
0.9.0_1
|
bapt  |
Repect CXX and CXXFLAGS, should fix build with clang |
20 Mar 2011 22:30:17
0.9.0_1
|
bapt  |
Get rid of md5 for all my ports.
while here add most of the licenses |
28 Jul 2010 17:31:01
0.9.0_1
|
bapt  |
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor) |
22 Aug 2009 00:28:34
0.9.0_1 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
24 Apr 2008 05:56:45
0.9.0_1
|
jadawin  |
- Fix build for amd64
- Bump PORTREVISION
Submitted by: baptiste.daroussin@gmail.com (maintainer) via private email
Approved by: thierry (mentor) |
16 Apr 2008 13:16:36
0.9.0
|
jadawin  |
- Rename AtomicParsley to atomicparsley (requested by danfe)
- Chase dependancy name change
Approved by: maintainer, tabthorpe (mentor) |