FreeBSD Bugzilla – Attachment 174395 Details for
Bug 212394
math/lp_solve: Update to version 5.5.2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn patch
math-lp_solve.diff (text/plain), 3.84 KB, created by
Pedro F. Giffuni
on 2016-09-05 21:04:01 UTC
(
hide
)
Description:
svn patch
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2016-09-05 21:04:01 UTC
Size:
3.84 KB
patch
obsolete
>Index: math/lp_solve/Makefile >=================================================================== >--- math/lp_solve/Makefile (revision 421373) >+++ math/lp_solve/Makefile (working copy) >@@ -1,8 +1,8 @@ >-# Created by: Pedro F. Giffuni <giffunip@asme.org> >+# Created by: Pedro F. Giffuni > # $FreeBSD$ > > PORTNAME= lp_solve >-PORTVERSION= 5.5.2.0 >+PORTVERSION= 5.5.2.3 > CATEGORIES= math > MASTER_SITES= SF/lpsolve/lpsolve/${PORTVERSION} > DISTNAME= ${PORTNAME}_${PORTVERSION}_source >@@ -10,6 +10,8 @@ > MAINTAINER= mayo@oyam.ca > COMMENT= Linear Programming Solver > >+LICENSE= LGPL20 >+ > WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:R:R} > > USE_LDCONFIG= yes >@@ -26,7 +28,7 @@ > LPSOLVE_ARCH= ux64 > .endif > >-post-patch: >+pre-build: > @${FIND} ${WRKSRC} -name "ccc" | ${XARGS} ${REINPLACE_CMD} -e \ > "s|^c=.*$$|c='${CC}'|g ; \ > s|^opts=.*$$|opts='${CFLAGS}'|g ; \ >Index: math/lp_solve/distinfo >=================================================================== >--- math/lp_solve/distinfo (revision 421373) >+++ math/lp_solve/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (lp_solve_5.5.2.0_source.tar.gz) = 5827a30b143105283f398a09419ea608719a2d7699ecea165a66d521803bcc9c >-SIZE (lp_solve_5.5.2.0_source.tar.gz) = 799623 >+TIMESTAMP = 1473108105 >+SHA256 (lp_solve_5.5.2.3_source.tar.gz) = fb43ae8ad3bb4cee617863f7fc03b26ccc0ff7946a9cc4665cb9afa04c0a1cab >+SIZE (lp_solve_5.5.2.3_source.tar.gz) = 812420 >Index: math/lp_solve/files/patch-respect-TMPDIR >=================================================================== >--- math/lp_solve/files/patch-respect-TMPDIR (revision 421373) >+++ math/lp_solve/files/patch-respect-TMPDIR (working copy) >@@ -1,5 +1,5 @@ >---- lp_solve/ccc.orig 2009-01-25 21:39:03.000000000 +0300 >-+++ lp_solve/ccc 2011-02-04 10:52:07.000000000 +0300 >+--- lp_solve/ccc.orig 2009-01-25 18:39:03 UTC >++++ lp_solve/ccc > @@ -2,31 +2,33 @@ > src='../lp_MDO.c ../shared/commonlib.c ../colamd/colamd.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c lp_solve.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c' > c=cc >@@ -48,8 +48,8 @@ > > opts='-O3' > >---- lpsolve55/ccc.bak 2009-03-25 03:27:18.000000000 +0300 >-+++ lpsolve55/ccc 2011-02-04 11:00:40.000000000 +0300 >+--- lpsolve55/ccc.orig 2009-03-25 00:27:18 UTC >++++ lpsolve55/ccc > @@ -2,29 +2,31 @@ > src='../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c' > c=cc >Index: math/lp_solve/files/patch-shared+commonlib.c >=================================================================== >--- math/lp_solve/files/patch-shared+commonlib.c (revision 421373) >+++ math/lp_solve/files/patch-shared+commonlib.c (working copy) >@@ -1,8 +1,8 @@ >---- shared/commonlib.c.orig Sat Mar 18 07:16:42 2006 >-+++ shared/commonlib.c Sat Sep 2 21:01:39 2006 >-@@ -4,7 +4,7 @@ >- #ifdef INTEGERTIME >- # include <time.h> >+--- shared/commonlib.c.orig 2016-05-06 09:25:24 UTC >++++ shared/commonlib.c >+@@ -6,7 +6,7 @@ >+ #elif defined EnhTime >+ # include <windows.h> > #else > -# include <sys/timeb.h> > +# include <sys/time.h> >@@ -9,9 +9,9 @@ > #endif > > #include <stdlib.h> >-@@ -673,10 +673,12 @@ >- #elif defined CLOCKTIME >- return((double)clock()/CLOCKS_PER_SEC /* CLK_TCK */); >+@@ -844,10 +844,12 @@ double timeNow(void) >+ } >+ return( timeBase + (double) now.QuadPart/(double) freq.QuadPart ); > #else > - struct timeb buf; > + struct timeval tv;
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 212394
: 174395