mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Revert r356926 and r356927. Not all ports that depend on lcms* have been
converted to USES=libtool yet, so their .la files may still refer to the lcms* .la files.
This commit is contained in:
parent
eb5d756dba
commit
4072ee0553
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357111
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= lcms
|
PORTNAME= lcms
|
||||||
PORTVERSION= 1.19
|
PORTVERSION= 1.19
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
|
||||||
@ -24,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= libtool pathfix
|
USES= libtool:keepla pathfix
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
include/icc34.h
|
include/icc34.h
|
||||||
include/lcms.h
|
include/lcms.h
|
||||||
lib/liblcms.a
|
lib/liblcms.a
|
||||||
|
lib/liblcms.la
|
||||||
lib/liblcms.so
|
lib/liblcms.so
|
||||||
lib/liblcms.so.1
|
lib/liblcms.so.1
|
||||||
lib/liblcms.so.1.0.19
|
lib/liblcms.so.1.0.19
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= lcms2
|
PORTNAME= lcms2
|
||||||
PORTVERSION= 2.6
|
PORTVERSION= 2.6
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF/lcms/lcms/${PORTVERSION} \
|
MASTER_SITES= SF/lcms/lcms/${PORTVERSION} \
|
||||||
http://www.littlecms.com/
|
http://www.littlecms.com/
|
||||||
@ -23,7 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= libtool pathfix
|
USES= libtool:keepla pathfix
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ bin/transicc
|
|||||||
include/lcms2.h
|
include/lcms2.h
|
||||||
include/lcms2_plugin.h
|
include/lcms2_plugin.h
|
||||||
lib/liblcms2.a
|
lib/liblcms2.a
|
||||||
|
lib/liblcms2.la
|
||||||
lib/liblcms2.so
|
lib/liblcms2.so
|
||||||
lib/liblcms2.so.2
|
lib/liblcms2.so.2
|
||||||
lib/liblcms2.so.2.0.6
|
lib/liblcms2.so.2.0.6
|
||||||
|
Loading…
Reference in New Issue
Block a user