Index: head/arabic/kde4-l10n/Makefile =================================================================== --- head/arabic/kde4-l10n/Makefile (revision 415872) +++ head/arabic/kde4-l10n/Makefile (revision 415873) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= arabic kde MAINTAINER= kde@FreeBSD.org COMMENT= Arabic messages and documentation for KDE SC 4 KDE4_L10N= ar -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/chinese/calligra-l10n-zh_CN/Makefile =================================================================== --- head/chinese/calligra-l10n-zh_CN/Makefile (revision 415872) +++ head/chinese/calligra-l10n-zh_CN/Makefile (revision 415873) @@ -1,14 +1,14 @@ # $FreeBSD$ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} PORTREVISION= 1 CATEGORIES= chinese editors kde MAINTAINER= kde@FreeBSD.org COMMENT= Simplified Chinese messages and documentation for Calligra CALLIGRA_L10N= zh_CN -.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" .include Index: head/chinese/kde4-l10n-zh_CN/Makefile =================================================================== --- head/chinese/kde4-l10n-zh_CN/Makefile (revision 415872) +++ head/chinese/kde4-l10n-zh_CN/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= chinese kde MAINTAINER= kde@FreeBSD.org COMMENT= Simplified Chinese messages and documentation for KDE SC 4 KDE4_L10N= zh_CN -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/chinese/kde4-l10n-zh_TW/Makefile =================================================================== --- head/chinese/kde4-l10n-zh_TW/Makefile (revision 415872) +++ head/chinese/kde4-l10n-zh_TW/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= chinese kde MAINTAINER= kde@FreeBSD.org COMMENT= Traditional Chinese messages and documentation for KDE SC 4 KDE4_L10N= zh_TW -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/devel/py-pykdeuic4/Makefile =================================================================== --- head/devel/py-pykdeuic4/Makefile (revision 415872) +++ head/devel/py-pykdeuic4/Makefile (revision 415873) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= pykdeuic4 PORTVERSION= ${KDE4_VERSION} CATEGORIES= devel kde python MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pykde4-${PORTVERSION} DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Enhanced version of pyuic4 USE_KDE4= kdelibs automoc4 pykde4 USE_QT4= moc_build qmake_build rcc_build uic_build -DISTINFO_FILE= ${PORTSDIR}/devel/py-pykde4/distinfo +DISTINFO_FILE= ${.CURDIR:H:H}/devel/py-pykde4/distinfo USES= cmake:outsource python:2 tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME} PLIST_SUB+= PYTHON_VER=${PYTHON_VER} pre-configure: ${REINPLACE_CMD} -e 's,$${PYTHON_SITE_PACKAGES_INSTALL_DIR},${PYTHONPREFIX_SITELIBDIR},g' \ ${WRKSRC}/CMakeLists.txt .include Index: head/devel/qt4-corelib/Makefile =================================================================== --- head/devel/qt4-corelib/Makefile (revision 415872) +++ head/devel/qt4-corelib/Makefile (revision 415873) @@ -1,83 +1,83 @@ # Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= corelib DISTVERSION= ${QT4_VERSION} PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt core non-graphical module LIB_DEPENDS= libicui18n.so:devel/icu USE_GNOME= glib20 USE_QT4= qmake_build moc_build QT_DIST= yes USES= iconv pkgconfig HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \ PATH=${WRKSRC}/bin:$$PATH DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \ src/activeqt src/dbus src/gui src/multimedia src/network \ src/opengl src/openvg src/phonon src/qt3support \ src/s60installs src/s60main src/script src/scripttools src/sql \ src/svg src/testlib src/tools src/winmain src/xml \ src/xmlpatterns src/3rdparty/clucene src/3rdparty/freetype \ src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \ src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit .for dne in ${DO_NOT_EXTRACT} EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' .endfor BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} INSTALL_WRKSRC= ${BUILD_WRKSRC} -.include "${.CURDIR}/../../devel/qt4/files/Makefile.options" +.include "${.CURDIR:H:H}/devel/qt4/files/Makefile.options" .if empty(QT4_OPTIONS:MCUPS) CONFIGURE_ARGS+= -no-cups .endif .if empty(QT4_OPTIONS:MNAS) CONFIGURE_ARGS+= -no-nas-sound .endif .if empty(QT4_OPTIONS:MQGTKSTYLE) CONFIGURE_ARGS+= -no-gtkstyle .endif pre-everything:: @${CAT} ${PKGMESSAGE} post-patch: ${REINPLACE_CMD} -e '${QT4_OPTIONS_REPLACE}' ${WRKSRC}/configure pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake ${LN} -sf ${MOC} ${WRKSRC}/bin/moc post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/${QT_LIBDIR_REL}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ -e 's|.*$$(QMAKE).*||g' \ ${BUILD_WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/${QT_BINDIR_REL}/${MOC:T}|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/${QT_BINDIR_REL}/${UIC:T}|g' \ ${WRKSRC}/lib/pkgconfig/QtCore.pc post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL} ${TOUCH} ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/.keep_me ${MKDIR} ${STAGEDIR}${PREFIX}/${QT_MKSPECDIR_REL} ${INSTALL_DATA} ${WRKSRC}/mkspecs/qconfig.pri ${STAGEDIR}${PREFIX}/${QT_MKSPECDIR_REL}/ .include Index: head/editors/kate-plugin-pate/Makefile =================================================================== --- head/editors/kate-plugin-pate/Makefile (revision 415872) +++ head/editors/kate-plugin-pate/Makefile (revision 415873) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= kate-plugin-pate PORTVERSION= ${KDE4_VERSION} CATEGORIES= editors kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DISTNAME= kate-${PORTVERSION} DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Support for Python plugins in Kate USES= cmake:outsource python tar:xz USE_KDE4= kdelibs automoc4 kate \ pykde4_build pykde4_run USE_QT4= gui webkit \ moc_build qmake_build rcc_build uic_build -DISTINFO_FILE= ${PORTSDIR}/editors/kate/distinfo +DISTINFO_FILE= ${.CURDIR:H:H}/editors/kate/distinfo # cmake.mk doesn't allow to overwrite BUILD_WRKSRC for out-of-source builds _pate_WRKSRC= ${BUILD_WRKSRC}/addons/kate/pate do-build: cd ${_pate_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET} do-install: cd ${_pate_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} .include Index: head/french/kde4-l10n/Makefile =================================================================== --- head/french/kde4-l10n/Makefile (revision 415872) +++ head/french/kde4-l10n/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= french kde MAINTAINER= kde@FreeBSD.org COMMENT= French messages and documentation for KDE SC 4 KDE4_L10N= fr -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/german/kde4-l10n/Makefile =================================================================== --- head/german/kde4-l10n/Makefile (revision 415872) +++ head/german/kde4-l10n/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= german kde MAINTAINER= kde@FreeBSD.org COMMENT= German messages and documentation for KDE SC 4 KDE4_L10N= de -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/graphics/digikam-kde4/Makefile.common =================================================================== --- head/graphics/digikam-kde4/Makefile.common (revision 415872) +++ head/graphics/digikam-kde4/Makefile.common (revision 415873) @@ -1,148 +1,148 @@ # $FreeBSD$ # # Make sure when DIGIKAM_VER is updated that the following ports are updated: # graphics/digikam-kde4 # graphics/digikam-kde4-doc # graphics/digikam-kde4-l10n # graphics/kipi-plugin-* # graphics/kipi-plugins-kde4 # graphics/libkface # graphics/libkipiplugins # These ports now lead independent lives: # astro/libkgeomap (part of KDE Applications) # net/libkvkontakte (part of KDE Applications) # net/libmediawiki (part of digiKam 4.12) DIGIKAM_VER= 4.14.0 MASTER_SITES= KDE/stable/digikam KIPI_PLUGINS_ALL= acquireimages \ advancedslideshow \ batchprocess \ calendar \ debianscreenshots \ dngconverter \ dropbox \ expoblending \ facebook \ flashexport \ flickrexport \ galleryexport \ googleservices \ gpssync \ htmlexport \ imageshackexport \ imageviewer \ imgurexport \ ipodexport \ jalbumexport \ jpeglossless \ kioexport \ kmlexport \ kopete \ mediawiki \ metadataedit \ panorama \ photolayoutseditor \ piwigoexport \ printimages \ rajceexport \ rawconverter \ removeredeyes \ sendimages \ shwup \ smug \ timeadjust \ videoslideshow \ vkontakte \ yandexfotki # libkipiplugins is special: it's not listed in KIPI_PLUGINS_ALL, # and every plugin depends on it libkipiplugins_DIR= common libkipiplugins_DESC= Common library for kipi plugins batchprocess_DIR= batchprocessimages kioexport_DIR= kioexportimport acquireimages_DESC= Acquire images using flat scanner advancedslideshow_DESC= Slide images with 2D and 3D effects using OpenGL batchprocess_DESC= Batch process images (convert, resize, rename, etc.) calendar_DESC= Create calendars debianscreenshots_DESC= Export images to Debian Screenshots web service dngconverter_DESC= Convert Raw Image to Digital NeGative dropbox_DESC= Export images to Dropbox cloud service expoblending_DESC= Create pseudo HDR image with a stack of bracketed images facebook_DESC= Import/export images to/from a remote Facebook web service flashexport_DESC= Export images to Flash using SimpleViewer flickrexport_DESC= Export images to a remote Flickr based web service galleryexport_DESC= Export images to a remote Gallery googleservices_DESC= Export images to Google Services (drive/picasa) gpssync_DESC= Geolocalize images htmlexport_DESC= Export images collections into a static XHTML page imageshackexport_DESC= Export images to ImageShack web service imageviewer_DESC= Preview images using OpenGL imgurexport_DESC= Export images to ImgUr web service ipodexport_DESC= Export images to an Ipod device jalbumexport_DESC= Export images to jAlbum jpeglossless_DESC= Rotate/flip images without losing quality kioexport_DESC= Export images to remote computer using network protocol kmlexport_DESC= Create KML files to present images with coordinates kopete_DESC= Export images to an instant messaging contact mediawiki_DESC= Export images to Mediawiki based web service metadataedit_DESC= Edit EXIF, IPTC and XMP metadata panorama_DESC= Assemble panoramic photo automatically # not ready for production yet # photivointegration_DESC= Integration of the Photivo RAW-Processor photolayoutseditor_DESC=Assemble images together piwigoexport_DESC= Export images to a remote Piwigo (PHPWebGallery) server printimages_DESC= Print images in various format rajceexport_DESC= Export images to Rajce web service rawconverter_DESC= Convert Raw Image to JPEG/PNG/TIFF removeredeyes_DESC= Remove red eyes on image automatically sendimages_DESC= Send images by e-mail shwup_DESC= Export images to Shwup web service smug_DESC= Import/export images to/from a remote SmugMug web service timeadjust_DESC= Adjust date and time videoslideshow_DESC= Export images as Video Slide Show vkontakte_DESC= Export images to VKontakte web service # Requires https://bugs.kde.org/show_bug.cgi?id=217950 # wallpaper_DESC= Set image as background on desktop yandexfotki_DESC= Export images to Yandex web service DISTNAME= digikam-${DIGIKAM_VER} -DISTINFO_FILE= ${.CURDIR}/../../graphics/digikam-kde4/distinfo +DISTINFO_FILE= ${.CURDIR:H:H}/graphics/digikam-kde4/distinfo LICENSE?= GPLv2 USES+= tar:bzip2 .if !defined(NO_BUILD) USES+= cmake USE_KDE4+= automoc4 kdelibs USE_QT4+= qmake_build moc_build rcc_build uic_build WRKSRC?= ${WRKDIR}/${DISTNAME}/extra/${PORTNAME} PLIST_SUB+= SHLIB_VER=${DIGIKAM_VER} . if defined(KIPI_PLUGIN) CONFLICTS_INSTALL= kipi-plugins-2.* -DESCR= ${.CURDIR}/../../graphics/kipi-plugins-kde4/pkg-descr +DESCR= ${.CURDIR:H:H}/graphics/kipi-plugins-kde4/pkg-descr USES+= pkgconfig .if ${KIPI_PLUGIN} != "libkipiplugins" -EXTRA_PATCHES= ${.CURDIR}/../../graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt +EXTRA_PATCHES= ${.CURDIR:H:H}/graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt LIB_DEPENDS+= libkipiplugins.so:graphics/libkipiplugins .endif -EXTRA_PATCHES+= ${.CURDIR}/../../graphics/kipi-plugins-kde4/files/extrapatch-extra_kipi_plugins_cmakelists.patch +EXTRA_PATCHES+= ${.CURDIR:H:H}/graphics/kipi-plugins-kde4/files/extrapatch-extra_kipi_plugins_cmakelists.patch EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions ${DISTNAME}/extra/kipi-plugins WRKSRC= ${WRKDIR}/${DISTNAME}/extra/kipi-plugins BUILD_WRKSRC= ${WRKSRC}/${${KIPI_PLUGIN}_DIR} INSTALL_WRKSRC= ${BUILD_WRKSRC} ${KIPI_PLUGIN}_DIR?= ${KIPI_PLUGIN} . endif # defined(KIPI_PLUGIN) .endif # !defined(NO_BUILD) Index: head/hebrew/kde4-l10n/Makefile =================================================================== --- head/hebrew/kde4-l10n/Makefile (revision 415872) +++ head/hebrew/kde4-l10n/Makefile (revision 415873) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= hebrew kde MAINTAINER= kde@FreeBSD.org COMMENT= Hebrew messages and documentation for KDE SC 4 KDE4_L10N= he -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/hungarian/kde4-l10n/Makefile =================================================================== --- head/hungarian/kde4-l10n/Makefile (revision 415872) +++ head/hungarian/kde4-l10n/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= hungarian kde MAINTAINER= kde@FreeBSD.org COMMENT= Hungarian messages and documentation for KDE SC 4 KDE4_L10N= hu -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/japanese/kde4-l10n/Makefile =================================================================== --- head/japanese/kde4-l10n/Makefile (revision 415872) +++ head/japanese/kde4-l10n/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= japanese kde MAINTAINER= kde@FreeBSD.org COMMENT= Japanese messages and documentation for KDE SC 4 KDE4_L10N= ja -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/korean/kde4-l10n/Makefile =================================================================== --- head/korean/kde4-l10n/Makefile (revision 415872) +++ head/korean/kde4-l10n/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= korean kde MAINTAINER= kde@FreeBSD.org COMMENT= Korean messages and documentation for KDE SC 4 KDE4_L10N= ko -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/net/libmediawiki/Makefile =================================================================== --- head/net/libmediawiki/Makefile (revision 415872) +++ head/net/libmediawiki/Makefile (revision 415873) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= libmediawiki PORTVERSION= 4.12.0 CATEGORIES= net kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 library for accessing MediaWiki sites USES= pathfix USE_LDCONFIG= yes -.include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common" +.include "${.CURDIR:H:H}/graphics/digikam-kde4/Makefile.common" # Replace some values set up by Makefile.common DIGIKAM_VER= ${PORTVERSION} DISTINFO_FILE= ${.CURDIR}/distinfo .include Index: head/polish/kde4-l10n/Makefile =================================================================== --- head/polish/kde4-l10n/Makefile (revision 415872) +++ head/polish/kde4-l10n/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= polish kde MAINTAINER= kde@FreeBSD.org COMMENT= Polish messages and documentation for KDE SC 4 KDE4_L10N= pl -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/portuguese/kde4-l10n/Makefile =================================================================== --- head/portuguese/kde4-l10n/Makefile (revision 415872) +++ head/portuguese/kde4-l10n/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= portuguese kde MAINTAINER= kde@FreeBSD.org COMMENT= Portuguese messages and documentation for KDE SC 4 KDE4_L10N= pt -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/portuguese/kde4-l10n-pt_BR/Makefile =================================================================== --- head/portuguese/kde4-l10n-pt_BR/Makefile (revision 415872) +++ head/portuguese/kde4-l10n-pt_BR/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= portuguese kde MAINTAINER= kde@FreeBSD.org COMMENT= Brazilian messages and documentation for KDE SC 4 KDE4_L10N= pt_BR -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/russian/kde4-l10n/Makefile =================================================================== --- head/russian/kde4-l10n/Makefile (revision 415872) +++ head/russian/kde4-l10n/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= russian kde MAINTAINER= kde@FreeBSD.org COMMENT= Russian messages and documentation for KDE SC 4 KDE4_L10N= ru -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/ukrainian/kde4-l10n/Makefile =================================================================== --- head/ukrainian/kde4-l10n/Makefile (revision 415872) +++ head/ukrainian/kde4-l10n/Makefile (revision 415873) @@ -1,14 +1,14 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} CATEGORIES= ukrainian kde MAINTAINER= kde@FreeBSD.org COMMENT= Ukrainian messages and documentation for KDE SC 4 KDE4_L10N= uk -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include "${.CURDIR:H:H}/misc/kde4-l10n/files/bsd.l10n.mk" .include Index: head/x11/libkonq/Makefile =================================================================== --- head/x11/libkonq/Makefile (revision 415872) +++ head/x11/libkonq/Makefile (revision 415873) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= libkonq PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DISTNAME= kde-baseapps-${PORTVERSION} DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Core library for Konqueror USES= cmake tar:xz USE_KDE4= kdelibs automoc4 USE_QT4= corelib dbus gui \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes -DISTINFO_FILE= ${PORTSDIR}/x11/kde4-baseapps/distinfo +DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde4-baseapps/distinfo BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/lib/konq INSTALL_WRKSRC= ${BUILD_WRKSRC} .include Index: head/x11-toolkits/qt4-gui/Makefile =================================================================== --- head/x11-toolkits/qt4-gui/Makefile (revision 415872) +++ head/x11-toolkits/qt4-gui/Makefile (revision 415873) @@ -1,99 +1,99 @@ # Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= gui DISTVERSION= ${QT4_VERSION} PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt graphical user interface module LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= xdg-open:devel/xdg-utils USE_QT4= qmake_build moc_build rcc_build uic_build corelib QT_DIST= yes USES= pkgconfig HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} USE_XORG= xrender xrandr xinerama inputproto xfixes \ sm xcursor xext x11 ice xi xt ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \ PATH=${WRKSRC}/bin:$$PATH DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \ src/activeqt src/dbus src/multimedia src/network src/opengl \ src/openvg src/phonon src/qt3support src/s60installs \ src/s60main src/script src/scripttools src/sql src/svg \ src/testlib src/tools src/winmain src/xml src/xmlpatterns \ src/3rdparty/clucene src/3rdparty/freetype \ src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \ src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit .for dne in ${DO_NOT_EXTRACT} EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' .endfor BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} INSTALL_WRKSRC= ${BUILD_WRKSRC} CONFIGURE_ARGS+= -I../../include/QtCore -I../../include/QtGui \ -I../../include/Qt -I../../include FONTSCALE= ${LOCALBASE}/share/fonts/TTF/luximb.ttf FONTENCOD= ${LOCALBASE}/share/fonts/encodings/encodings.dir -.include "${.CURDIR}/../../devel/qt4/files/Makefile.options" +.include "${.CURDIR:H:H}/devel/qt4/files/Makefile.options" .if ${QT4_OPTIONS:MCUPS} LIB_DEPENDS+= libcups.so:print/cups CONFIGURE_ARGS+=-cups -L${LOCALBASE}/lib -I. -I${LOCALBASE}/include .endif .if ${QT4_OPTIONS:MNAS} LIB_DEPENDS+= libaudio.so:audio/nas CONFIGURE_ARGS+=-system-nas-sound .else CONFIGURE_ARGS+=-no-nas-sound .endif .if ${QT4_OPTIONS:MQGTKSTYLE} USE_GNOME= gtk20 CONFIGURE_ARGS+=-gtkstyle .else CONFIGURE_ARGS+=-no-gtkstyle .endif .if defined(PACKAGE_BUILDING) RUN_DEPENDS+= xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype \ ${FONTENCOD}:x11-fonts/encodings .endif CFLAGS_powerpc64= -mminimal-toc pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake ${LN} -sf ${MOC} ${WRKSRC}/bin/moc ${LN} -sf ${RCC} ${WRKSRC}/bin/rcc ${LN} -sf ${UIC} ${WRKSRC}/bin/uic post-configure: ${REINPLACE_CMD} -e 's|${PREFIX}/${QT_LIBDIR_REL}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ -e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile ${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \ -E -e 's|(.*location=).*moc|\1${PREFIX}/${QT_BINDIR_REL}/${MOC:T}|g' \ -E -e 's|(.*location=).*uic|\1${PREFIX}/${QT_BINDIR_REL}/${UIC:T}|g' \ ${WRKSRC}/lib/pkgconfig/QtGui.pc post-install: ${INSTALL_DATA} ${BUILD_WRKSRC}/dialogs/images/qtlogo-64.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/qtlogo.png .include