mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to verion 1.1.8
PR: ports/70544 Submitted by: Ports Fury
This commit is contained in:
parent
3ffe74f7b2
commit
45338d72a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116430
3 changed files with 8 additions and 28 deletions
|
@ -7,12 +7,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= cln
|
PORTNAME= cln
|
||||||
PORTVERSION= 1.1.6
|
PORTVERSION= 1.1.8
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= math devel
|
CATEGORIES= math devel
|
||||||
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \
|
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
|
||||||
ftp://ftp.santafe.edu/pub/gnu/ \
|
|
||||||
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Class Library for Numbers
|
COMMENT= Class Library for Numbers
|
||||||
|
@ -20,12 +17,12 @@ COMMENT= Class Library for Numbers
|
||||||
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
|
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
|
USE_GCC= 3.3
|
||||||
|
USE_GNOME= gnomehack gnometarget lthack pkgconfig
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOME= gnomehack
|
USE_INC_LIBTOOL_VER= 13
|
||||||
USE_INC_LIBTOOL_VER=13
|
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${PREFIX}/man \
|
CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${MANPREFIX}/man \
|
||||||
--with-gmp
|
--with-gmp
|
||||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
@ -44,13 +41,6 @@ LDFLAGS= -L${LOCALBASE}/lib
|
||||||
BROKEN= "Does not compile on sparc64"
|
BROKEN= "Does not compile on sparc64"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} < 500035
|
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include/stlport ${PTHREAD_CFLAGS}
|
|
||||||
LDFLAGS+= -lstlport_gcc ${PTHREAD_LIBS}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}/dvi
|
@${MKDIR} ${DOCSDIR}/dvi
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (cln-1.1.6.tar.bz2) = 8c364297c3cd7cbd413a510b68849451
|
MD5 (cln-1.1.8.tar.bz2) = 490dd0697b3d16b2ba6a843829228cba
|
||||||
SIZE (cln-1.1.6.tar.bz2) = 1595522
|
SIZE (cln-1.1.8.tar.bz2) = 1631985
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- configure.orig Tue May 28 22:55:47 2002
|
|
||||||
+++ configure Tue Jul 30 06:40:57 2002
|
|
||||||
@@ -6933,6 +6933,7 @@
|
|
||||||
|
|
||||||
# This can be used to rebuild libtool when needed
|
|
||||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
||||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
||||||
|
|
||||||
# Always use our own libtool.
|
|
||||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
Loading…
Add table
Reference in a new issue