pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/cint require gcc>=3 and native threads



details:   https://anonhg.NetBSD.org/pkgsrc/rev/571e392ac298
branches:  trunk
changeset: 494572:571e392ac298
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed May 25 17:48:13 2005 +0000

description:
require gcc>=3 and native threads
This effectively removes support for NetBSD-1.6, thus closing
PR pkg/30317 by diro%nixsys.bz@localhost.

diffstat:

 lang/cint/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 5073ca22c325 -r 571e392ac298 lang/cint/Makefile
--- a/lang/cint/Makefile        Wed May 25 17:41:18 2005 +0000
+++ b/lang/cint/Makefile        Wed May 25 17:48:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/19 17:11:45 drochner Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/25 17:48:13 drochner Exp $
 
 DISTNAME=              cint5.15
 PKGNAME=               cint-5.15.174
@@ -13,6 +13,8 @@
 #same distribution file name for minor versions
 DIST_SUBDIR=           ${PKGNAME}
 WRKSRC=                        ${WRKDIR}
+GCC_REQD+=             3.0
+PTHREAD_OPTS+= require native
 
 post-extract:
        ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \;
@@ -41,4 +43,5 @@
        ${CP} -r ${WRKDIR}/lib/prec_stl ${PREFIX}/cint/lib
        ${INSTALL_DATA} ${WRKDIR}/G__ci.h ${PREFIX}/cint
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index