switch API/ABI to v8
chase SOVERSION of graphics/jpeg prune unnecessary autotools PR: ports/158328 Submitted by: Pan Tsu <inyaoo at gmail.com> Approved by: Denis Podolskiy (maintainer)
This commit is contained in:
parent
ebcf4efa66
commit
3847783361
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277446
2 changed files with 9 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= libjpeg-turbo
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -18,10 +19,15 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
|||
|
||||
CONFLICTS= jpeg-[0-9]*
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
USE_AUTOTOOLS= autoconf autoheader aclocal automake libtool
|
||||
ACLOCAL_ARGS= -I.
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ENV= SO_MAJOR_VERSION=${SOVERSION}
|
||||
CONFIGURE_ARGS= --with-jpeg8
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
|
||||
PLIST_SUB= SOVERSION=${SOVERSION}
|
||||
|
||||
# chase graphics/jpeg
|
||||
SOVERSION= 11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -12,7 +12,7 @@ include/turbojpeg.h
|
|||
lib/libjpeg.a
|
||||
lib/libjpeg.la
|
||||
lib/libjpeg.so
|
||||
lib/libjpeg.so.62
|
||||
lib/libjpeg.so.%%SOVERSION%%
|
||||
lib/libturbojpeg.a
|
||||
lib/libturbojpeg.la
|
||||
lib/libturbojpeg.so
|
||||
|
|
Loading…
Reference in a new issue