mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Mark for deprecation, since abandoned upstream, failing to work with
current versions of GCC, and requiring gcc295 which fails to build itself (and does not support current version of FreeBSD nor most primary targets). EXPIRATION_DATE=2009-04-29
This commit is contained in:
parent
c01c9795b7
commit
5e7e50eeec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231244
@ -13,7 +13,7 @@ MASTER_SITES= http://okmij.org/ftp/packages/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= ijliao
|
||||
|
||||
MAINTAINER= oleg@pobox.com
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Advanced i/o, networking, and arithmetic compression C++ classlib
|
||||
|
||||
WRKSRC= ${WRKDIR}/cppadvio
|
||||
@ -21,6 +21,9 @@ ALL_TARGET= lib
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 2.95
|
||||
|
||||
DEPRECATED= abandoned upstream, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
|
||||
EXPIRATION_DATE=2009-04-29
|
||||
|
||||
post-patch:
|
||||
@( cd ${WRKSRC}; ${MV} c++ c++.orig; \
|
||||
${SED} -e 's|^ *gcc|${CXX} ${CXXFLAGS}|' c++.orig > c++; ${CHMOD} +x c++ )
|
||||
|
Loading…
Reference in New Issue
Block a user