svn commit: r361722 - in head: devel/libmcs devel/libvanessa_adt devel/mingw32-gcc devel/mpatrol devel/omniNotify devel/openocd devel/ossp-al devel/ossp-cfg devel/ossp-val devel/php5-dav devel/php5...
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jul 13 23:09:19 UTC 2014
Author: bapt
Date: Sun Jul 13 23:09:10 2014
New Revision: 361722
URL: http://svnweb.freebsd.org/changeset/ports/361722
QAT: https://qat.redports.org/buildarchive/r361722/
Log:
Modernize LIB_DEPENDS
With hat: portmgr
Modified:
head/devel/libmcs/Makefile
head/devel/libvanessa_adt/Makefile
head/devel/mingw32-gcc/Makefile
head/devel/mpatrol/Makefile
head/devel/omniNotify/Makefile
head/devel/openocd/Makefile
head/devel/ossp-al/Makefile
head/devel/ossp-cfg/Makefile
head/devel/ossp-val/Makefile
head/devel/php5-dav/Makefile
head/devel/php5-pinba/Makefile
head/devel/py-itools/Makefile
head/devel/py-qt4-assistant/Makefile
head/devel/py-qt4-core/Makefile
head/devel/py-qt4-dbus/Makefile
head/devel/py-qt4-declarative/Makefile
head/devel/py-qt4-designer/Makefile
head/devel/py-qt4-help/Makefile
head/devel/py-qt4-qscintilla2/Makefile
head/devel/py-qt4-script/Makefile
head/devel/py-qt4-scripttools/Makefile
head/devel/py-qt4-test/Makefile
head/devel/qscintilla2-designerplugin/Makefile
head/devel/rubygem-ffi/Makefile
head/devel/sfslite-dbg/Makefile
head/devel/sfslite/Makefile
head/devel/tesla/Makefile
head/devel/xc3sprog/Makefile
head/emulators/dynamips-devel/Makefile
head/emulators/hatari/Makefile
head/emulators/mastergear/Makefile
head/emulators/mupen64plus-rsp-z64/Makefile
head/emulators/mupen64plus-video-arachnoid/Makefile
head/emulators/mupen64plus-video-glide64/Makefile
head/emulators/mupen64plus-video-glide64mk2/Makefile
head/emulators/mupen64plus-video-z64/Makefile
head/emulators/nonpareil/Makefile
head/emulators/o2em/Makefile
Modified: head/devel/libmcs/Makefile
==============================================================================
--- head/devel/libmcs/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/libmcs/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= oliver at 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
Modified: head/devel/libvanessa_adt/Makefile
==============================================================================
--- head/devel/libvanessa_adt/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/libvanessa_adt/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -10,7 +10,7 @@ DISTNAME= vanessa_adt-${PORTVERSION}
MAINTAINER= thomas at 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
Modified: head/devel/mingw32-gcc/Makefile
==============================================================================
--- head/devel/mingw32-gcc/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/mingw32-gcc/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -15,9 +15,9 @@ COMMENT= FSF gcc-4 for Windows cross-dev
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
Modified: head/devel/mpatrol/Makefile
==============================================================================
--- head/devel/mpatrol/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/mpatrol/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports at 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
Modified: head/devel/omniNotify/Makefile
==============================================================================
--- head/devel/omniNotify/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/omniNotify/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -11,7 +11,7 @@ DISTNAME= omniNotify-2-latest
MAINTAINER= ports at 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
Modified: head/devel/openocd/Makefile
==============================================================================
--- head/devel/openocd/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/openocd/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -271,7 +271,7 @@ CONFIGURE_ARGS+= --disable-minidriver-du
.endif
.if defined(WITH_LIBFTDI)
-LIB_DEPENDS+= ftdi:${PORTSDIR}/devel/libftdi
+LIB_DEPENDS+= libftdi.so:${PORTSDIR}/devel/libftdi
.endif
.if ${PORT_OPTIONS:MDOXYGEN}
Modified: head/devel/ossp-al/Makefile
==============================================================================
--- head/devel/ossp-al/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/ossp-al/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp-
MAINTAINER= vd at 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
Modified: head/devel/ossp-cfg/Makefile
==============================================================================
--- head/devel/ossp-cfg/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/ossp-cfg/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp-
MAINTAINER= ports at 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}
Modified: head/devel/ossp-val/Makefile
==============================================================================
--- head/devel/ossp-val/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/ossp-val/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp-
MAINTAINER= ports at 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
Modified: head/devel/php5-dav/Makefile
==============================================================================
--- head/devel/php5-dav/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/php5-dav/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/php5-pinba/Makefile
==============================================================================
--- head/devel/php5-pinba/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/php5-pinba/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -12,7 +12,7 @@ DISTNAME= tony2001-pinba_extension-${GIT
MAINTAINER= komarov at 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
Modified: head/devel/py-itools/Makefile
==============================================================================
--- head/devel/py-itools/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-itools/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -22,8 +22,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}r
${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
Modified: head/devel/py-qt4-assistant/Makefile
==============================================================================
--- head/devel/py-qt4-assistant/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-qt4-assistant/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/py-qt4-core/Makefile
==============================================================================
--- head/devel/py-qt4-core/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-qt4-core/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/py-qt4-dbus/Makefile
==============================================================================
--- head/devel/py-qt4-dbus/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-qt4-dbus/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/py-qt4-declarative/Makefile
==============================================================================
--- head/devel/py-qt4-declarative/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-qt4-declarative/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/py-qt4-designer/Makefile
==============================================================================
--- head/devel/py-qt4-designer/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-qt4-designer/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/py-qt4-help/Makefile
==============================================================================
--- head/devel/py-qt4-help/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-qt4-help/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/py-qt4-qscintilla2/Makefile
==============================================================================
--- head/devel/py-qt4-qscintilla2/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-qt4-qscintilla2/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -12,7 +12,7 @@ DISTNAME= ${QSCI2_DISTNAME}
MAINTAINER= kde at 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
Modified: head/devel/py-qt4-script/Makefile
==============================================================================
--- head/devel/py-qt4-script/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-qt4-script/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/py-qt4-scripttools/Makefile
==============================================================================
--- head/devel/py-qt4-scripttools/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-qt4-scripttools/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/py-qt4-test/Makefile
==============================================================================
--- head/devel/py-qt4-test/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/py-qt4-test/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/qscintilla2-designerplugin/Makefile
==============================================================================
--- head/devel/qscintilla2-designerplugin/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/qscintilla2-designerplugin/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -12,7 +12,7 @@ DISTNAME= ${QSCI2_DISTNAME}
MAINTAINER= kde at 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
Modified: head/devel/rubygem-ffi/Makefile
==============================================================================
--- head/devel/rubygem-ffi/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/rubygem-ffi/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -11,7 +11,7 @@ COMMENT= Extension for dynamic libraries
LICENSE= BSD3CLAUSE
-LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
+LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
USE_RAKE= yes
USE_RUBY= yes
Modified: head/devel/sfslite-dbg/Makefile
==============================================================================
--- head/devel/sfslite-dbg/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/sfslite-dbg/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -7,7 +7,7 @@ COMMENT= sfslite with dmalloc and withou
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
Modified: head/devel/sfslite/Makefile
==============================================================================
--- head/devel/sfslite/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/sfslite/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -10,7 +10,7 @@ MASTER_SITES= http://dist.okws.org/dist/
MAINTAINER= ports at 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}
Modified: head/devel/tesla/Makefile
==============================================================================
--- head/devel/tesla/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/tesla/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/devel/xc3sprog/Makefile
==============================================================================
--- head/devel/xc3sprog/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/devel/xc3sprog/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -10,7 +10,7 @@ MASTER_SITES= http://FreeBSD.czest.pl/~w
MAINTAINER= ports at 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
Modified: head/emulators/dynamips-devel/Makefile
==============================================================================
--- head/emulators/dynamips-devel/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/emulators/dynamips-devel/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX= -devel
MAINTAINER= ports at 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
Modified: head/emulators/hatari/Makefile
==============================================================================
--- head/emulators/hatari/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/emulators/hatari/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/emulators/mastergear/Makefile
==============================================================================
--- head/emulators/mastergear/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/emulators/mastergear/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports at 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
Modified: head/emulators/mupen64plus-rsp-z64/Makefile
==============================================================================
--- head/emulators/mupen64plus-rsp-z64/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/emulators/mupen64plus-rsp-z64/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -6,7 +6,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-s
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= #
Modified: head/emulators/mupen64plus-video-arachnoid/Makefile
==============================================================================
--- head/emulators/mupen64plus-video-arachnoid/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/emulators/mupen64plus-video-arachnoid/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -6,7 +6,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-s
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= #
Modified: head/emulators/mupen64plus-video-glide64/Makefile
==============================================================================
--- head/emulators/mupen64plus-video-glide64/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/emulators/mupen64plus-video-glide64/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -7,7 +7,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-s
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
Modified: head/emulators/mupen64plus-video-glide64mk2/Makefile
==============================================================================
--- head/emulators/mupen64plus-video-glide64mk2/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/emulators/mupen64plus-video-glide64mk2/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -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
Modified: head/emulators/mupen64plus-video-z64/Makefile
==============================================================================
--- head/emulators/mupen64plus-video-z64/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/emulators/mupen64plus-video-z64/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -6,7 +6,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-s
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
Modified: head/emulators/nonpareil/Makefile
==============================================================================
--- head/emulators/nonpareil/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/emulators/nonpareil/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -13,7 +13,7 @@ COMMENT= Simulator for many HP calculato
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
Modified: head/emulators/o2em/Makefile
==============================================================================
--- head/emulators/o2em/Makefile Sun Jul 13 23:02:35 2014 (r361721)
+++ head/emulators/o2em/Makefile Sun Jul 13 23:09:10 2014 (r361722)
@@ -13,7 +13,7 @@ DISTFILES= o2em117src.zip:1 \
MAINTAINER= techgunter at 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
More information about the svn-ports-head
mailing list