1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
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
2016-11-16 00:33:36 +00:00
2016-11-16 21:25:38 +00:00
2016-11-17 21:03:12 +00:00
2016-11-13 12:44:13 +00:00
2016-11-08 21:28:07 +00:00
2016-11-17 16:56:26 +00:00
2016-11-17 18:24:59 +00:00
2016-11-16 10:49:01 +00:00
2016-11-16 10:29:20 +00:00
2016-11-17 22:29:38 +00:00
2016-11-12 11:17:05 +00:00
2016-11-17 21:33:58 +00:00
2016-11-17 22:35:51 +00:00
2016-11-17 18:33:41 +00:00
2016-11-18 02:37:16 +00:00
2016-11-15 09:33:31 +00:00
2016-11-08 21:41:36 +00:00
2016-11-15 12:14:41 +00:00
2016-11-15 10:12:36 +00:00
2016-10-21 12:51:40 +00:00
2016-11-16 23:25:09 +00:00
2016-11-16 07:34:03 +00:00

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	http://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.

Description
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Readme 3.5 GiB
Languages
Makefile 46.9%
C 18.2%
C++ 16.8%
Roff 6%
Shell 4.9%
Other 5.8%