Index: head/databases/mysql-workbench51/Makefile =================================================================== --- head/databases/mysql-workbench51/Makefile (revision 273150) +++ head/databases/mysql-workbench51/Makefile (revision 273151) @@ -1,98 +1,98 @@ # New ports collection makefile for: MySQL Workbench # Date created: 21 June 2009 # Whom: Maxim Ignatenko # # $FreeBSD$ # PORTNAME= mysql-workbench-oss PORTVERSION?= 5.1.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQLGUITools PKGNAMESUFFIX?= 51 MAINTAINER= gelraen.ua@gmail.com COMMENT= The MySQL Workbench LIB_DEPENDS+= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ pcre.0:${PORTSDIR}/devel/pcre \ xml2.5:${PORTSDIR}/textproc/libxml2 \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ zip:${PORTSDIR}/archivers/libzip \ sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ cairo.2:${PORTSDIR}/graphics/cairo MAKE_JOBS_UNSAFE= yes OPTIONS= PYTHON "Enable Python scripting and modules" off USE_AUTOTOOLS= autoheader autoconf automake aclocal libtool AUTOMAKE_ARGS= --add-missing --foreign ACLOCAL_ARGS= AUTOCONF_ARGS= USE_LDCONFIG= ${PREFIX}/lib/mysql-workbench SUBDIRS= ext/yassl/taocrypt ext/yassl . USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*ext/yassl/.*(Makefile.am|configure.in) AUTOTOOLSFILES= configure.in USE_GL= gl glu USE_GNOME= libglade2 intltool libgnome gtk20 pango orbit2 USE_LUA= 5.1 LUA_COMPS= lua .include .if ${OSVERSION} < 700000 BROKEN= does not build on 6.x .endif .if ${PKGNAMESUFFIX} == 51 CONFLICTS= mysql-workbench-oss52* .endif DATADIR= ${PREFIX}/share/mysql-workbench CXXFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} GNU_CONFIGURE= yes CONFIGURE_ENV= GNOME2_DIR="${LOCALBASE}" LDFLAGS="${LDFLAGS}" LUA_LIBS="-llua" USE_MYSQL= client DEFAULT_MYSQL_VER= 51 IGNORE_WITH_MYSQL= 323 40 41 55 .if defined(WITH_PYTHON) CONFIGURE_ARGS+= --enable-python-modules WITH_PYTHON= yes .endif run-autotools-aclocal: .for dir in ${SUBDIRS} @(cd ${WRKSRC}/${dir} && \ ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} ${ACLOCAL_ARGS}) .endfor run-autotools-autoheader: .for dir in ${SUBDIRS} @(cd ${WRKSRC}/${dir} && if ${GREP} "^AM_CONFIG_HEADER" configure.in \ >/dev/null; then ${SETENV} ${AUTOTOOLS_ENV} ${AUTOHEADER} \ ${AUTOHEADER_ARGS}; fi) .endfor run-autotools-automake: .for dir in ${SUBDIRS} @(cd ${WRKSRC}/${dir} && \ ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} ${AUTOMAKE_ARGS}) .endfor run-autotools-autoconf: .for dir in ${SUBDIRS} @(cd ${WRKSRC}/${dir} && \ ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF} ${AUTOCONF_ARGS}) .endfor .include Property changes on: head/databases/mysql-workbench51/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/databases/mysql-workbench52/Makefile =================================================================== --- head/databases/mysql-workbench52/Makefile (revision 273150) +++ head/databases/mysql-workbench52/Makefile (revision 273151) @@ -1,26 +1,26 @@ # New ports collection makefile for: MySQL Workbench # Date created: 26 June 2009 # Whom: Maxim Ignatenko # # $FreeBSD$ # PORTVERSION= 5.2.1 -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= 52 MAINTAINER= gelraen.ua@gmail.com LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 MASTERDIR= ${.CURDIR}/../mysql-workbench51 DISTINFO_FILE= ${.CURDIR}/distinfo EXTRA_PATCHES= ${.CURDIR}/files/52-patch-frontend__linux__workbench__Makefile.am \ ${.CURDIR}/files/52-patch-configure.in \ ${.CURDIR}/files/52-patch-ext__ctemplate__ctemplate-src__configure.ac \ ${.CURDIR}/files/52-patch-modules__db__Makefile.am PLIST= ${.CURDIR}/pkg-plist CONFLICTS= mysql-workbench-oss51* .include "${MASTERDIR}/Makefile" Property changes on: head/databases/mysql-workbench52/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/graphics/kdegraphics4/Makefile =================================================================== --- head/graphics/kdegraphics4/Makefile (revision 273150) +++ head/graphics/kdegraphics4/Makefile (revision 273151) @@ -1,52 +1,52 @@ # New ports collection Makefile for: kdegraphics # Date created: 2008-01-31 # Whom: Martin Wilke # # $FreeBSD$ PORTNAME= kdegraphics PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Graphics utilities for the KDE4 integrated X11 desktop BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \ fribidi.3:${PORTSDIR}/converters/fribidi \ lcms.1:${PORTSDIR}/graphics/lcms \ paper.2:${PORTSDIR}/print/libpaper \ poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 \ exiv2.10:${PORTSDIR}/graphics/exiv2 \ chm.0:${PORTSDIR}/misc/chmlib \ sane.1:${PORTSDIR}/graphics/sane-backends \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ djvulibre.24:${PORTSDIR}/graphics/djvulibre-nox11 \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ spectre.1:${PORTSDIR}/print/libspectre \ qca.2:${PORTSDIR}/devel/qca \ epub.0:${PORTSDIR}/textproc/ebook-tools LATEST_LINK= ${PORTNAME}4 USE_GL= glut USE_GHOSTSCRIPT= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 KDE4_BUILDENV= yes USE_BZIP2= yes USE_QT_VER= 4 QT_COMPONENTS= opengl gui svg iconengines pixeltool \ moc_build rcc_build uic_build qmake_build MAKE_JOBS_SAFE= yes post-patch: ${FIND} ${PATCH_WRKSRC} -type f -name CMakeLists.txt | ${XARGS} \ ${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|' .include Property changes on: head/graphics/kdegraphics4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.162 \ No newline at end of property +1.163 \ No newline at end of property Index: head/textproc/ebook-tools/Makefile =================================================================== --- head/textproc/ebook-tools/Makefile (revision 273150) +++ head/textproc/ebook-tools/Makefile (revision 273151) @@ -1,22 +1,23 @@ # New ports collection makefile for: ebook-tools # Date created: 2008-07-13 # Whom: Martin Wilke # # $FreeBSD$ # PORTNAME= ebook-tools PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= textproc kde MASTER_SITES= SF MAINTAINER= kde@FreeBSD.org COMMENT= Accessing and converting various ebook file formats -LIB_DEPENDS= zip.1:${PORTSDIR}/archivers/libzip +LIB_DEPENDS= zip.3:${PORTSDIR}/archivers/libzip USE_CMAKE= yes USE_LDCONFIG= yes USE_GNOME= libxml2 pkgconfig .include Property changes on: head/textproc/ebook-tools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property