mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Modernize LIB_DEPENDS
With hat: portmgr
This commit is contained in:
parent
d8e365fd1b
commit
8d29c3c03e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361722
@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= BSD licenced configuration database system
|
||||
|
||||
LIB_DEPENDS= mowgli.2:${PORTSDIR}/devel/libmowgli
|
||||
LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli
|
||||
|
||||
OPTIONS_DEFINE= GCONF
|
||||
OPTIONS_DEFAULT= GCONF
|
||||
|
@ -10,7 +10,7 @@ DISTNAME= vanessa_adt-${PORTVERSION}
|
||||
MAINTAINER= thomas@bsdunix.ch
|
||||
COMMENT= Library that provides ADTs (queues, dynamic arrays, and more)
|
||||
|
||||
LIB_DEPENDS= vanessa_logger:${PORTSDIR}/devel/libvanessa_logger
|
||||
LIB_DEPENDS= libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -15,9 +15,9 @@ COMMENT= FSF gcc-4 for Windows cross-development
|
||||
BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
|
||||
mingwm10.dll:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
|
||||
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
|
||||
mpfr:${PORTSDIR}/math/mpfr \
|
||||
mpc:${PORTSDIR}/math/mpc
|
||||
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
|
||||
libmpfr.so:${PORTSDIR}/math/mpfr \
|
||||
libmpc.so:${PORTSDIR}/math/mpc
|
||||
|
||||
GCCVERSION= 4.7.2
|
||||
|
||||
|
@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Dynamic memory debugging and profiling library
|
||||
|
||||
LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf
|
||||
LIB_DEPENDS= libelf.so:${PORTSDIR}/devel/libelf
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/build/unix
|
||||
|
||||
|
@ -11,7 +11,7 @@ DISTNAME= omniNotify-2-latest
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= CORBA Notification Service (CosNotification) for omniORB
|
||||
|
||||
LIB_DEPENDS= omniORB4.1:${PORTSDIR}/devel/omniORB
|
||||
LIB_DEPENDS= libomniORB4.so:${PORTSDIR}/devel/omniORB
|
||||
RUN_DEPENDS= omniidl:${PORTSDIR}/devel/omniORB
|
||||
# parts of omniORB4 source tree is required to build
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/omniORB:patch
|
||||
|
@ -271,7 +271,7 @@ CONFIGURE_ARGS+= --disable-minidriver-dummy
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LIBFTDI)
|
||||
LIB_DEPENDS+= ftdi:${PORTSDIR}/devel/libftdi
|
||||
LIB_DEPENDS+= libftdi.so:${PORTSDIR}/devel/libftdi
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDOXYGEN}
|
||||
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp-
|
||||
MAINTAINER= vd@FreeBSD.org
|
||||
COMMENT= Defines an abstract type of buffer that can move data without copying
|
||||
|
||||
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
||||
LIB_DEPENDS= libex.so:${PORTSDIR}/devel/ossp-ex
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library for parsing arbitrary C/C++-style configuration files
|
||||
|
||||
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
||||
LIB_DEPENDS= libex.so:${PORTSDIR}/devel/ossp-ex
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
||||
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Flexible name to value mapping library for C variables
|
||||
|
||||
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
||||
LIB_DEPENDS= libex.so:${PORTSDIR}/devel/ossp-ex
|
||||
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -13,7 +13,7 @@ COMMENT= The PHP WebDAV extension
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29
|
||||
LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPIZE= yes
|
||||
|
@ -12,7 +12,7 @@ DISTNAME= tony2001-pinba_extension-${GITVERSION}
|
||||
MAINTAINER= komarov@valerka.net
|
||||
COMMENT= PHP-extension part of statistics server for PHP
|
||||
|
||||
LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf
|
||||
LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf
|
||||
|
||||
GITVERSION= f76b673
|
||||
|
||||
|
@ -22,8 +22,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.3:${PORTSDIR}/print/py-repo
|
||||
${PYTHON_PKGNAMEPREFIX}pygit2>=0:${PORTSDIR}/devel/py-pygit2 \
|
||||
python:${PORTSDIR}/lang/python
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= glib:${PORTSDIR}/devel/glib20 \
|
||||
soup:${PORTSDIR}/devel/libsoup
|
||||
LIB_DEPENDS= libglib.so:${PORTSDIR}/devel/glib20 \
|
||||
libsoup.so:${PORTSDIR}/devel/libsoup
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USES= pkgconfig
|
||||
|
@ -47,7 +47,7 @@ ARGS= -b ${PREFIX}/bin \
|
||||
ARGS+= --no-qsci-api
|
||||
PLIST_SUB+= API="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
PLIST_SUB+= API=""
|
||||
.endif
|
||||
|
@ -46,7 +46,7 @@ ARGS= -b ${PREFIX}/bin \
|
||||
ARGS+= --no-qsci-api
|
||||
PLIST_SUB+= API="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
PLIST_SUB+= API=""
|
||||
.endif
|
||||
|
@ -47,7 +47,7 @@ ARGS= -b ${PREFIX}/bin \
|
||||
ARGS+= --no-qsci-api
|
||||
PLIST_SUB+= API="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
PLIST_SUB+= API=""
|
||||
.endif
|
||||
|
@ -44,7 +44,7 @@ ARGS= -b ${PREFIX}/bin \
|
||||
ARGS+= --no-qsci-api
|
||||
PLIST_SUB+= API="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
PLIST_SUB+= API=""
|
||||
.endif
|
||||
|
@ -48,7 +48,7 @@ ARGS= -b ${PREFIX}/bin \
|
||||
ARGS+= --no-qsci-api
|
||||
PLIST_SUB+= API="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
PLIST_SUB+= API=""
|
||||
.endif
|
||||
|
@ -43,7 +43,7 @@ ARGS= -b ${PREFIX}/bin \
|
||||
ARGS+= --no-qsci-api
|
||||
PLIST_SUB+= API="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
PLIST_SUB+= API=""
|
||||
.endif
|
||||
|
@ -12,7 +12,7 @@ DISTNAME= ${QSCI2_DISTNAME}
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Python bindings for QScintilla2 (PyQt4), QSci module
|
||||
|
||||
LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip \
|
||||
${PYTHON_PKGNAMEPREFIX}qt4-core>=${PYQT_VERSION}:${PORTSDIR}/devel/py-qt4-core \
|
||||
${PYTHON_PKGNAMEPREFIX}qt4-gui>=${PYQT_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui
|
||||
|
@ -45,7 +45,7 @@ ARGS= -b ${PREFIX}/bin \
|
||||
ARGS+= --no-qsci-api
|
||||
PLIST_SUB+= API="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
PLIST_SUB+= API=""
|
||||
.endif
|
||||
|
@ -44,7 +44,7 @@ ARGS= -b ${PREFIX}/bin \
|
||||
ARGS+= --no-qsci-api
|
||||
PLIST_SUB+= API="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
PLIST_SUB+= API=""
|
||||
.endif
|
||||
|
@ -46,7 +46,7 @@ ARGS= -b ${PREFIX}/bin \
|
||||
ARGS+= --no-qsci-api
|
||||
PLIST_SUB+= API="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
PLIST_SUB+= API=""
|
||||
.endif
|
||||
|
@ -12,7 +12,7 @@ DISTNAME= ${QSCI2_DISTNAME}
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt4 Designer plugin for QScintilla2
|
||||
|
||||
LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2
|
||||
LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
|
||||
|
||||
DISTINFO_FILE= ${QSCI2_DISTINFO_FILE}
|
||||
USES= qmake
|
||||
|
@ -11,7 +11,7 @@ COMMENT= Extension for dynamic libraries & binding functions
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
|
||||
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
|
||||
|
||||
USE_RAKE= yes
|
||||
USE_RUBY= yes
|
||||
|
@ -7,7 +7,7 @@ COMMENT= sfslite with dmalloc and without optimization
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
|
||||
LIB_DEPENDS+= libdmalloc.so:${PORTSDIR}/devel/dmalloc
|
||||
PKG_INSTALL= ${MASTERDIR}/pkg-install
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -10,7 +10,7 @@ MASTER_SITES= http://dist.okws.org/dist/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Standard version of the sfslite library
|
||||
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
|
||||
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
|
||||
|
||||
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
|
||||
|
||||
|
@ -11,8 +11,8 @@ USES= cmake:outsource ninja
|
||||
|
||||
BUILD_DEPENDS= clang33:${PORTSDIR}/lang/clang33
|
||||
RUN_DEPENDS= clang33:${PORTSDIR}/lang/clang33
|
||||
LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \
|
||||
protobuf:${PORTSDIR}/devel/protobuf
|
||||
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
|
||||
libprotobuf.so:${PORTSDIR}/devel/protobuf
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= CTSRD-TESLA
|
||||
|
@ -10,7 +10,7 @@ MASTER_SITES= http://FreeBSD.czest.pl/~wkoszek/ports/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Free programmer for Xilinx Spartan S3E Starter Kit
|
||||
|
||||
LIB_DEPENDS= ftdi:${PORTSDIR}/devel/libftdi
|
||||
LIB_DEPENDS= libftdi.so:${PORTSDIR}/devel/libftdi
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload
|
||||
|
||||
USES= cmake
|
||||
|
@ -11,7 +11,7 @@ PKGNAMESUFFIX= -devel
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Cisco 1700/2600/3600/3700/7200 Simulator
|
||||
|
||||
LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf
|
||||
LIB_DEPENDS= libelf.so:${PORTSDIR}/devel/libelf
|
||||
|
||||
CONFLICTS= dynamips-[0-9]* dynamips-community-[0-9]*
|
||||
LICENSE= GPLv2
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Atari ST emulator
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2
|
||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
||||
RUN_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.Z
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= SEGA Master System and Game Gear emulator for X
|
||||
|
||||
LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x
|
||||
LIB_DEPENDS= libc.so.5:${PORTSDIR}/misc/compat5x
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
@ -6,7 +6,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi
|
||||
|
||||
COMMENT= Low-level RSP processor plugin for the Mupen64Plus
|
||||
|
||||
LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
|
||||
LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
|
||||
|
||||
USE_GL= #
|
||||
USE_SDL= #
|
||||
|
@ -6,7 +6,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi
|
||||
|
||||
COMMENT= The arachnoid video plugin for Mupen64plus
|
||||
|
||||
LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
|
||||
LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
|
||||
|
||||
USE_GL= gl glu
|
||||
USE_SDL= #
|
||||
|
@ -7,7 +7,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi
|
||||
|
||||
COMMENT= Glide64 video plugin for Mupen64Plus
|
||||
|
||||
LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
|
||||
LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
|
||||
|
||||
USE_GL= gl
|
||||
USE_SDL= yes
|
||||
|
@ -5,7 +5,7 @@ PKGNAMESUFFIX= -video-glide64mk2
|
||||
|
||||
COMMENT= Glide64mk2 video plugin for Mupen64Plus
|
||||
|
||||
LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core \
|
||||
LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \
|
||||
libboost_thread.so:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
USE_GL= gl
|
||||
|
@ -6,7 +6,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi
|
||||
|
||||
COMMENT= Low-level RDP plugin for the Mupen64Plus
|
||||
|
||||
LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
|
||||
LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
|
||||
|
||||
USE_GL= gl glu glew
|
||||
USE_SDL= yes
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Simulator for many HP calculators
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= bison pkgconfig scons
|
||||
USE_GNOME= gtk20 libxml2
|
||||
|
@ -13,7 +13,7 @@ DISTFILES= o2em117src.zip:1 \
|
||||
MAINTAINER= techgunter@yahoo.com
|
||||
COMMENT= Odyssey2 / Videopac console emulator
|
||||
|
||||
LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro
|
||||
LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro
|
||||
|
||||
WRKSRC= ${WRKDIR}/o2em117src
|
||||
MAKEFILE= Makefile.freebsd
|
||||
|
Loading…
Reference in New Issue
Block a user