mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Chase a silent update (distfile dated Tue Nov 7 17:01:39 2006!):
- fix compilation with MS-VC++ 6.0; - a lot of changes in the docs. Full diff available at <http://people.freebsd.org/~thierry/ports/CImg-1-17_061106_061107.diff.bz2> Reported by: maho
This commit is contained in:
parent
4a1fc807bd
commit
d7c6e5d733
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182822
@ -7,11 +7,12 @@
|
||||
|
||||
PORTNAME= cimg
|
||||
DISTVERSION= 1-17
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= CImg-${DISTVERSION}
|
||||
DIST_SUBDIR= ${PKGNAME}
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= The C++ Template Image Processing Library
|
||||
@ -44,7 +45,7 @@ LAPACK_DEF= -Dcimg_lapack
|
||||
.endif
|
||||
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (CImg-1-17.zip) = d12cbd6bfec6b9e3a3fabf5e5249c09d
|
||||
SHA256 (CImg-1-17.zip) = 39cec14502593958c80b3428414b6ec64f911b3b9b942a0b14f6bf3baad781c6
|
||||
SIZE (CImg-1-17.zip) = 3626765
|
||||
MD5 (cimg-1.17_2/CImg-1-17.zip) = aae01ef36c598402751f2ddbd3eca0ee
|
||||
SHA256 (cimg-1.17_2/CImg-1-17.zip) = 61aa14b239ee3683e9f0684e875703a30b21ca93b1e4b9e4ac676c89708c159e
|
||||
SIZE (cimg-1.17_2/CImg-1-17.zip) = 3732010
|
||||
|
@ -130,7 +130,6 @@ include/CImg.h
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x78.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x79.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x7e.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/functions_rela.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/functions_type.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/functions_vars.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__displays.html
|
||||
|
Loading…
Reference in New Issue
Block a user