Commit Graph

40 Commits

Author SHA1 Message Date
naddy b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
rsadowski 4fb011ab78 update license comment and cleanup Makefile
Feedback from kmos@, sthen@ and Raf Czlonka (Thanks)
2019-11-08 09:56:52 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
naddy b94bcfe131 add missing include 2018-11-13 16:26:16 +00:00
bentley e53233708c Include cstring for memmove/memcpy. 2018-10-28 07:59:57 +00:00
sthen 25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen 5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie 8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen 7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
sthen 5690239571 "main(unsigned int argc" -> "main(int argc" 2017-04-09 11:07:42 +00:00
sthen f993fcb8d2 set an autoconf var to permit building without iomanip.h; clang/libc++ arches
don't have it, and it's not actually used anyway.
2017-04-09 11:03:30 +00:00
naddy c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
naddy 2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
naddy 570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot 58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie 2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
kili f65cf1f6fc Didn't apply (wrong paths). 2010-10-03 15:06:56 +00:00
landry 9b60645409 Fix for a stack overflow when parsing vbr mp3 files, from Ido Admon on
ports@. Refs:
https://bugs.launchpad.net/ubuntu/+source/id3lib3.8.3/+bug/444466
http://sourceforge.net/tracker/?func=detail&aid=1863981&group_id=979&atid=100979
2010-10-03 06:55:17 +00:00
sthen ad741e63bb new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
checked with check-lib-depends and PLIST_DB "make package".
2010-09-05 22:00:13 +00:00
simon ec8fc0fefe remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-15 21:26:00 +00:00
bernd d901191f11 Fix a UTF-16 writing bug. Patch from the id3lib bug tracking system.
Submitted by Dennis Suhonin, thanks.

ok naddy@
2007-05-20 13:02:16 +00:00
espie 470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
espie 7ff4478022 re-format SHARED_LIBS 2006-10-28 10:30:41 +00:00
espie b0d27a1201 Bump C++ shared libs numbers and corresponding package names,
handles a through databases
2006-01-13 19:12:15 +00:00
espie cb17420482 zap some MODGNU_SHARED_LIBS 2006-01-10 11:14:49 +00:00
espie fd2a385350 switch a few ports to SHARED_LIBS and USE_LIBTOOL 2005-12-23 15:03:05 +00:00
naddy 199c30b4ac SIZE 2005-01-05 15:47:05 +00:00
espie 48252a0ad4 WANTLIB markers 2004-11-21 17:51:44 +00:00
pvalchev a4e1e24ad5 remove David Lebel from maintainer position per his request. 2004-09-15 00:06:58 +00:00
espie cf8c59eff8 new plists 2004-08-09 11:46:23 +00:00
espie 31b9b291d9 switch a few audio ports to new-style. 2004-08-05 03:28:11 +00:00
brad 1f252f3b75 remove ugly nasty hack, this is a much better way to get the same
end result.
2004-01-10 03:15:19 +00:00
espie 4077918490 update to 3.8.3, comment out wchar stuff if gcc3 2004-01-05 13:53:35 +00:00
naddy 2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
espie 87c43b6e33 libs work better when the symlink points somewhere.
not sure this is the best fix, but this allows dependencies to not fall
over.
2003-12-02 00:09:05 +00:00
pvalchev f902d2ceb3 check NO_SHARED_LIBS before doing shared-lib stuff in the makefile 2003-11-27 19:39:41 +00:00
lebel 05349188f3 update audio/id3lib to 3.8.0; thanks to naddy@ 2002-09-16 21:03:11 +00:00
lebel cceba13846 MASTER_SITE_SUBDIR -> ${SITE:=subdir/} 2002-05-13 13:28:07 +00:00
lebel 5b4d790d6f initial import of id3lib-3.8.0pre2:
--
id3lib is an open-source, cross-platform software development library
for reading, writing, and manipulating ID3v1and ID3v2 tags. It is an
on-going project whose primary goals are full compliance with the ID3v2
standard, portability across several platforms, and providing a powerful
and feature-rich API with a highly stable and efficient implementation.

WWW: http://id3lib.sourceforge.net/
2002-02-02 19:49:54 +00:00