FreeBSD Bugzilla – Attachment 66471 Details for
Bug 98214
[MAINTAINER]: Update 3 ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.57 KB, created by
Wesley Shields
on 2006-05-31 14:50:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Wesley Shields
Created:
2006-05-31 14:50:15 UTC
Size:
2.57 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/security/libtomcrypt/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- Makefile 20 Mar 2006 17:53:09 -0000 1.15 >+++ Makefile 31 May 2006 14:35:32 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= libtomcrypt >-PORTVERSION= 1.10 >+PORTVERSION= 1.12 > CATEGORIES= security > MASTER_SITES= http://libtomcrypt.com/files/ > DISTNAME= crypt-${PORTVERSION} >@@ -26,15 +26,16 @@ > > OPTIONS= DOCS "build documentation (depends on teTeX)" off \ > LIBTOMMATH "Use LibTomMath" on \ >- TOMSFASTMATH "Use TomsFastMath" off >+ TOMSFASTMATH "Use TomsFastMath" off \ >+ GMP "Use GMP" off > > .include <bsd.port.pre.mk> > >-.if defined(WITHOUT_LIBTOMMATH) && defined(WITHOUT_TOMSFASTMATH) >-IGNORE= you must choose either LibTomMath or TomsFastMath (or both) >+.if defined(WITHOUT_LIBTOMMATH) && defined(WITHOUT_TOMSFASTMATH) && defined(WITHOUT_GMP) >+IGNORE= you must choose at least LibTomMath, TomsFastMath, or GMP (or all three) > .endif > >-.if !defined(WITHOUT_LIBTOMMATH) >+.if defined(WITH_LIBTOMMATH) > BUILD_DEPENDS+= ${LOCALBASE}/include/tommath.h:${PORTSDIR}/math/libtommath > CFLAGS+= -DLTM_DESC > .endif >@@ -44,6 +45,11 @@ > CFLAGS+= -DTFM_DESC > .endif > >+.if defined(WITH_GMP) >+BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 >+CFLAGS+= -DGMP_DESC >+.endif >+ > .if defined(WITH_DOCS) > BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX > .else >@@ -62,5 +68,12 @@ > > @${ECHO_MSG} "Testing with -DUSE_LTM..." > (cd ${WRKSRC} && CFLAGS="${CFLAGS} -DUSE_LTM" EXTRALIBS="-L${PREFIX}/lib -ltommath" ${GMAKE} test && ${WRKSRC}/test) >+ >+ @${ECHO_MSG} "Cleaning up test binary..." >+ @${RM} ${WRKSRC}/test >+ @${RM} ${WRKSRC}/demos/test.o >+ >+ @${ECHO_MSG} "Testing with -DUSE_GMP..." >+ (cd ${WRKSRC} && CFLAGS="${CFLAGS} -DUSE_GMP" EXTRALIBS="-L${PREFIX}/lib -lgmp" ${GMAKE} test && ${WRKSRC}/test) > .endif > .include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/security/libtomcrypt/distinfo,v >retrieving revision 1.11 >diff -u -r1.11 distinfo >--- distinfo 20 Mar 2006 17:53:09 -0000 1.11 >+++ distinfo 31 May 2006 14:35:32 -0000 >@@ -1,3 +1,3 @@ >-MD5 (crypt-1.10.tar.bz2) = 8da42847a5ac43e82965121c9e26e525 >-SHA256 (crypt-1.10.tar.bz2) = 3115f8d91956ae8e05a19d74e6d2d2321e5e466a6daf69a4c43c2aa48334308d >-SIZE (crypt-1.10.tar.bz2) = 1324351 >+MD5 (crypt-1.12.tar.bz2) = 0a018c0a84deea104bbc21d566f142fc >+SHA256 (crypt-1.12.tar.bz2) = 3001f79f26d3e70ae52e3f752c506aec1159c5efdcc43ca970cbfc7904c50907 >+SIZE (crypt-1.12.tar.bz2) = 1393191 >[END LIBTOMCRYPT PATCH]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 98214
:
66469
|
66470
| 66471