From owner-svn-ports-head@FreeBSD.ORG Thu Aug 29 15:01:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BE0EAE01; Thu, 29 Aug 2013 15:01:51 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8F2A2E7D; Thu, 29 Aug 2013 15:01:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7TF1pdV089707; Thu, 29 Aug 2013 15:01:51 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7TF1klY089679; Thu, 29 Aug 2013 15:01:46 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201308291501.r7TF1klY089679@svn.freebsd.org> From: Pawel Pekala Date: Thu, 29 Aug 2013 15:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325602 - in head: archivers/dpkg audio/rosegarden comms/efax-gtk finance/homebank graphics/podofo mail/claws-mail mail/claws-mail-fancy mail/claws-mail-gdata mail/claws-mail-notificati... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 15:01:51 -0000 Author: pawel Date: Thu Aug 29 15:01:46 2013 New Revision: 325602 URL: http://svnweb.freebsd.org/changeset/ports/325602 Log: - Switch to new LIB_DEPENDS format - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed Modified: head/archivers/dpkg/Makefile head/audio/rosegarden/Makefile head/comms/efax-gtk/Makefile head/finance/homebank/Makefile head/graphics/podofo/Makefile head/mail/claws-mail-fancy/Makefile head/mail/claws-mail-gdata/Makefile head/mail/claws-mail-notification/Makefile head/mail/claws-mail-pdf_viewer/Makefile head/mail/claws-mail-perl/Makefile head/mail/claws-mail-pgp/Makefile head/mail/claws-mail/Makefile head/mail/claws-mail/Makefile.claws head/mail/clawsker/Makefile head/mail/libetpan/Makefile head/multimedia/bombono/Makefile head/multimedia/lives/Makefile head/polish/ekg/Makefile head/polish/ekg2/Makefile head/polish/kadu/Makefile head/polish/qnapi/Makefile head/sysutils/gsmartcontrol/Makefile head/www/netsurf/Makefile head/x11-toolkits/termit/Makefile Modified: head/archivers/dpkg/Makefile ============================================================================== --- head/archivers/dpkg/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/archivers/dpkg/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -18,10 +18,9 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/ gpatch:${PORTSDIR}/devel/patch \ gmd5sum:${PORTSDIR}/sysutils/coreutils -USES= gmake iconv USE_XZ= yes GNU_CONFIGURE= yes -USE_PERL5= yes +USES= gmake iconv perl5 WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION} DPKGDIR?= /var/db/dpkg Modified: head/audio/rosegarden/Makefile ============================================================================== --- head/audio/rosegarden/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/audio/rosegarden/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -13,11 +13,11 @@ LICENSE= GPLv2 BUILD_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \ makedepend:${PORTSDIR}/devel/makedepend -LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \ - lirc_client:${PORTSDIR}/comms/lirc \ - fftw3:${PORTSDIR}/math/fftw3 \ - fftw3f:${PORTSDIR}/math/fftw3-float \ - lrdf:${PORTSDIR}/textproc/liblrdf +LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \ + liblirc_client.so:${PORTSDIR}/comms/lirc \ + libfftw3.so:${PORTSDIR}/math/fftw3 \ + libfftw3f.so:${PORTSDIR}/math/fftw3-float \ + liblrdf.so:${PORTSDIR}/textproc/liblrdf RUN_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \ lilypond:${PORTSDIR}/print/lilypond Modified: head/comms/efax-gtk/Makefile ============================================================================== --- head/comms/efax-gtk/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/comms/efax-gtk/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -13,8 +13,8 @@ COMMENT= GUI frontend for efax program LICENSE= GPLv2 -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ - cxx-gtk-utils-2-2.2:${PORTSDIR}/x11-toolkits/c++-gtk-utils +LIB_DEPENDS= libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12 \ + libcxx-gtk-utils-2-2.2.so:${PORTSDIR}/x11-toolkits/c++-gtk-utils RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv USES= pkgconfig Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/finance/homebank/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -10,7 +10,7 @@ COMMENT= Free, easy, personal accounting LICENSE= GPLv2 -LIB_DEPENDS= osp:${PORTSDIR}/textproc/opensp +LIB_DEPENDS= libosp.so:${PORTSDIR}/textproc/opensp GNU_CONFIGURE= yes USES= desktop-file-utils gmake shared-mime-info @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS OFX OFX_DESC= OFX file format support OPTIONS_DEFAULT=OFX -OFX_LIB_DEPENDS= ofx:${PORTSDIR}/finance/libofx +OFX_LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx OFX_CONFIGURE_OFF= --without-ofx .include Modified: head/graphics/podofo/Makefile ============================================================================== --- head/graphics/podofo/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/graphics/podofo/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -12,9 +12,9 @@ COMMENT= PDF manipulation library and to LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn \ - freetype:${PORTSDIR}/print/freetype2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig USES= cmake CMAKE_ARGS= -DPODOFO_BUILD_SHARED:BOOL=TRUE \ @@ -40,13 +40,13 @@ IMPOSE_CXXFLAGS= -I${LUA_INCDIR} IMPOSE_LDFLAGS= -L${LUA_LIBDIR} JPEG_CMAKE_ON= -DWANT_LIBJPEG:BOOL=TRUE -JPEG_LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg PNG_CMAKE_ON= -DWANT_PNG:BOOL=TRUE -PNG_LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png TIFF_CMAKE_ON= -DWANT_TIFF:BOOL=TRUE -TIFF_LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff +TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff .include Modified: head/mail/claws-mail-fancy/Makefile ============================================================================== --- head/mail/claws-mail-fancy/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/mail/claws-mail-fancy/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -6,8 +6,8 @@ PORTREVISION= 0 COMMENT= Webkit based HTML renderer plugin for Claws Mail -LIB_DEPENDS= soup-gnome:${PORTSDIR}/devel/libsoup-gnome \ - webkitgtk:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ + libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 CLAWS_PLUGINS_BUILD= fancy Modified: head/mail/claws-mail-gdata/Makefile ============================================================================== --- head/mail/claws-mail-gdata/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/mail/claws-mail-gdata/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= Plugin providing Google Contacts in the Tab-address completion -LIB_DEPENDS= gdata:${PORTSDIR}/devel/libgdata +LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata CLAWS_PLUGINS_BUILD= gdata Modified: head/mail/claws-mail-notification/Makefile ============================================================================== --- head/mail/claws-mail-notification/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/mail/claws-mail-notification/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -6,8 +6,8 @@ PORTREVISION= 1 COMMENT= New mail notification plugin for Claws Mail -LIB_DEPENDS= canberra-gtk:${PORTSDIR}/audio/libcanberra \ - notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libnotify.so:${PORTSDIR}/devel/libnotify CLAWS_PLUGINS_BUILD= notification Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/mail/claws-mail-pdf_viewer/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= PDF and PostScript viewer plugin for Claws Mail -LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib USE_GHOSTSCRIPT=yes Modified: head/mail/claws-mail-perl/Makefile ============================================================================== --- head/mail/claws-mail-perl/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/mail/claws-mail-perl/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= Perl filtering plugin for Claws Mail -USE_PERL5= yes +USES+= perl5 PLIST_FILES+= share/claws-mail/matcherrc2perlfilter.pl Modified: head/mail/claws-mail-pgp/Makefile ============================================================================== --- head/mail/claws-mail-pgp/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/mail/claws-mail-pgp/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= PGP plugins for Claws Mail -LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/mail/claws-mail/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -6,10 +6,10 @@ CATEGORIES= mail news ipv6 COMMENT= Lightweight and very featureful GTK+ based e-mail and news client -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - etpan:${PORTSDIR}/mail/libetpan \ - gnutls:${PORTSDIR}/security/gnutls \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libetpan.so:${PORTSDIR}/mail/libetpan \ + libgnutls.so:${PORTSDIR}/security/gnutls \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support USE_GNOME= gtk20 @@ -32,17 +32,17 @@ THEMES_DESC= Additional themes OPTIONS_DEFAULT= COMPFACE ENCHANT MANUAL STARTUP THEMES COMPFACE_CONFIGURE_ENABLE= compface -COMPFACE_LIB_DEPENDS= compface:${PORTSDIR}/mail/faces +COMPFACE_LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces DEBUG_CONFIGURE_ON= --enable-maintainer-mode ENCHANT_CONFIGURE_ENABLE= enchant -ENCHANT_LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant +ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant IPV6_CONFIGURE_ENABLE= ipv6 JPILOT_CONFIGURE_ENABLE= jpilot -JPILOT_LIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link +JPILOT_LIB_DEPENDS= libpisock.so:${PORTSDIR}/palm/pilot-link JPILOT_RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot LDAP_CONFIGURE_ENABLE= ldap @@ -55,7 +55,7 @@ NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext STARTUP_CONFIGURE_ENABLE= startup-notification -STARTUP_LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification +STARTUP_LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification THEMES_RUN_DEPENDS= ${LOCALBASE}/share/claws-mail/themes/ZX-0_1.1/down_arrow.xpm:${PORTSDIR}/x11-themes/claws-mail-themes Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Thu Aug 29 14:52:33 2013 (r325601) +++ head/mail/claws-mail/Makefile.claws Thu Aug 29 15:01:46 2013 (r325602) @@ -11,7 +11,6 @@ LICENSE= GPLv3 USE_BZIP2= yes USES+= gmake GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --disable-dbus Modified: head/mail/clawsker/Makefile ============================================================================== --- head/mail/clawsker/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/mail/clawsker/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -15,9 +15,8 @@ RUN_DEPENDS= claws-mail>=3.9.1:${PORTSDI p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= ${PORTNAME} -USE_PERL5= yes MAN1= clawsker.1 PORTDOCS= NEWS README Modified: head/mail/libetpan/Makefile ============================================================================== --- head/mail/libetpan/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/mail/libetpan/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -12,9 +12,9 @@ COMMENT= Mail framework for C language LICENSE= BSD -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - expat:${PORTSDIR}/textproc/expat2 \ - sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 USE_AUTOTOOLS= libtool autoconf AUTOTOOLSFILES= aclocal.m4 @@ -30,8 +30,8 @@ OPTIONS_SINGLE_CRYPTO= GNUTLS OPENSSL OPTIONS_DEFAULT= OPENSSL GNUTLS_CONFIGURE_ON= --without-openssl --with-gnutls -GNUTLS_LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ - gcrypt:${PORTSDIR}/security/libgcrypt +GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt IPV6_CONFIGURE_ENABLE= ipv6 Modified: head/multimedia/bombono/Makefile ============================================================================== --- head/multimedia/bombono/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/multimedia/bombono/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -11,12 +11,12 @@ MAINTAINER= pawel@FreeBSD.org COMMENT= DVD authoring program BUILD_DEPENDS= GraphicsMagick>=1.1.7:${PORTSDIR}/graphics/GraphicsMagick -LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ - xml++-2.6:${PORTSDIR}/textproc/libxml++26 \ - lavfile:${PORTSDIR}/multimedia/mjpegtools \ - dvdread:${PORTSDIR}/multimedia/libdvdread \ - avcodec:${PORTSDIR}/multimedia/ffmpeg \ - boost_filesystem:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ + libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ + liblavfile.so:${PORTSDIR}/multimedia/mjpegtools \ + libdvdread.so:${PORTSDIR}/multimedia/libdvdread \ + libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ + libboost_filesystem.so:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= GraphicsMagick>=1.1.7:${PORTSDIR}/graphics/GraphicsMagick \ dvda-author:${PORTSDIR}/audio/dvda-author \ enca:${PORTSDIR}/converters/enca \ Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/multimedia/lives/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -14,18 +14,18 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:${PORTSDIR}/multimedia/v4l_compat \ ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \ - jack:${PORTSDIR}/audio/jack \ - pulse:${PORTSDIR}/audio/pulseaudio \ - oil:${PORTSDIR}/devel/liboil \ - visual-0.4:${PORTSDIR}/graphics/libvisual04 \ - opencv_calib3d:${PORTSDIR}/graphics/opencv \ - fftw3:${PORTSDIR}/math/fftw3 \ - fftw3f:${PORTSDIR}/math/fftw3-float \ - avcodec:${PORTSDIR}/multimedia/ffmpeg \ - dv:${PORTSDIR}/multimedia/libdv \ - mjpegutils:${PORTSDIR}/multimedia/mjpegtools \ - schroedinger:${PORTSDIR}/multimedia/schroedinger +LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \ + libjack.so:${PORTSDIR}/audio/jack \ + libpulse.so:${PORTSDIR}/audio/pulseaudio \ + liboil-0.3.so:${PORTSDIR}/devel/liboil \ + libvisual-0.4.so:${PORTSDIR}/graphics/libvisual04 \ + libopencv_calib3d.so:${PORTSDIR}/graphics/opencv \ + libfftw3.so:${PORTSDIR}/math/fftw3 \ + libfftw3f.so:${PORTSDIR}/math/fftw3-float \ + libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ + libdv.so:${PORTSDIR}/multimedia/libdv \ + libmjpegutils.so:${PORTSDIR}/multimedia/mjpegtools \ + libschroedinger-1.0.so:${PORTSDIR}/multimedia/schroedinger RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \ mpg123:${PORTSDIR}/audio/mpg123 \ sox:${PORTSDIR}/audio/sox \ @@ -43,12 +43,11 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplu WRKSRC= ${WRKDIR}/${DISTNAME:L} -USES= pkgconfig +USES= pkgconfig perl5 USE_BZIP2= yes GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_PYTHON= yes -USE_PERL5= yes USE_GHOSTSCRIPT_RUN= yes USE_GNOME= gtk20 USE_LDCONFIG= yes Modified: head/polish/ekg/Makefile ============================================================================== --- head/polish/ekg/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/polish/ekg/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -11,8 +11,8 @@ MASTER_SITES= http://ekg.chmurka.net/ MAINTAINER= pawel@FreeBSD.org COMMENT= Text-mode Gadu-Gadu client -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - gadu:${PORTSDIR}/polish/libgadu +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libgadu.so:${PORTSDIR}/polish/libgadu GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig @@ -33,7 +33,7 @@ OPTIONS_DEFINE= ASPELL OPENSSL OPTIONS_DEFAULT= OPENSSL ASPELL_CONFIGURE_ON= --enable-aspell -ASPELL_LIB_DEPENDS= aspell:${PORTSDIR}/polish/aspell +ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/polish/aspell OPENSSL_CONFIGURE_OFF= --without-openssl Modified: head/polish/ekg2/Makefile ============================================================================== --- head/polish/ekg2/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/polish/ekg2/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -11,8 +11,8 @@ MASTER_SITES= http://pl.ekg2.org/ MAINTAINER= pawel@FreeBSD.org COMMENT= Text-mode Gadu-Gadu, Jabber, and IRC client -LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu \ - expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/libgadu \ + libexpat.so:${PORTSDIR}/textproc/expat2 LICENSE= GPLv2 @@ -51,18 +51,18 @@ OPTIONS_DEFAULT=ASPELL ASPELL_CONFIGURE_ON= --with-aspell ASPELL_CONFIGURE_OFF= --without-aspell -ASPELL_LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell +ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_RUN_DEPENDS= ${LOCALBASE}/share/aspell/pl.rws:${PORTSDIR}/polish/aspell GPG_CONFIGURE_ON= --with-gpg GPG_CONFIGURE_OFF= --without-gpg -GPG_LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ - gpg-error:${PORTSDIR}/security/libgpg-error +GPG_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ + libgpg-error.so:${PORTSDIR}/security/libgpg-error GPG_RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg GSM_CONFIGURE_ON= --with-libgsm GSM_CONFIGURE_OFF= --without-libgsm -GSM_LIB_DEPENDS= gsm:${PORTSDIR}/audio/gsm +GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm GTK2_CONFIGURE_ON= --with-gtk GTK2_CONFIGURE_OFF= --without-gtk @@ -72,19 +72,20 @@ NLS_USES= gettext PERL_CONFIGURE_ON= --with-perl PERL_CONFIGURE_OFF= --without-perl +PERL_USES= perl5 PYTHON_CONFIGURE_ON= --with-python PYTHON_CONFIGURE_OFF= --without-python SQLITE_CONFIGURE_ON= --with-sqlite3 SQLITE_CONFIGURE_OFF= --without-sqlite3 -SQLITE_LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 +SQLITE_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 UNICODE_CONFIGURE_ON= --enable-unicode XOSD_CONFIGURE_ON= --with-libxosd XOSD_CONFIGURE_OFF= --without-libxosd -XOSD_LIB_DEPENDS= xosd:${PORTSDIR}/misc/xosd +XOSD_LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd .include @@ -92,10 +93,6 @@ XOSD_LIB_DEPENDS= xosd:${PORTSDIR}/misc/ USE_GNOME+= gtk20 .endif -.if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes -.endif - .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes .endif Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/polish/kadu/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -21,19 +21,12 @@ LICENSE= GPLv2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ pl-libgadu>=1.11.1:${PORTSDIR}/polish/libgadu -LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient \ - sndfile:${PORTSDIR}/audio/libsndfile \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - pcre:${PORTSDIR}/devel/pcre \ - qca:${PORTSDIR}/devel/qca \ - idn:${PORTSDIR}/dns/libidn \ - png15:${PORTSDIR}/graphics/png \ - gadu:${PORTSDIR}/polish/libgadu \ - freetype:${PORTSDIR}/print/freetype2 \ - qzeitgeist:${PORTSDIR}/sysutils/qzeitgeist \ - enchant:${PORTSDIR}/textproc/enchant \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient \ + libsndfile.so:${PORTSDIR}/audio/libsndfile \ + libqca.so:${PORTSDIR}/devel/qca \ + libidn.so:${PORTSDIR}/dns/libidn \ + libgadu.so:${PORTSDIR}/polish/libgadu \ + libenchant.so:${PORTSDIR}/textproc/enchant RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl # TODO enable devel/libexecinfo # TODO ntrack and ntrack-qt (needs porting) ? @@ -43,15 +36,14 @@ GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.t GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz USE_BZIP2= yes -USES= cmake pkgconfig gettext iconv -USE_XORG= ice sm x11 xau xcb xdmcp xext xfixes xrender xscrnsaver +USES= cmake pkgconfig +USE_XORG= xscrnsaver CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON # Setting KADU_VERSION disables git invocation -USE_QT4= corelib dbus declarative gui network phonon qtestlib script \ - scripttools svg webkit xml xmlpatterns linguist_build \ - moc_build qmake_build rcc_build uic_build imageformats_run \ - sql-sqlite3_run +USE_QT4= dbus gui network phonon script scripttools webkit xml \ + linguist_build moc_build qmake_build rcc_build uic_build \ + imageformats_run sql-sqlite3_run WANT_GNOME= yes INSTALLS_ICONS= yes Modified: head/polish/qnapi/Makefile ============================================================================== --- head/polish/qnapi/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/polish/qnapi/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -12,16 +12,8 @@ COMMENT= Qt4 based subtitle downloader LICENSE= GPLv2 -LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - pcre:${PORTSDIR}/devel/pcre \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip -USES= gettext iconv -USE_XORG= ice sm x11 xau xcb xdmcp xext xrender USE_QT4= corelib gui network xml qmake_build moc_build uic_build rcc_build USE_KDE4= kdehier QMAKE_ARGS= PREFIX=${PREFIX} KDE4_PREFIX=${KDE4_PREFIX} Modified: head/sysutils/gsmartcontrol/Makefile ============================================================================== --- head/sysutils/gsmartcontrol/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/sysutils/gsmartcontrol/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -10,28 +10,13 @@ MASTER_SITES= http://artificialtime.com/ MAINTAINER= pawel@FreeBSD.org COMMENT= Graphical user interface for smartmontools -LIB_DEPENDS= atkmm-1.6:${PORTSDIR}/accessibility/atkmm \ - glibmm-2.4:${PORTSDIR}/devel/glibmm \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ - pcre:${PORTSDIR}/devel/pcre \ - cairo:${PORTSDIR}/graphics/cairo \ - cairomm-1.0:${PORTSDIR}/graphics/cairomm \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ - pangomm-1.4:${PORTSDIR}/x11-toolkits/pangomm +LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ smartctl:${PORTSDIR}/sysutils/smartmontools -USE_AUTOTOOLS= libtool -USES= pkgconfig gettext iconv USE_BZIP2= yes -USE_GNOME= gtk20 -USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \ - xi xinerama xrandr xrender +USE_AUTOTOOLS= libtool +USES= pkgconfig INSTALLS_ICONS= yes MAN1= gsmartcontrol.1 Modified: head/www/netsurf/Makefile ============================================================================== --- head/www/netsurf/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/www/netsurf/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -15,8 +15,8 @@ LICENSE= GPLv2 MIT LICENSE_COMB= multi BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - mng:${PORTSDIR}/graphics/libmng +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libmng.so:${PORTSDIR}/graphics/libmng ALL_TARGET= #empty CFLAGS+= -I${LOCALBASE}/include @@ -33,7 +33,7 @@ DESKTOP_ENTRIES="NetSurf" "${COMMENT}" " OPTIONS_DEFINE= GSTREAMER WEBP -WEBP_LIB_DEPENDS= webp:${PORTSDIR}/graphics/webp +WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp .include Modified: head/x11-toolkits/termit/Makefile ============================================================================== --- head/x11-toolkits/termit/Makefile Thu Aug 29 14:52:33 2013 (r325601) +++ head/x11-toolkits/termit/Makefile Thu Aug 29 15:01:46 2013 (r325602) @@ -12,19 +12,9 @@ COMMENT= Small terminal emulator LICENSE= GPLv2 -LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - pcre:${PORTSDIR}/devel/pcre \ - cairo:${PORTSDIR}/graphics/cairo \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig - USE_BZIP2= yes -USES= cmake pkgconfig iconv +USES= cmake pkgconfig USE_LUA= yes -USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ - xfixes xi xinerama xrandr xrender USE_GNOME= gdkpixbuf2 vte CFLAGS+= -I${LOCALBASE}/include/vte-0.0