Index: audio/gnome-media/Makefile =================================================================== --- audio/gnome-media/Makefile (revision 314608) +++ audio/gnome-media/Makefile (working copy) @@ -1,14 +1,10 @@ -# New ports collection makefile for: gnomemedia2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/audio/gnome-media/Makefile,v 1.155 2010/09/29 08:17:11 kwm Exp $ -# +# $MCom: ports/audio/gnome-media/Makefile,v 1.164 2012/09/01 23:02:08 mezz Exp $ PORTNAME= gnome-media PORTVERSION= 2.32.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,6 +16,8 @@ LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +CONFLICTS= gnome-control-center-3.[0-9]* libgnome-media-profiles-3.[0-9]* + USE_BZIP2= yes USE_GETTEXT= yes INSTALLS_OMF= yes @@ -27,8 +25,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libxml2 gconf2 +USES= pathfix +USE_GNOME= gnomeprefix intlhack gtk20 libxml2 gconf2 USE_GSTREAMER= gconf good CONFIGURE_ARGS= --disable-gstmix CPPFLAGS+= -I${LOCALBASE}/include @@ -37,12 +35,13 @@ GCONF_SCHEMAS= gnome-audio-profiles.schemas \ gnome-sound-recorder.schemas -OPTIONS= PULSEAUDIO "Enable Pulse Audio support" on +OPTIONS_DEFINE= PULSEAUDIO +OPTIONS_DEFAULT=PULSEAUDIO -.include +.include -.if !defined(WITHOUT_PULSEAUDIO) -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio +.if ${PORT_OPTIONS:MPULSEAUDIO} +LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio CONFIGURE_ARGS+=--enable-pulseaudio PLIST_SUB+= PULSE="" .else @@ -54,4 +53,4 @@ @${REINPLACE_CMD} -e 's|have_gladeui=true|have_gladeui=false|g' \ ${WRKSRC}/configure -.include +.include Index: databases/Makefile =================================================================== --- databases/Makefile (revision 314608) +++ databases/Makefile (working copy) @@ -157,6 +157,7 @@ SUBDIR += libgda4 SUBDIR += libgda4-bdb SUBDIR += libgda4-jdbc + SUBDIR += libgda4-ldap SUBDIR += libgda4-mdb SUBDIR += libgda4-mysql SUBDIR += libgda4-postgresql Index: databases/evolution-data-server/Makefile =================================================================== --- databases/evolution-data-server/Makefile (revision 314608) +++ databases/evolution-data-server/Makefile (working copy) @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.203 2010/11/15 17:19:55 kwm Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.218 2013/03/09 09:12:37 kwm Exp $ PORTNAME= evolution-data-server PORTVERSION= 2.32.1 @@ -18,7 +18,6 @@ ical:${PORTSDIR}/devel/libical \ nss3:${PORTSDIR}/security/nss \ tasn1:${PORTSDIR}/security/libtasn1 \ - sqlite3:${PORTSDIR}/databases/sqlite3 \ gnome-keyring:${PORTSDIR}/security/libgnome-keyring USE_BZIP2= yes @@ -28,6 +27,7 @@ USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 \ libxml2 USE_OPENLDAP= yes +USE_SQLITE= 3 USE_AUTOTOOLS= libtool USE_BDB= 41+ USE_LDCONFIG= yes @@ -40,26 +40,19 @@ PLIST_SUB= VERSION="2.32" EVO_VERSION="1.2" -#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off -OPTIONS= WEATHER "Enable weather calendar backend" on \ - KERBEROS "Adds Kerberos support" on +OPTIONS_DEFINE= WEATHER KERBEROS +OPTIONS_DEFAULT=WEATHER KERBEROS +WEATHER_DESC= Weather calendar backend -.include +.include -.if !defined(WITHOUT_KERBEROS) +.if ${PORT_OPTIONS:MKERBEROS} CONFIGURE_ARGS+= --with-krb5=/usr KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` .endif -#.if defined(WITH_IMAP4) || defined(PACKAGE_BUILDING) -#CONFIGURE_ARGS+= --enable-imap4=yes -#PLIST_SUB+= IMAP4="" -#.else -PLIST_SUB+= IMAP4="@comment " -#.endif - -.if defined(WITH_WEATHER) -LIB_DEPENDS+= gweather.1:${PORTSDIR}/net/libgweather +.if ${PORT_OPTIONS:MWEATHER} +LIB_DEPENDS+= gweather:${PORTSDIR}/net/libgweather CONFIGURE_ARGS+= --with-weather PLIST_SUB+= WEATHER="" .else @@ -83,4 +76,4 @@ s|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure -.include +.include Index: databases/libgda4/Makefile =================================================================== --- databases/libgda4/Makefile (revision 314608) +++ databases/libgda4/Makefile (working copy) @@ -1,63 +1,60 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/databases/libgda4/Makefile,v 1.14 2010/11/14 20:57:58 kwm Exp $ +# $MCom: ports/databases/libgda4/Makefile,v 1.27 2012/09/01 23:02:08 mezz Exp $ -PORTNAME= libgda4 -PORTVERSION?= 4.2.5 -PORTREVISION?= 2 +PORTNAME= libgda +PORTVERSION= 4.2.12 +PORTREVISION?= 0 CATEGORIES= databases gnome MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R} -DISTNAME= libgda-${PORTVERSION} +PKGNAMESUFFIX?= 4 DIST_SUBDIR= gnome2 -MAINTAINER?= gnome@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT?= Provides uniform access to different kinds of data sources -USE_BZIP2= yes +CONFLICTS= libgda5-ui-[0-9]* + +USE_XZ= yes LIBGDA4_SLAVE?= no .if !defined(REFERENCE_PORT) -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - json-glib-1.0.0:${PORTSDIR}/devel/json-glib -RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ + soup-2.4:${PORTSDIR}/devel/libsoup \ + json-glib-1.0:${PORTSDIR}/devel/json-glib USE_AUTOTOOLS= libtool USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack +USES= pathfix +USE_GNOME= gnomeprefix glib20 libxslt intlhack referencehack USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes CONFIGURE_ARGS= --without-oracle \ --disable-crypto \ --enable-introspection=no -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" CPPFLAGS+= -I${LOCALBASE}/include +LDDFLAGS+= -L${LOCALBASE}/lib .if ${LIBGDA4_SLAVE}=="no" -OPTIONS= UI "Build UI tools" on +OPTIONS_DEFINE= UI +OPTIONS_DEFAULT=UI +UI_DESC= Build UI tools .endif -.if defined(WITH_UI) -INSTALLS_ICONS= yes -.endif - .include -#VERSION= ${PORTVERSION:R} VERSION= 4.0 PLIST_SUB= VERSION=${VERSION} .if ${LIBGDA4_SLAVE}=="no" -.if defined(WITH_UI) +.if ${PORT_OPTIONS:MUI} CONFIGURE_ARGS+=--with-ui BUILD_DEPENDS+= xml2po:${PORTSDIR}/textproc/gnome-doc-utils USE_GNOME+= gtk20 +INSTALLS_ICONS= yes PLIST_SUB+= UI="" .else CONFIGURE_ARGS+=--without-ui @@ -76,6 +73,13 @@ CONFIGURE_ARGS+= --without-bdb .endif +.if ${LIBGDA4_SLAVE}=="ldap" +USE_OPENLDAP= yes +CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-ldap +.endif + .if ${LIBGDA4_SLAVE}=="mysql" USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} @@ -90,13 +94,6 @@ CONFIGURE_ARGS+= --without-postgres .endif -.if ${LIBGDA4_SLAVE}=="firebird" -LIB_DEPENDS+= gds.2:${PORTSDIR}/databases/firebird2-client -CONFIGURE_ARGS+= --with-firebird=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-firebird -.endif - # MDB (MS Access) .if ${LIBGDA4_SLAVE}=="mdb" LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools @@ -125,7 +122,7 @@ ${WRKSRC}/providers/bdb/gda-bdb-test.c .if ${LIBGDA4_SLAVE}!="no" #. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres -. for d in bdb jdbc mdb mysql postgres reuseable/postgres reuseable/mysql +. for d in bdb jdbc mdb mysql postgres reuseable/postgres reuseable/mysql ldap @${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/libgda-4.0.la|${LOCALBASE}/lib/libgda-4.0.la|g' \ ${WRKSRC}/providers/${d}/Makefile.in . endfor @@ -146,11 +143,6 @@ ${PREFIX}/etc/libgda-${VERSION}/config.default .endif -.include +.include -.if ${LIBGDA4_SLAVE}=="jdbc" && ${OSVERSION} < 800000 -BROKEN= does not compile on 7.x .endif - -.include -.endif Index: databases/libgda4/distinfo =================================================================== --- databases/libgda4/distinfo (revision 314608) +++ databases/libgda4/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gnome2/libgda-4.2.5.tar.bz2) = b98d6063469a1ba8226d94800732544be629c55132516de741c937e8bf175f13 -SIZE (gnome2/libgda-4.2.5.tar.bz2) = 15196398 +SHA256 (gnome2/libgda-4.2.12.tar.xz) = 636c17d0a7380d77eb89c19426dc62580f900a86b9dd93cb0b03210ff77769f9 +SIZE (gnome2/libgda-4.2.12.tar.xz) = 11238088 Index: databases/libgda4/pkg-plist =================================================================== --- databases/libgda4/pkg-plist (revision 314608) +++ databases/libgda4/pkg-plist (working copy) @@ -7,13 +7,6 @@ bin/gda-sql bin/gda-sql-%%VERSION%% bin/gda-test-connection-%%VERSION%% -bin/gda_trml2html/__init__.py -bin/gda_trml2html/trml2html.py -bin/gda_trml2html/utils.py -bin/gda_trml2pdf/__init__.py -bin/gda_trml2pdf/color.py -bin/gda_trml2pdf/trml2pdf.py -bin/gda_trml2pdf/utils.py %%UI%%bin/gdaui-demo-%%VERSION%% @unexec if cmp -s %D/etc/libgda-%%VERSION%%/config %D/etc/libgda-%%VERSION%%/config.default; then rm -f %D/etc/libgda-%%VERSION%%/config; fi etc/libgda-%%VERSION%%/config.default @@ -36,6 +29,8 @@ %%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-store.h %%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-decl.h %%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-easy.h +%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-shell.h +%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-wrapper.h %%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enum-types.h %%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enums.h %%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-form.h @@ -181,6 +176,350 @@ libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc %%UI%%share/applications/gda-browser-%%VERSION%%.desktop %%UI%%share/applications/gda-control-center-%%VERSION%%.desktop +%%UI%%share/doc/gda-browser/UILayout.png +%%UI%%share/doc/gda-browser/code_orga.html +%%UI%%share/doc/gda-browser/core.html +%%UI%%share/doc/gda-browser/extrawidgets.html +%%UI%%share/doc/gda-browser/fdl-section1.html +%%UI%%share/doc/gda-browser/fdl-section10.html +%%UI%%share/doc/gda-browser/fdl-section2.html +%%UI%%share/doc/gda-browser/fdl-section3.html +%%UI%%share/doc/gda-browser/fdl-section4.html +%%UI%%share/doc/gda-browser/fdl-section5.html +%%UI%%share/doc/gda-browser/fdl-section6.html +%%UI%%share/doc/gda-browser/fdl-section7.html +%%UI%%share/doc/gda-browser/fdl-section8.html +%%UI%%share/doc/gda-browser/fdl-section9.html +%%UI%%share/doc/gda-browser/fdl-using.html +%%UI%%share/doc/gda-browser/fdl.html +%%UI%%share/doc/gda-browser/gda-browser-Support-functions.html +%%UI%%share/doc/gda-browser/gda-browser-browser-connection.html +%%UI%%share/doc/gda-browser/gda-browser-browser-core.html +%%UI%%share/doc/gda-browser/gda-browser-browser-favorites.html +%%UI%%share/doc/gda-browser/gda-browser-browser-page.html +%%UI%%share/doc/gda-browser/gda-browser-browser-perspective.html +%%UI%%share/doc/gda-browser/gda-browser-browser-window.html +%%UI%%share/doc/gda-browser/gda-browser-cc-gray-bar.html +%%UI%%share/doc/gda-browser/gda-browser-data-manager-perspective.html +%%UI%%share/doc/gda-browser/gda-browser-mgr-favorites.html +%%UI%%share/doc/gda-browser/gda-browser-popup-container.html +%%UI%%share/doc/gda-browser/gda-browser-query-exec-perspective.html +%%UI%%share/doc/gda-browser/gda-browser-schema-browser-perspective.html +%%UI%%share/doc/gda-browser/gda-browser-ui-formgrid.html +%%UI%%share/doc/gda-browser/gda-browser.devhelp2 +%%UI%%share/doc/gda-browser/home.png +%%UI%%share/doc/gda-browser/index.html +%%UI%%share/doc/gda-browser/index.sgml +%%UI%%share/doc/gda-browser/left.png +%%UI%%share/doc/gda-browser/part_api.html +%%UI%%share/doc/gda-browser/part_begin.html +%%UI%%share/doc/gda-browser/part_index.html +%%UI%%share/doc/gda-browser/perspectives.html +%%UI%%share/doc/gda-browser/prog_struct.html +%%UI%%share/doc/gda-browser/right.png +%%UI%%share/doc/gda-browser/style.css +%%UI%%share/doc/gda-browser/up.png +%%UI%%share/doc/gda-browser/why.html +%%UI%%share/doc/gda-browser/windows.html +share/doc/libgda-%%VERSION%%/DataModels.png +share/doc/libgda-%%VERSION%%/GdaBatch.html +share/doc/libgda-%%VERSION%%/GdaBlobOp.html +share/doc/libgda-%%VERSION%%/GdaColumn.html +share/doc/libgda-%%VERSION%%/GdaConnection.html +share/doc/libgda-%%VERSION%%/GdaConnectionEvent.html +share/doc/libgda-%%VERSION%%/GdaDataAccessWrapper.html +share/doc/libgda-%%VERSION%%/GdaDataModel.html +share/doc/libgda-%%VERSION%%/GdaDataModelArray.html +share/doc/libgda-%%VERSION%%/GdaDataModelBdb.html +share/doc/libgda-%%VERSION%%/GdaDataModelDir.html +share/doc/libgda-%%VERSION%%/GdaDataModelImport.html +share/doc/libgda-%%VERSION%%/GdaDataModelIter.html +share/doc/libgda-%%VERSION%%/GdaDataModelIter.png +share/doc/libgda-%%VERSION%%/GdaDataProxy.html +share/doc/libgda-%%VERSION%%/GdaDataSelect.html +share/doc/libgda-%%VERSION%%/GdaHandlerBin.html +share/doc/libgda-%%VERSION%%/GdaHandlerBoolean.html +share/doc/libgda-%%VERSION%%/GdaHandlerNumerical.html +share/doc/libgda-%%VERSION%%/GdaHandlerString.html +share/doc/libgda-%%VERSION%%/GdaHandlerTime.html +share/doc/libgda-%%VERSION%%/GdaHandlerType.html +share/doc/libgda-%%VERSION%%/GdaHolder.html +share/doc/libgda-%%VERSION%%/GdaLockable.html +share/doc/libgda-%%VERSION%%/GdaMetaStore.html +share/doc/libgda-%%VERSION%%/GdaMetaStoreCustomData.html +share/doc/libgda-%%VERSION%%/GdaMetaStruct.html +share/doc/libgda-%%VERSION%%/GdaPStmt.html +share/doc/libgda-%%VERSION%%/GdaReportDocbookDocument.html +share/doc/libgda-%%VERSION%%/GdaReportDocument.html +share/doc/libgda-%%VERSION%%/GdaReportEngine.html +share/doc/libgda-%%VERSION%%/GdaReportRmlDocument.html +share/doc/libgda-%%VERSION%%/GdaRow.html +share/doc/libgda-%%VERSION%%/GdaServerOperation.html +share/doc/libgda-%%VERSION%%/GdaServerProvider.html +share/doc/libgda-%%VERSION%%/GdaSet.html +share/doc/libgda-%%VERSION%%/GdaSqlBuilder.html +share/doc/libgda-%%VERSION%%/GdaSqlParser.html +share/doc/libgda-%%VERSION%%/GdaStatement.html +share/doc/libgda-%%VERSION%%/GdaStatement.png +share/doc/libgda-%%VERSION%%/GdaThreadWrapper.html +share/doc/libgda-%%VERSION%%/GdaTransactionStatus.html +share/doc/libgda-%%VERSION%%/GdaTree.html +share/doc/libgda-%%VERSION%%/GdaTreeManager.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrColumns.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrLabel.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrSchemas.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrSelect.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrTables.html +share/doc/libgda-%%VERSION%%/GdaTreeNode.html +share/doc/libgda-%%VERSION%%/GdaVconnectionDataModel.html +share/doc/libgda-%%VERSION%%/GdaVconnectionHub.html +share/doc/libgda-%%VERSION%%/GdaVirtualConnection.html +share/doc/libgda-%%VERSION%%/GdaVirtualProvider.html +share/doc/libgda-%%VERSION%%/GdaVproviderDataModel.html +share/doc/libgda-%%VERSION%%/GdaVproviderHub.html +share/doc/libgda-%%VERSION%%/GdauiBasicForm.html +share/doc/libgda-%%VERSION%%/GdauiCloud.html +share/doc/libgda-%%VERSION%%/GdauiCombo.html +share/doc/libgda-%%VERSION%%/GdauiDataEntry.html +share/doc/libgda-%%VERSION%%/GdauiDataFilter.html +share/doc/libgda-%%VERSION%%/GdauiDataProxy.html +share/doc/libgda-%%VERSION%%/GdauiDataProxyInfo.html +share/doc/libgda-%%VERSION%%/GdauiDataSelector.html +share/doc/libgda-%%VERSION%%/GdauiDataStore.html +share/doc/libgda-%%VERSION%%/GdauiForm.html +share/doc/libgda-%%VERSION%%/GdauiGrid.html +share/doc/libgda-%%VERSION%%/GdauiLogin.html +share/doc/libgda-%%VERSION%%/GdauiProviderSelector.html +share/doc/libgda-%%VERSION%%/GdauiRawForm.html +share/doc/libgda-%%VERSION%%/GdauiRawGrid.html +share/doc/libgda-%%VERSION%%/GdauiRtEditor.html +share/doc/libgda-%%VERSION%%/GdauiServerOperation.html +share/doc/libgda-%%VERSION%%/GdauiTreeStore.html +share/doc/libgda-%%VERSION%%/MetaStore1.png +share/doc/libgda-%%VERSION%%/MetaStore2.png +share/doc/libgda-%%VERSION%%/SqlIdentifiers.png +share/doc/libgda-%%VERSION%%/architecture.html +share/doc/libgda-%%VERSION%%/architecture.png +share/doc/libgda-%%VERSION%%/blobs_example.html +share/doc/libgda-%%VERSION%%/ch04.html +share/doc/libgda-%%VERSION%%/ch06s03.html +share/doc/libgda-%%VERSION%%/ch07s02.html +share/doc/libgda-%%VERSION%%/ch07s03.html +share/doc/libgda-%%VERSION%%/ch08s02.html +share/doc/libgda-%%VERSION%%/ch08s03.html +share/doc/libgda-%%VERSION%%/ch08s07.html +share/doc/libgda-%%VERSION%%/ch11s02.html +share/doc/libgda-%%VERSION%%/ch11s07.html +share/doc/libgda-%%VERSION%%/ch11s08.html +share/doc/libgda-%%VERSION%%/ch11s11.html +share/doc/libgda-%%VERSION%%/ch11s12.html +share/doc/libgda-%%VERSION%%/ch11s13.html +share/doc/libgda-%%VERSION%%/ch12.html +share/doc/libgda-%%VERSION%%/ch20.html +share/doc/libgda-%%VERSION%%/ch21.html +share/doc/libgda-%%VERSION%%/ch32.html +share/doc/libgda-%%VERSION%%/ch35.html +share/doc/libgda-%%VERSION%%/ch36s02.html +share/doc/libgda-%%VERSION%%/ch36s03.html +share/doc/libgda-%%VERSION%%/ch38s02.html +share/doc/libgda-%%VERSION%%/ch39s02.html +share/doc/libgda-%%VERSION%%/ch39s03.html +share/doc/libgda-%%VERSION%%/ch39s04.html +share/doc/libgda-%%VERSION%%/ch41s02.html +share/doc/libgda-%%VERSION%%/ch41s03.html +share/doc/libgda-%%VERSION%%/ch41s04.html +share/doc/libgda-%%VERSION%%/ch41s05.html +share/doc/libgda-%%VERSION%%/ch41s06.html +share/doc/libgda-%%VERSION%%/ch41s07.html +share/doc/libgda-%%VERSION%%/ch41s08.html +share/doc/libgda-%%VERSION%%/ch41s10.html +share/doc/libgda-%%VERSION%%/ch44s02.html +share/doc/libgda-%%VERSION%%/ch46s02.html +share/doc/libgda-%%VERSION%%/ch46s03.html +share/doc/libgda-%%VERSION%%/ch46s04.html +share/doc/libgda-%%VERSION%%/ch46s05.html +share/doc/libgda-%%VERSION%%/ch46s06.html +share/doc/libgda-%%VERSION%%/ch46s07.html +share/doc/libgda-%%VERSION%%/ch46s08.html +share/doc/libgda-%%VERSION%%/ch47s02.html +share/doc/libgda-%%VERSION%%/ch47s03.html +share/doc/libgda-%%VERSION%%/ch47s04.html +share/doc/libgda-%%VERSION%%/ch47s05.html +share/doc/libgda-%%VERSION%%/compiling.html +share/doc/libgda-%%VERSION%%/connection.html +share/doc/libgda-%%VERSION%%/connections.html +share/doc/libgda-%%VERSION%%/data-model.html +share/doc/libgda-%%VERSION%%/data-select.html +share/doc/libgda-%%VERSION%%/data_conv.html +share/doc/libgda-%%VERSION%%/data_models.html +share/doc/libgda-%%VERSION%%/data_proxy1.png +share/doc/libgda-%%VERSION%%/data_proxy2.png +share/doc/libgda-%%VERSION%%/data_proxy3.png +share/doc/libgda-%%VERSION%%/data_proxy4.png +share/doc/libgda-%%VERSION%%/data_proxy5.png +share/doc/libgda-%%VERSION%%/data_validation_holder.png +share/doc/libgda-%%VERSION%%/data_validation_proxy.png +share/doc/libgda-%%VERSION%%/data_validation_set.png +share/doc/libgda-%%VERSION%%/ddl_example.html +share/doc/libgda-%%VERSION%%/fdl-section1.html +share/doc/libgda-%%VERSION%%/fdl-section10.html +share/doc/libgda-%%VERSION%%/fdl-section2.html +share/doc/libgda-%%VERSION%%/fdl-section3.html +share/doc/libgda-%%VERSION%%/fdl-section4.html +share/doc/libgda-%%VERSION%%/fdl-section5.html +share/doc/libgda-%%VERSION%%/fdl-section6.html +share/doc/libgda-%%VERSION%%/fdl-section7.html +share/doc/libgda-%%VERSION%%/fdl-section8.html +share/doc/libgda-%%VERSION%%/fdl-section9.html +share/doc/libgda-%%VERSION%%/fdl-using.html +share/doc/libgda-%%VERSION%%/fdl.html +share/doc/libgda-%%VERSION%%/features.html +share/doc/libgda-%%VERSION%%/gda-dict.html +share/doc/libgda-%%VERSION%%/gda-sql-graph.png +share/doc/libgda-%%VERSION%%/gda-sql-manual-dsn.html +share/doc/libgda-%%VERSION%%/gda-sql-manual-icommands.html +share/doc/libgda-%%VERSION%%/gda-sql-manual-open.html +share/doc/libgda-%%VERSION%%/gda-sql-manual-run.html +share/doc/libgda-%%VERSION%%/gda-sql.html +share/doc/libgda-%%VERSION%%/gen:sql_identifiers.html +share/doc/libgda-%%VERSION%%/gen_blobs.html +share/doc/libgda-%%VERSION%%/getting_started.html +share/doc/libgda-%%VERSION%%/home.png +share/doc/libgda-%%VERSION%%/howto-exec-non-select.html +share/doc/libgda-%%VERSION%%/howto-exec-select.html +share/doc/libgda-%%VERSION%%/howto-exec.png +share/doc/libgda-%%VERSION%%/howto-meta1.html +share/doc/libgda-%%VERSION%%/howto-meta2.html +share/doc/libgda-%%VERSION%%/howto-modify-select.html +share/doc/libgda-%%VERSION%%/howto-sqlbuilder.html +share/doc/libgda-%%VERSION%%/howto.html +share/doc/libgda-%%VERSION%%/i_s_data_types.png +share/doc/libgda-%%VERSION%%/index-4-2-1.html +share/doc/libgda-%%VERSION%%/index-4-2-10.html +share/doc/libgda-%%VERSION%%/index-4-2-2.html +share/doc/libgda-%%VERSION%%/index-4-2-3.html +share/doc/libgda-%%VERSION%%/index-4-2-4.html +share/doc/libgda-%%VERSION%%/index-4-2-5.html +share/doc/libgda-%%VERSION%%/index-4-2-6.html +share/doc/libgda-%%VERSION%%/index-4-2-7.html +share/doc/libgda-%%VERSION%%/index-4-2-8.html +share/doc/libgda-%%VERSION%%/index-4-2-9.html +share/doc/libgda-%%VERSION%%/index-4-2.html +share/doc/libgda-%%VERSION%%/index-deprecated.html +share/doc/libgda-%%VERSION%%/index.html +share/doc/libgda-%%VERSION%%/index.sgml +share/doc/libgda-%%VERSION%%/index_main.html +share/doc/libgda-%%VERSION%%/information_schema.html +share/doc/libgda-%%VERSION%%/information_schema.png +share/doc/libgda-%%VERSION%%/init_config.html +share/doc/libgda-%%VERSION%%/installation-configuring.html +share/doc/libgda-%%VERSION%%/installation-installing.html +share/doc/libgda-%%VERSION%%/installation.html +share/doc/libgda-%%VERSION%%/introduction.html +share/doc/libgda-%%VERSION%%/left.png +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Attributes-manager.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Configuration.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Convenience-functions.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Default-Data-handlers.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Gda-Value.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataComparator.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaMutex.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaRepetitiveStatement.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-individual-nodes.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-sequences.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaSqlStatement.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaXaTransaction.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Libgda-Initialization.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-LibgdaUI-Initialization.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Logging.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Misc-API.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Quark-lists.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-SQL-rendering-API.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Subclassing-GdaDataSelect.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-Utility-functions.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-plugins.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Utility-functions.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%.devhelp2 +share/doc/libgda-%%VERSION%%/libgda-list-server-op.html +share/doc/libgda-%%VERSION%%/libgda-packaging.html +share/doc/libgda-%%VERSION%%/libgda-provider-blobop.html +share/doc/libgda-%%VERSION%%/libgda-provider-class.html +share/doc/libgda-%%VERSION%%/libgda-provider-pack.html +share/doc/libgda-%%VERSION%%/libgda-provider-parser.html +share/doc/libgda-%%VERSION%%/libgda-provider-recordset.html +share/doc/libgda-%%VERSION%%/libgda-reports-introduction.html +share/doc/libgda-%%VERSION%%/libgda-sql.html +share/doc/libgda-%%VERSION%%/libgda-tools-controlcenter.html +share/doc/libgda-%%VERSION%%/libgda-tools-gdabrowser.html +share/doc/libgda-%%VERSION%%/libgda-tools-introduction.html +share/doc/libgda-%%VERSION%%/libgda-tools-list-config.html +share/doc/libgda-%%VERSION%%/libgda-tools-test-connection.html +share/doc/libgda-%%VERSION%%/libgda-xslt-api.html +share/doc/libgda-%%VERSION%%/libgda-xslt-introduction.html +share/doc/libgda-%%VERSION%%/libgdaui-packaging.html +share/doc/libgda-%%VERSION%%/limitations.html +share/doc/libgda-%%VERSION%%/limitations_jdbc.html +share/doc/libgda-%%VERSION%%/limitations_ldap.html +share/doc/libgda-%%VERSION%%/limitations_mysql.html +share/doc/libgda-%%VERSION%%/limitations_oracle.html +share/doc/libgda-%%VERSION%%/limitations_postgres.html +share/doc/libgda-%%VERSION%%/limitations_sqlcipher.html +share/doc/libgda-%%VERSION%%/limitations_sqlite.html +share/doc/libgda-%%VERSION%%/main_example.html +share/doc/libgda-%%VERSION%%/managing-errors.html +share/doc/libgda-%%VERSION%%/migration-1.html +share/doc/libgda-%%VERSION%%/migration-2-dict.html +share/doc/libgda-%%VERSION%%/migration-2-exec.html +share/doc/libgda-%%VERSION%%/migration-2-report.html +share/doc/libgda-%%VERSION%%/migration-2.html +share/doc/libgda-%%VERSION%%/misc.html +share/doc/libgda-%%VERSION%%/multi-threading.html +share/doc/libgda-%%VERSION%%/null_handling.html +share/doc/libgda-%%VERSION%%/other_examples.html +share/doc/libgda-%%VERSION%%/parser_gen.png +share/doc/libgda-%%VERSION%%/parser_prov.png +share/doc/libgda-%%VERSION%%/part_begin.html +share/doc/libgda-%%VERSION%%/part_index.html +share/doc/libgda-%%VERSION%%/part_libgda-reports.html +share/doc/libgda-%%VERSION%%/part_libgda-xslt.html +share/doc/libgda-%%VERSION%%/part_libgda_api.html +share/doc/libgda-%%VERSION%%/part_providers.html +share/doc/libgda-%%VERSION%%/part_tools.html +share/doc/libgda-%%VERSION%%/parts.png +share/doc/libgda-%%VERSION%%/prov-metadata.html +share/doc/libgda-%%VERSION%%/provider-notes.html +share/doc/libgda-%%VERSION%%/provider_notes_ldap.html +share/doc/libgda-%%VERSION%%/provider_notes_sqlcipher.html +share/doc/libgda-%%VERSION%%/provider_notes_sqlite.html +share/doc/libgda-%%VERSION%%/psupport.html +share/doc/libgda-%%VERSION%%/pt08.html +share/doc/libgda-%%VERSION%%/right.png +share/doc/libgda-%%VERSION%%/stmt-compound.png +share/doc/libgda-%%VERSION%%/stmt-insert1.png +share/doc/libgda-%%VERSION%%/stmt-insert2.png +share/doc/libgda-%%VERSION%%/stmt-select.png +share/doc/libgda-%%VERSION%%/stmt-unknown.png +share/doc/libgda-%%VERSION%%/stmt-update.png +share/doc/libgda-%%VERSION%%/style.css +share/doc/libgda-%%VERSION%%/thread-wrapper.png +share/doc/libgda-%%VERSION%%/transactions.html +share/doc/libgda-%%VERSION%%/tree-overview.png +share/doc/libgda-%%VERSION%%/tree-overview2.png +share/doc/libgda-%%VERSION%%/trees.html +share/doc/libgda-%%VERSION%%/up.png +share/doc/libgda-%%VERSION%%/vi-basic-form.png +share/doc/libgda-%%VERSION%%/vi-cloud.png +share/doc/libgda-%%VERSION%%/vi-combo.png +share/doc/libgda-%%VERSION%%/vi-data-entry.png +share/doc/libgda-%%VERSION%%/vi-filter.png +share/doc/libgda-%%VERSION%%/vi-info.png +share/doc/libgda-%%VERSION%%/vi-login.png +share/doc/libgda-%%VERSION%%/vi-provider-selector.png +share/doc/libgda-%%VERSION%%/vi-raw-grid.png +share/doc/libgda-%%VERSION%%/vi-rte.png +share/doc/libgda-%%VERSION%%/vi-server-op.png +share/doc/libgda-%%VERSION%%/virtual_connection.html +share/doc/libgda-%%VERSION%%/writable_data_model.png %%UI%%share/gnome/help/gda-browser/C/actions.page %%UI%%share/gnome/help/gda-browser/C/data-manager-perspective.page %%UI%%share/gnome/help/gda-browser/C/data-manager-source-editor.page @@ -200,6 +539,10 @@ %%UI%%share/gnome/help/gda-browser/C/figures/declaredfk-dialog.png %%UI%%share/gnome/help/gda-browser/C/figures/declaredfk.png %%UI%%share/gnome/help/gda-browser/C/figures/diagram.png +%%UI%%share/gnome/help/gda-browser/C/figures/ldap-browser-persp.png +%%UI%%share/gnome/help/gda-browser/C/figures/ldap-classes.png +%%UI%%share/gnome/help/gda-browser/C/figures/ldap-search.png +%%UI%%share/gnome/help/gda-browser/C/figures/ldap-table-mapping.png %%UI%%share/gnome/help/gda-browser/C/figures/mainwin.png %%UI%%share/gnome/help/gda-browser/C/figures/query-exec-persp.png %%UI%%share/gnome/help/gda-browser/C/figures/schema-browser-persp.png @@ -207,14 +550,22 @@ %%UI%%share/gnome/help/gda-browser/C/figures/trans-begin.png %%UI%%share/gnome/help/gda-browser/C/figures/trans-commit.png %%UI%%share/gnome/help/gda-browser/C/figures/trans-rollback.png +%%UI%%share/gnome/help/gda-browser/C/figures/virtual-cnc-2.png +%%UI%%share/gnome/help/gda-browser/C/figures/virtual-cnc-3.png +%%UI%%share/gnome/help/gda-browser/C/figures/virtual-cnc-4.png +%%UI%%share/gnome/help/gda-browser/C/figures/virtual-cnc-5.png +%%UI%%share/gnome/help/gda-browser/C/figures/virtual-cnc.png %%UI%%share/gnome/help/gda-browser/C/general-ui.page %%UI%%share/gnome/help/gda-browser/C/index.page +%%UI%%share/gnome/help/gda-browser/C/ldap-browser-perspective.page +%%UI%%share/gnome/help/gda-browser/C/ldap-connections.page %%UI%%share/gnome/help/gda-browser/C/legal.xml %%UI%%share/gnome/help/gda-browser/C/query-execution-perspective.page %%UI%%share/gnome/help/gda-browser/C/schema-browser-perspective.page %%UI%%share/gnome/help/gda-browser/C/table-insert-data.page %%UI%%share/gnome/help/gda-browser/C/transactions.page %%UI%%share/gnome/help/gda-browser/C/variables.page +%%UI%%share/gnome/help/gda-browser/C/virtual-connections.page %%UI%%share/gnome/help/gda-browser/de/actions.page %%UI%%share/gnome/help/gda-browser/de/data-manager-perspective.page %%UI%%share/gnome/help/gda-browser/de/data-manager-source-editor.page @@ -234,6 +585,10 @@ %%UI%%share/gnome/help/gda-browser/de/figures/declaredfk-dialog.png %%UI%%share/gnome/help/gda-browser/de/figures/declaredfk.png %%UI%%share/gnome/help/gda-browser/de/figures/diagram.png +%%UI%%share/gnome/help/gda-browser/de/figures/ldap-browser-persp.png +%%UI%%share/gnome/help/gda-browser/de/figures/ldap-classes.png +%%UI%%share/gnome/help/gda-browser/de/figures/ldap-search.png +%%UI%%share/gnome/help/gda-browser/de/figures/ldap-table-mapping.png %%UI%%share/gnome/help/gda-browser/de/figures/mainwin.png %%UI%%share/gnome/help/gda-browser/de/figures/query-exec-persp.png %%UI%%share/gnome/help/gda-browser/de/figures/schema-browser-persp.png @@ -241,14 +596,68 @@ %%UI%%share/gnome/help/gda-browser/de/figures/trans-begin.png %%UI%%share/gnome/help/gda-browser/de/figures/trans-commit.png %%UI%%share/gnome/help/gda-browser/de/figures/trans-rollback.png +%%UI%%share/gnome/help/gda-browser/de/figures/virtual-cnc-2.png +%%UI%%share/gnome/help/gda-browser/de/figures/virtual-cnc-3.png +%%UI%%share/gnome/help/gda-browser/de/figures/virtual-cnc-4.png +%%UI%%share/gnome/help/gda-browser/de/figures/virtual-cnc-5.png +%%UI%%share/gnome/help/gda-browser/de/figures/virtual-cnc.png %%UI%%share/gnome/help/gda-browser/de/general-ui.page %%UI%%share/gnome/help/gda-browser/de/index.page +%%UI%%share/gnome/help/gda-browser/de/ldap-browser-perspective.page +%%UI%%share/gnome/help/gda-browser/de/ldap-connections.page %%UI%%share/gnome/help/gda-browser/de/legal.xml %%UI%%share/gnome/help/gda-browser/de/query-execution-perspective.page %%UI%%share/gnome/help/gda-browser/de/schema-browser-perspective.page %%UI%%share/gnome/help/gda-browser/de/table-insert-data.page %%UI%%share/gnome/help/gda-browser/de/transactions.page %%UI%%share/gnome/help/gda-browser/de/variables.page +%%UI%%share/gnome/help/gda-browser/de/virtual-connections.page +%%UI%%share/gnome/help/gda-browser/el/actions.page +%%UI%%share/gnome/help/gda-browser/el/data-manager-perspective.page +%%UI%%share/gnome/help/gda-browser/el/data-manager-source-editor.page +%%UI%%share/gnome/help/gda-browser/el/data-manager-xml-syntax.page +%%UI%%share/gnome/help/gda-browser/el/declaredfk.page +%%UI%%share/gnome/help/gda-browser/el/diagram.page +%%UI%%share/gnome/help/gda-browser/el/features.page +%%UI%%share/gnome/help/gda-browser/el/figures/action-1.png +%%UI%%share/gnome/help/gda-browser/el/figures/action-2.png +%%UI%%share/gnome/help/gda-browser/el/figures/action-3.png +%%UI%%share/gnome/help/gda-browser/el/figures/action-4.png +%%UI%%share/gnome/help/gda-browser/el/figures/cnc_open.png +%%UI%%share/gnome/help/gda-browser/el/figures/data-man-mode.png +%%UI%%share/gnome/help/gda-browser/el/figures/data-man-persp.png +%%UI%%share/gnome/help/gda-browser/el/figures/data-man-uicompose.png +%%UI%%share/gnome/help/gda-browser/el/figures/data-man-xmlcompose.png +%%UI%%share/gnome/help/gda-browser/el/figures/declaredfk-dialog.png +%%UI%%share/gnome/help/gda-browser/el/figures/declaredfk.png +%%UI%%share/gnome/help/gda-browser/el/figures/diagram.png +%%UI%%share/gnome/help/gda-browser/el/figures/ldap-browser-persp.png +%%UI%%share/gnome/help/gda-browser/el/figures/ldap-classes.png +%%UI%%share/gnome/help/gda-browser/el/figures/ldap-search.png +%%UI%%share/gnome/help/gda-browser/el/figures/ldap-table-mapping.png +%%UI%%share/gnome/help/gda-browser/el/figures/mainwin.png +%%UI%%share/gnome/help/gda-browser/el/figures/query-exec-persp.png +%%UI%%share/gnome/help/gda-browser/el/figures/schema-browser-persp.png +%%UI%%share/gnome/help/gda-browser/el/figures/table-insert-data.png +%%UI%%share/gnome/help/gda-browser/el/figures/trans-begin.png +%%UI%%share/gnome/help/gda-browser/el/figures/trans-commit.png +%%UI%%share/gnome/help/gda-browser/el/figures/trans-rollback.png +%%UI%%share/gnome/help/gda-browser/el/figures/virtual-cnc-2.png +%%UI%%share/gnome/help/gda-browser/el/figures/virtual-cnc-3.png +%%UI%%share/gnome/help/gda-browser/el/figures/virtual-cnc-4.png +%%UI%%share/gnome/help/gda-browser/el/figures/virtual-cnc-5.png +%%UI%%share/gnome/help/gda-browser/el/figures/virtual-cnc.png +%%UI%%share/gnome/help/gda-browser/el/general-ui.page +%%UI%%share/gnome/help/gda-browser/el/index.page +%%UI%%share/gnome/help/gda-browser/el/ldap-browser-perspective.page +%%UI%%share/gnome/help/gda-browser/el/ldap-connections.page +%%UI%%share/gnome/help/gda-browser/el/legal.xml +%%UI%%share/gnome/help/gda-browser/el/query-execution-perspective.page +%%UI%%share/gnome/help/gda-browser/el/schema-browser-perspective.page +%%UI%%share/gnome/help/gda-browser/el/table-insert-data.page +%%UI%%share/gnome/help/gda-browser/el/transactions.page +%%UI%%share/gnome/help/gda-browser/el/variables.page +%%UI%%share/gnome/help/gda-browser/el/virtual-connections.page %%UI%%share/gnome/help/gda-browser/es/actions.page %%UI%%share/gnome/help/gda-browser/es/data-manager-perspective.page %%UI%%share/gnome/help/gda-browser/es/data-manager-source-editor.page @@ -268,6 +677,10 @@ %%UI%%share/gnome/help/gda-browser/es/figures/declaredfk-dialog.png %%UI%%share/gnome/help/gda-browser/es/figures/declaredfk.png %%UI%%share/gnome/help/gda-browser/es/figures/diagram.png +%%UI%%share/gnome/help/gda-browser/es/figures/ldap-browser-persp.png +%%UI%%share/gnome/help/gda-browser/es/figures/ldap-classes.png +%%UI%%share/gnome/help/gda-browser/es/figures/ldap-search.png +%%UI%%share/gnome/help/gda-browser/es/figures/ldap-table-mapping.png %%UI%%share/gnome/help/gda-browser/es/figures/mainwin.png %%UI%%share/gnome/help/gda-browser/es/figures/query-exec-persp.png %%UI%%share/gnome/help/gda-browser/es/figures/schema-browser-persp.png @@ -275,14 +688,68 @@ %%UI%%share/gnome/help/gda-browser/es/figures/trans-begin.png %%UI%%share/gnome/help/gda-browser/es/figures/trans-commit.png %%UI%%share/gnome/help/gda-browser/es/figures/trans-rollback.png +%%UI%%share/gnome/help/gda-browser/es/figures/virtual-cnc-2.png +%%UI%%share/gnome/help/gda-browser/es/figures/virtual-cnc-3.png +%%UI%%share/gnome/help/gda-browser/es/figures/virtual-cnc-4.png +%%UI%%share/gnome/help/gda-browser/es/figures/virtual-cnc-5.png +%%UI%%share/gnome/help/gda-browser/es/figures/virtual-cnc.png %%UI%%share/gnome/help/gda-browser/es/general-ui.page %%UI%%share/gnome/help/gda-browser/es/index.page +%%UI%%share/gnome/help/gda-browser/es/ldap-browser-perspective.page +%%UI%%share/gnome/help/gda-browser/es/ldap-connections.page %%UI%%share/gnome/help/gda-browser/es/legal.xml %%UI%%share/gnome/help/gda-browser/es/query-execution-perspective.page %%UI%%share/gnome/help/gda-browser/es/schema-browser-perspective.page %%UI%%share/gnome/help/gda-browser/es/table-insert-data.page %%UI%%share/gnome/help/gda-browser/es/transactions.page %%UI%%share/gnome/help/gda-browser/es/variables.page +%%UI%%share/gnome/help/gda-browser/es/virtual-connections.page +%%UI%%share/gnome/help/gda-browser/gl/actions.page +%%UI%%share/gnome/help/gda-browser/gl/data-manager-perspective.page +%%UI%%share/gnome/help/gda-browser/gl/data-manager-source-editor.page +%%UI%%share/gnome/help/gda-browser/gl/data-manager-xml-syntax.page +%%UI%%share/gnome/help/gda-browser/gl/declaredfk.page +%%UI%%share/gnome/help/gda-browser/gl/diagram.page +%%UI%%share/gnome/help/gda-browser/gl/features.page +%%UI%%share/gnome/help/gda-browser/gl/figures/action-1.png +%%UI%%share/gnome/help/gda-browser/gl/figures/action-2.png +%%UI%%share/gnome/help/gda-browser/gl/figures/action-3.png +%%UI%%share/gnome/help/gda-browser/gl/figures/action-4.png +%%UI%%share/gnome/help/gda-browser/gl/figures/cnc_open.png +%%UI%%share/gnome/help/gda-browser/gl/figures/data-man-mode.png +%%UI%%share/gnome/help/gda-browser/gl/figures/data-man-persp.png +%%UI%%share/gnome/help/gda-browser/gl/figures/data-man-uicompose.png +%%UI%%share/gnome/help/gda-browser/gl/figures/data-man-xmlcompose.png +%%UI%%share/gnome/help/gda-browser/gl/figures/declaredfk-dialog.png +%%UI%%share/gnome/help/gda-browser/gl/figures/declaredfk.png +%%UI%%share/gnome/help/gda-browser/gl/figures/diagram.png +%%UI%%share/gnome/help/gda-browser/gl/figures/ldap-browser-persp.png +%%UI%%share/gnome/help/gda-browser/gl/figures/ldap-classes.png +%%UI%%share/gnome/help/gda-browser/gl/figures/ldap-search.png +%%UI%%share/gnome/help/gda-browser/gl/figures/ldap-table-mapping.png +%%UI%%share/gnome/help/gda-browser/gl/figures/mainwin.png +%%UI%%share/gnome/help/gda-browser/gl/figures/query-exec-persp.png +%%UI%%share/gnome/help/gda-browser/gl/figures/schema-browser-persp.png +%%UI%%share/gnome/help/gda-browser/gl/figures/table-insert-data.png +%%UI%%share/gnome/help/gda-browser/gl/figures/trans-begin.png +%%UI%%share/gnome/help/gda-browser/gl/figures/trans-commit.png +%%UI%%share/gnome/help/gda-browser/gl/figures/trans-rollback.png +%%UI%%share/gnome/help/gda-browser/gl/figures/virtual-cnc-2.png +%%UI%%share/gnome/help/gda-browser/gl/figures/virtual-cnc-3.png +%%UI%%share/gnome/help/gda-browser/gl/figures/virtual-cnc-4.png +%%UI%%share/gnome/help/gda-browser/gl/figures/virtual-cnc-5.png +%%UI%%share/gnome/help/gda-browser/gl/figures/virtual-cnc.png +%%UI%%share/gnome/help/gda-browser/gl/general-ui.page +%%UI%%share/gnome/help/gda-browser/gl/index.page +%%UI%%share/gnome/help/gda-browser/gl/ldap-browser-perspective.page +%%UI%%share/gnome/help/gda-browser/gl/ldap-connections.page +%%UI%%share/gnome/help/gda-browser/gl/legal.xml +%%UI%%share/gnome/help/gda-browser/gl/query-execution-perspective.page +%%UI%%share/gnome/help/gda-browser/gl/schema-browser-perspective.page +%%UI%%share/gnome/help/gda-browser/gl/table-insert-data.page +%%UI%%share/gnome/help/gda-browser/gl/transactions.page +%%UI%%share/gnome/help/gda-browser/gl/variables.page +%%UI%%share/gnome/help/gda-browser/gl/virtual-connections.page %%UI%%share/gnome/help/gda-browser/sl/actions.page %%UI%%share/gnome/help/gda-browser/sl/data-manager-perspective.page %%UI%%share/gnome/help/gda-browser/sl/data-manager-source-editor.page @@ -302,6 +769,10 @@ %%UI%%share/gnome/help/gda-browser/sl/figures/declaredfk-dialog.png %%UI%%share/gnome/help/gda-browser/sl/figures/declaredfk.png %%UI%%share/gnome/help/gda-browser/sl/figures/diagram.png +%%UI%%share/gnome/help/gda-browser/sl/figures/ldap-browser-persp.png +%%UI%%share/gnome/help/gda-browser/sl/figures/ldap-classes.png +%%UI%%share/gnome/help/gda-browser/sl/figures/ldap-search.png +%%UI%%share/gnome/help/gda-browser/sl/figures/ldap-table-mapping.png %%UI%%share/gnome/help/gda-browser/sl/figures/mainwin.png %%UI%%share/gnome/help/gda-browser/sl/figures/query-exec-persp.png %%UI%%share/gnome/help/gda-browser/sl/figures/schema-browser-persp.png @@ -309,14 +780,68 @@ %%UI%%share/gnome/help/gda-browser/sl/figures/trans-begin.png %%UI%%share/gnome/help/gda-browser/sl/figures/trans-commit.png %%UI%%share/gnome/help/gda-browser/sl/figures/trans-rollback.png +%%UI%%share/gnome/help/gda-browser/sl/figures/virtual-cnc-2.png +%%UI%%share/gnome/help/gda-browser/sl/figures/virtual-cnc-3.png +%%UI%%share/gnome/help/gda-browser/sl/figures/virtual-cnc-4.png +%%UI%%share/gnome/help/gda-browser/sl/figures/virtual-cnc-5.png +%%UI%%share/gnome/help/gda-browser/sl/figures/virtual-cnc.png %%UI%%share/gnome/help/gda-browser/sl/general-ui.page %%UI%%share/gnome/help/gda-browser/sl/index.page +%%UI%%share/gnome/help/gda-browser/sl/ldap-browser-perspective.page +%%UI%%share/gnome/help/gda-browser/sl/ldap-connections.page %%UI%%share/gnome/help/gda-browser/sl/legal.xml %%UI%%share/gnome/help/gda-browser/sl/query-execution-perspective.page %%UI%%share/gnome/help/gda-browser/sl/schema-browser-perspective.page %%UI%%share/gnome/help/gda-browser/sl/table-insert-data.page %%UI%%share/gnome/help/gda-browser/sl/transactions.page %%UI%%share/gnome/help/gda-browser/sl/variables.page +%%UI%%share/gnome/help/gda-browser/sl/virtual-connections.page +%%UI%%share/gnome/help/gda-browser/zh_CN/actions.page +%%UI%%share/gnome/help/gda-browser/zh_CN/data-manager-perspective.page +%%UI%%share/gnome/help/gda-browser/zh_CN/data-manager-source-editor.page +%%UI%%share/gnome/help/gda-browser/zh_CN/data-manager-xml-syntax.page +%%UI%%share/gnome/help/gda-browser/zh_CN/declaredfk.page +%%UI%%share/gnome/help/gda-browser/zh_CN/diagram.page +%%UI%%share/gnome/help/gda-browser/zh_CN/features.page +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/action-1.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/action-2.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/action-3.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/action-4.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/cnc_open.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/data-man-mode.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/data-man-persp.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/data-man-uicompose.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/data-man-xmlcompose.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/declaredfk-dialog.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/declaredfk.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/diagram.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/ldap-browser-persp.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/ldap-classes.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/ldap-search.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/ldap-table-mapping.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/mainwin.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/query-exec-persp.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/schema-browser-persp.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/table-insert-data.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/trans-begin.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/trans-commit.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/trans-rollback.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-2.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-3.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-4.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-5.png +%%UI%%share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc.png +%%UI%%share/gnome/help/gda-browser/zh_CN/general-ui.page +%%UI%%share/gnome/help/gda-browser/zh_CN/index.page +%%UI%%share/gnome/help/gda-browser/zh_CN/ldap-browser-perspective.page +%%UI%%share/gnome/help/gda-browser/zh_CN/ldap-connections.page +%%UI%%share/gnome/help/gda-browser/zh_CN/legal.xml +%%UI%%share/gnome/help/gda-browser/zh_CN/query-execution-perspective.page +%%UI%%share/gnome/help/gda-browser/zh_CN/schema-browser-perspective.page +%%UI%%share/gnome/help/gda-browser/zh_CN/table-insert-data.page +%%UI%%share/gnome/help/gda-browser/zh_CN/transactions.page +%%UI%%share/gnome/help/gda-browser/zh_CN/variables.page +%%UI%%share/gnome/help/gda-browser/zh_CN/virtual-connections.page %%UI%%share/icons/hicolor/16x16/apps/gda-control-center.png %%UI%%share/icons/hicolor/22x22/apps/gda-control-center.png %%UI%%share/icons/hicolor/24x24/apps/gda-control-center.png @@ -347,21 +872,33 @@ share/libgda-%%VERSION%%/dtd/libgda-array.dtd share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd +share/libgda-%%VERSION%%/gda_trml2html/__init__.py +share/libgda-%%VERSION%%/gda_trml2html/trml2html.py +share/libgda-%%VERSION%%/gda_trml2html/utils.py +share/libgda-%%VERSION%%/gda_trml2pdf/__init__.py +share/libgda-%%VERSION%%/gda_trml2pdf/color.py +share/libgda-%%VERSION%%/gda_trml2pdf/trml2pdf.py +share/libgda-%%VERSION%%/gda_trml2pdf/utils.py %%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/bookmark-view.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/glade.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/history-view.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/bookmark-view.png +%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/form.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/glade.png +%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/grid.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/history-view.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/bookmark-view.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/glade.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/history-view.png +%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/table-add.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-begin.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-commit.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-rollback.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/bookmark-view.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/glade.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/history-view.png +%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/ldap-entries.png +%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/table-add.png %%UI%%share/libgda-%%VERSION%%/icons/hicolor/icon-theme.cache %%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/bookmark-view.svg %%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/glade.svg @@ -375,6 +912,7 @@ share/libgda-%%VERSION%%/php/gda-exception.php share/libgda-%%VERSION%%/php/gda-front.php share/libgda-%%VERSION%%/php/gda-meta.php +share/libgda-%%VERSION%%/php/gda-secure-config.php share/libgda-%%VERSION%%/php/gda-setup.php share/libgda-%%VERSION%%/php/gda-tester.php share/libgda-%%VERSION%%/php/gda-utils.php @@ -392,8 +930,14 @@ %%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-connected-big.png %%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-connected.png %%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-diagram.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-form.png -%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-grid.png +%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-a.png +%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-s.png +%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-u.png +%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-x.png +%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-entry.png +%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-group.png +%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-organization.png +%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-person.png %%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-menu-ind.png %%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected-big.png %%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected.png @@ -433,7 +977,7 @@ share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/libgda-4.0.mo +share/locale/ca@valencia/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo @@ -441,6 +985,7 @@ share/locale/el/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/en_CA/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/eo/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/es/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/eu/LC_MESSAGES/libgda-%%VERSION%%.mo share/locale/fa/LC_MESSAGES/libgda-%%VERSION%%.mo @@ -498,18 +1043,28 @@ %%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/16x16 %%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor %%UI%%@dirrm share/libgda-%%VERSION%%/icons +@dirrm share/libgda-%%VERSION%%/gda_trml2pdf +@dirrm share/libgda-%%VERSION%%/gda_trml2html +@dirrm share/libgda-%%VERSION%%/dtd +%%UI%%@dirrm share/libgda-%%VERSION%%/demo +@dirrm share/libgda-%%VERSION%%/ +%%UI%%@dirrm share/gnome/help/gda-browser/zh_CN/figures +%%UI%%@dirrm share/gnome/help/gda-browser/zh_CN %%UI%%@dirrm share/gnome/help/gda-browser/sl/figures %%UI%%@dirrm share/gnome/help/gda-browser/sl +%%UI%%@dirrm share/gnome/help/gda-browser/gl/figures +%%UI%%@dirrm share/gnome/help/gda-browser/gl %%UI%%@dirrm share/gnome/help/gda-browser/es/figures %%UI%%@dirrm share/gnome/help/gda-browser/es +%%UI%%@dirrm share/gnome/help/gda-browser/el/figures +%%UI%%@dirrm share/gnome/help/gda-browser/el %%UI%%@dirrm share/gnome/help/gda-browser/de/figures %%UI%%@dirrm share/gnome/help/gda-browser/de %%UI%%@dirrm share/gnome/help/gda-browser/C/figures %%UI%%@dirrm share/gnome/help/gda-browser/C %%UI%%@dirrm share/gnome/help/gda-browser -@dirrm share/libgda-%%VERSION%%/dtd -%%UI%%@dirrm share/libgda-%%VERSION%%/demo -@dirrm share/libgda-%%VERSION%%/ +%%UI%%@dirrm share/doc/gda-browser +@dirrm share/doc/libgda-%%VERSION%% %%UI%%@dirrmtry share/applications @dirrm lib/libgda-%%VERSION%%/providers %%UI%%@dirrm lib/libgda-%%VERSION%%/plugins @@ -526,8 +1081,6 @@ @dirrm include/libgda-%%VERSION%%/libgda @dirrm include/libgda-%%VERSION%% @dirrmtry etc/libgda-%%VERSION%% -@dirrm bin/gda_trml2pdf -@dirrm bin/gda_trml2html @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/rw/LC_MESSAGES Index: databases/libgda4-bdb/Makefile =================================================================== --- databases/libgda4-bdb/Makefile (revision 314608) +++ databases/libgda4-bdb/Makefile (working copy) @@ -1,13 +1,9 @@ -# New ports collection makefile for: libgda4-bdb -# Date created: 28 February 2009 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# -PORTREVISION?= 1 +PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX?= -bdb +PKGNAMESUFFIX= 4-bdb MAINTAINER= gnome@FreeBSD.org COMMENT= Provides Berkeley DB backend for the libgda4 library Index: databases/libgda4-jdbc/Makefile =================================================================== --- databases/libgda4-jdbc/Makefile (revision 314608) +++ databases/libgda4-jdbc/Makefile (working copy) @@ -1,16 +1,12 @@ -# New ports collection makefile for: libgda4-java -# Date created: 10 Mar 2009 -# Whom: Koop Mast -# +# Created by: Koop Mast # $FreeBSD$ -# -PORTREVISION?= 1 +PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX?= -jdbc +PKGNAMESUFFIX= 4-jdbc MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides Berkeley DB backend for the libgda4 library +COMMENT= Provides Java database Connector backend for the libgda4 library MASTERDIR= ${.CURDIR}/../libgda4 BUILD_WRKSRC= ${WRKSRC}/providers/jdbc Index: databases/libgda4-ldap/Makefile =================================================================== --- databases/libgda4-ldap/Makefile (revision 0) +++ databases/libgda4-ldap/Makefile (working copy) @@ -0,0 +1,19 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ +# $MCom: ports/databases/libgda4-ldap/Makefile,v 1.3 2011/10/15 15:18:35 kwm Exp $ + +PORTREVISION= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX= 4-ldap + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides ldap access for the libgda4 library + +MASTERDIR= ${.CURDIR}/../libgda4 +BUILD_WRKSRC= ${WRKSRC}/providers/ldap/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA4_SLAVE= ldap + +.include "${MASTERDIR}/Makefile" Index: databases/libgda4-ldap/pkg-plist =================================================================== --- databases/libgda4-ldap/pkg-plist (revision 0) +++ databases/libgda4-ldap/pkg-plist (working copy) @@ -0,0 +1,6 @@ +lib/libgda-%%VERSION%%/providers/libgda-ldap.a +lib/libgda-%%VERSION%%/providers/libgda-ldap.la +lib/libgda-%%VERSION%%/providers/libgda-ldap.so +libdata/pkgconfig/libgda-ldap-%%VERSION%%.pc +share/libgda-%%VERSION%%/ldap_specs_auth.xml +share/libgda-%%VERSION%%/ldap_specs_dsn.xml Index: databases/libgda4-mdb/Makefile =================================================================== --- databases/libgda4-mdb/Makefile (revision 314608) +++ databases/libgda4-mdb/Makefile (working copy) @@ -1,14 +1,10 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/databases/libgda4-mdb/Makefile,v 1.1 2008/08/18 23:53:35 kwm Exp $ -# +# $MCom: ports/databases/libgda4-mdb/Makefile,v 1.5 2012/03/13 01:34:31 mezz Exp $ -PORTREVISION?= 1 +PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX?= -mdb +PKGNAMESUFFIX= 4-mdb MAINTAINER= gnome@FreeBSD.org COMMENT= Provides mdb backend for the libgda4 library Index: databases/libgda4-mysql/Makefile =================================================================== --- databases/libgda4-mysql/Makefile (revision 314608) +++ databases/libgda4-mysql/Makefile (working copy) @@ -1,14 +1,10 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $ -# +# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.7 2011/10/15 15:18:36 kwm Exp $ -PORTREVISION?= 2 +PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX?= -mysql +PKGNAMESUFFIX= 4-mysql MAINTAINER= gnome@FreeBSD.org COMMENT= Provides MySQL backend for the libgda4 library Index: databases/libgda4-postgresql/Makefile =================================================================== --- databases/libgda4-postgresql/Makefile (revision 314608) +++ databases/libgda4-postgresql/Makefile (working copy) @@ -1,17 +1,13 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $ -# +# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.7 2012/03/13 01:34:31 mezz Exp $ -PORTREVISION?= 1 +PORTREVISION= 0 CATEGORIES= databases gnome -PKGNAMESUFFIX?= -postgresql +PKGNAMESUFFIX= 4-postgresql MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides postgresql access for the libgda4 library +COMMENT= Provides PostgreSQL access for the libgda4 library MASTERDIR= ${.CURDIR}/../libgda4 BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ Index: databases/libgda4-reference/Makefile =================================================================== --- databases/libgda4-reference/Makefile (revision 314608) +++ databases/libgda4-reference/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgda3-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# $MCOM$ PORTREVISION= 0 Index: deskutils/conduit/Makefile =================================================================== --- deskutils/conduit/Makefile (revision 314608) +++ deskutils/conduit/Makefile (working copy) @@ -1,6 +1,7 @@ # Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/deskutils/conduit/Makefile,v 1.7 2008/03/18 14:53:42 ahze Exp $ + PORTNAME= conduit PORTVERSION= 0.3.17 PORTREVISION= 6 @@ -32,17 +33,20 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= pygnome2 gnomeprefix -OPTIONS= NAUTILUS "Enable Nautilus Plugin" On \ - EOG "Enable Eye-Of-Gnome Plugin" On -.include +OPTIONS_DEFINE= NAUTILUS EOG +OPTIONS_DEFAULT=NAUTILUS EOG +NAUTILUS_DESC= Build Nautilus Plugin +EOG_DESC= Build Eye-Of-Gnome Plugin -.if defined(WITH_NAUTILUS) +.include + +.if ${PORT_OPTIONS:MNAUTILUS} USE_GNOME+= nautilus2 CONFIGURE_ARGS+= --enable-nautilus-extension .endif -.if defined(WITH_EOG) +.if ${PORT_OPTIONS:MEOG} BUILD_DEPENDS+= eog:${PORTSDIR}/graphics/eog RUN_DEPENDS+= eog:${PORTSDIR}/graphics/eog CONFIGURE_ARGS+= --enable-eog-plugin @@ -55,4 +59,4 @@ -e 's|/usr/bin/python|${LOCALBASE}/bin/python|' \ -e 's|/usr/lib/firefox*|${LOCALBASE}/lib/firefox|' -.include +.include Index: deskutils/deskbar-applet/Makefile =================================================================== --- deskutils/deskbar-applet/Makefile (revision 314608) +++ deskutils/deskbar-applet/Makefile (working copy) @@ -17,7 +17,8 @@ USE_BZIP2= yes USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack pygnomedesktop intlhack +USES= pathfix +USE_GNOME= gnomeprefix pygnomedesktop intlhack USE_PYTHON= yes USE_GMAKE= yes USE_DISPLAY= yes @@ -29,17 +30,13 @@ GCONF_SCHEMAS= deskbar-applet.schemas -OPTIONS= EVO "Enable evolution support" on +OPTIONS_DEFINE= EVO +OPTIONS_DEFAULT=EVO +EVO_DESC= Enable evolution support -.include +.include -.if ${PYTHON_REL} < 260 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson -.endif - -_OSRELEASE!= ${UNAME} -r - -.if !defined(WITHOUT_EVO) +.if ${PORT_OPTIONS:MEVO} USE_GNOME+= evolutiondataserver PLIST_SUB+= EVO="" .else @@ -47,6 +44,10 @@ PLIST_SUB+= EVO="@comment " .endif +.include + +_OSRELEASE!= ${UNAME} -r + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' \ Index: deskutils/nautilus-sendto/Makefile =================================================================== --- deskutils/nautilus-sendto/Makefile (revision 314608) +++ deskutils/nautilus-sendto/Makefile (working copy) @@ -1,7 +1,4 @@ -# New ports collection makefile for: nautilus-sendto -# Date created: 2004-12-03 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.30 2010/09/30 06:21:18 kwm Exp $ @@ -19,37 +16,37 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= intlhack gnomeprefix nautilus2 gnomehack \ - evolutiondataserver -GNOME_DESKTOP_VERSION=2 +USES= pathfix +USE_GNOME= intlhack gnomeprefix nautilus2 gnomehack evolutiondataserver USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-plugins="${SENDTO_PLUGINS}" -OPTIONS= PIDGIN "Build pidgin sendto plugin" off \ - UPNP "Build upnp sendto plugin" off +OPTIONS_DEFINE= PIDGIN UPNP +PIDGIN_DESC= Build pidgin sendto plugin +UPNP_DESC= Build upnp sendto plugin # check configure script for allowed_plugins="..." for new plugins SENDTO_PLUGINS= evolution gajim nautilus-burn removable-devices -.include +.include -.if defined(WITH_PIDGIN) +.if ${PORT_OPTIONS:MPIDGIN} SENDTO_PLUGINS:=${SENDTO_PLUGINS} pidgin -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin PLIST_SUB+= PIDGIN="" .else PLIST_SUB+= PIDGIN="@comment " .endif -.if defined(WITH_UPNP) +.if ${PORT_OPTIONS:MUPNP} SENDTO_PLUGINS:=${SENDTO_PLUGINS} upnp -LIB_DEPENDS+= gupnp-1.0:${PORTSDIR}/net/gupnp +LIB_DEPENDS+= gupnp-1:${PORTSDIR}/net/gupnp PLIST_SUB+= UPNP="" .else PLIST_SUB+= UPNP="@comment " .endif -.include +.include Index: deskutils/planner/Makefile =================================================================== --- deskutils/planner/Makefile (revision 314608) +++ deskutils/planner/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: Planner -# Date created: 15 July 2001 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ # $MCom: ports-stable/deskutils/planner/Makefile,v 1.4 2009/04/16 00:34:24 kwm Exp $ -# PORTNAME= planner PORTVERSION= 0.14.6 @@ -18,7 +14,8 @@ USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \ +USES= pathfix +USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui \ libgsf desktopfileutils WANT_GNOME= yes USE_GETTEXT= yes @@ -36,13 +33,13 @@ MAN1= planner.1 -OPTIONS= GDA "Enable database support (though libgda)" off +OPTIONS_DEFINE= GDA +GDA_DESC= Enable database support (though libgda) # EVO "Enable evolution data server support" off -.include +.include - -.if defined(WITH_GDA) +.if ${PORT_OPTIONS:MGDA} USE_GNOME+= libgda3 CONFIGURE_ARGS+=--with-database=gda3 PLIST_SUB+= GDA="" @@ -50,15 +47,7 @@ PLIST_SUB+= GDA="@comment " .endif -#.if defined(WITH_EVO) -#USE_GNOME+= evolutiondataserver -#CONFIGURE_ARGS+=--enable-eds --enable-eds-backend -#PLIST_SUB+= EVO="" -#.else -PLIST_SUB+= EVO="@comment " -#.endif - post-install: @-update-desktop-database -.include +.include Index: devel/anjuta/Makefile =================================================================== --- devel/anjuta/Makefile (revision 314608) +++ devel/anjuta/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: anjuta -# Date created: 31 March 2001 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# $MCom: ports/devel/anjuta/Makefile,v 1.67 2010/11/13 08:07:29 kwm Exp $ -# +# $MCom: ports/devel/anjuta/Makefile,v 1.72 2012/12/13 20:33:05 kwm Exp $ PORTNAME= anjuta PORTVERSION= 2.32.1.1 @@ -19,10 +15,10 @@ BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ bash:${PORTSDIR}/shells/bash \ p5-Locale-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ - gladeui-1.10:${PORTSDIR}/devel/glade3 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - gdl-1.3:${PORTSDIR}/x11-toolkits/gdl +LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ + gladeui-1:${PORTSDIR}/devel/glade3 \ + unique-1.0:${PORTSDIR}/x11-toolkits/unique \ + gdl-1:${PORTSDIR}/x11-toolkits/gdl RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ autogen:${PORTSDIR}/devel/autogen \ ${LOCALBASE}/share/autotools:${PORTSDIR}/devel/autotools \ @@ -32,6 +28,8 @@ gdb66:${PORTSDIR}/devel/gdb66 \ yelp:${PORTSDIR}/x11/yelp +CONFLICTS= anjuta-3.[0-9]* + USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes @@ -62,16 +60,17 @@ MAN1= anjuta.1 anjuta-launcher.1 -OPTIONS= SVN "Build subversion plugin" off \ - DEVHELP "Build devhelp plugin" on \ - GRAPHVIZ "Build inheritance plugin" on +OPTIONS_DEFINE= SVN DEVHELP GRAPHVIZ +OPTIONS_DEFAULT=DEVHELP GRAPHVIZ +DEVHELP_DESC= Devhelp support +GRAPHVIZ_DESC= inheritance plugin -.include +.include -.if defined(WITH_SVN) +.if ${PORT_OPTIONS:MSVN} BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion -LIB_DEPENDS+= apr-1.4:${PORTSDIR}/devel/apr1 -LIB_DEPENDS+= neon.27:${PORTSDIR}/www/neon29 +LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1 +LIB_DEPENDS+= neon:${PORTSDIR}/www/neon29 RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion PLIST_SUB+= SVN="" .else @@ -79,8 +78,8 @@ PLIST_SUB+= SVN="@comment " .endif -.if defined(WITH_DEVHELP) -LIB_DEPENDS+= devhelp-2.1:${PORTSDIR}/devel/devhelp +.if ${PORT_OPTIONS:MDEVHELP} +LIB_DEPENDS+= devhelp-2:${PORTSDIR}/devel/devhelp PLIST_SUB+= DEVHELP="" .else CONFIGURE_ARGS+=--disable-plugin-devhelp @@ -90,7 +89,7 @@ PLIST_SUB+= DEVHELP="" .endif -.if defined(WITH_GRAPHVIZ) +.if ${PORT_OPTIONS:MGRAPHVIZ} CONFIGURE_ARGS+=--enable-graphviz BUILD_DEPENDS+= neato:${PORTSDIR}/graphics/graphviz RUN_DEPENDS+= neato:${PORTSDIR}/graphics/graphviz @@ -111,7 +110,7 @@ ${WRKSRC}/plugins/symbol-db/symbol-db-prefs.h post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in AUTHORS COPYING ChangeLog FUTURE INSTALL NEWS README \ doc/ScintillaDoc.html TODO @@ -120,4 +119,4 @@ .endif @-update-mime-database ${PREFIX}/share/mime -.include +.include Index: devel/devhelp/Makefile =================================================================== --- devel/devhelp/Makefile (revision 314608) +++ devel/devhelp/Makefile (working copy) @@ -1,13 +1,10 @@ -# New ports collection makefile for: devhelp -# Date created: 29 May 2003 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# $MCom: ports/devel/devhelp/Makefile,v 1.38 2010/09/28 09:09:20 kwm Exp $ +# $MCom: ports/devel/devhelp/Makefile,v 1.45 2012/09/01 23:02:09 mezz Exp $ PORTNAME= devhelp PORTVERSION= 2.32.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -16,40 +13,44 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Developer help browser for GNOME 2 -LIB_DEPENDS= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ + unique-1.0:${PORTSDIR}/x11-toolkits/unique +CONFLICTS= devhelp-3.[0-9]* + USE_BZIP2= yes USE_XORG= x11 USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck +USES= pathfix +USE_GNOME= intlhack gnomeprefix libgnomeui libwnck USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes GCONF_SCHEMAS= devhelp.schemas -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include +LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -OPTIONS= GEDIT "Enable GEdit plug-in support" off +OPTIONS_DEFINE= GEDIT +GEDIT_DESC= Enable GEdit plug-in support -.include +.include -.if defined(WITH_GEDIT) -BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit +.if ${PORT_OPTIONS:MGEDIT} +BUILD_DEPENDS+= gedit<3.0.0:${PORTSDIR}/editors/gedit +RUN_DEPENDS+= gedit<3.0.0:${PORTSDIR}/editors/gedit PLIST_SUB+= GEDIT="" .else PLIST_SUB+= GEDIT="@comment " .endif post-patch: -.if defined(WITHOUT_GEDIT) +.if ! ${PORT_OPTIONS:MGEDIT} @${REINPLACE_CMD} -e 's|gedit-plugin||' \ ${WRKSRC}/misc/Makefile.in @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_SINGLE_INCLUDES||g' \ ${WRKSRC}/src/Makefile.in .endif -.include +.include Index: devel/gconf2/Makefile =================================================================== --- devel/gconf2/Makefile (revision 314608) +++ devel/gconf2/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gconf2 -# Date created: 28th June 2000 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ # $MCom: ports/devel/gconf2/Makefile,v 1.124 2010/11/15 22:14:03 kwm Exp $ -# PORTNAME= gconf2 PORTVERSION= 2.32.0 @@ -25,12 +21,13 @@ .if !defined(REFERENCE_PORT) -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + polkit-gobject-1:${PORTSDIR}/sysutils/polkit USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 ltverhack \ +USES= pathfix +USE_GNOME= gnomehier orbit2 gtk20 libxml2 ltverhack \ referencehack intlhack dconf USE_LDCONFIG= yes USE_AUTOTOOLS= libtool @@ -43,11 +40,11 @@ MAN1= gconftool-2.1 gsettings-data-convert.1 \ gsettings-schema-convert.1 -OPTIONS= LDAP "Enable LDAP support" off +OPTIONS_DEFINE= LDAP -.include +.include -.if defined(WITH_LDAP) +.if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes CONFIGURE_ARGS+=--with-openldap PLIST_SUB+= LDAP="" @@ -59,6 +56,6 @@ post-install: -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules -.include +.include .endif Index: devel/glade2/Makefile =================================================================== --- devel/glade2/Makefile (revision 314608) +++ devel/glade2/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: glade2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/devel/glade2/Makefile,v 1.20 2007/08/04 03:51:29 marcus Exp $ -# PORTNAME= glade PORTVERSION= 2.12.2 @@ -23,28 +19,25 @@ USE_GETTEXT= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gtk20 desktopfileutils +USES= pathfix +USE_GNOME= gnomeprefix intlhack gtk20 desktopfileutils USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS= GNOME "Enable gnome support" on #\ -# GNOMEDB "Enable libgnomedb support" off +OPTIONS_DEFINE= GNOME +OPTIONS_DEFAULT=GNOME +GNOME_DESC= Gnome support -.include +.include -.if defined(WITHOUT_GNOME) -CONFIGURE_ARGS+= --disable-gnome -.else +.if ${PORT_OPTIONS:MGNOME} USE_GNOME+= libgailgnome libgnomeui CONFIGURE_ARGS+= --enable-gnome +.else +CONFIGURE_ARGS+= --disable-gnome .endif -#.if defined(WITH_GNOMEDB) -#USE_GNOME+= libgnomedb -#CONFIGURE_ARGS+= --enable-gnome-db -#.else CONFIGURE_ARGS+= --disable-gnome-db -#.endif -.include +.include Index: devel/gnome-vfs/Makefile =================================================================== --- devel/gnome-vfs/Makefile (revision 314608) +++ devel/gnome-vfs/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ # $MCom: ports/devel/gnome-vfs/Makefile,v 1.191 2010/09/29 12:30:29 kwm Exp $ -# PORTNAME= gnome-vfs PORTVERSION= 2.24.4 @@ -24,7 +20,8 @@ USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ +USES= pathfix +USE_GNOME= gnomeprefix intlhack gnomemimedata gconf2 \ ltverhack referencehack USE_AUTOTOOLS= libtool USE_OPENSSL= yes @@ -44,11 +41,12 @@ desktop_gnome_url_handlers.schemas system_dns_sd.schemas \ system_http_proxy.schemas system_smb.schemas -OPTIONS= SAMBA "Enable SMB volume support" on \ - MDNS "Enable Bonjour/Rendezvous support" on \ - HAL "Enable HAL support" on +OPTIONS_DEFINE= SAMBA MDNS HAL +OPTIONS_DEFAULT=SAMBA MDNS HAL +SAMBA_DESC= Enable SMB volume support +MDNS_DESC= Enable Bonjour/Rendezvous support -.include +.include .if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM) USE_FAM= yes @@ -58,22 +56,22 @@ LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal .endif -.if !defined(WITHOUT_HAL) +.if ${PORT_OPTIONS:MHAL} CONFIGURE_ARGS+=--enable-hal -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal +LIB_DEPENDS+= hal:${PORTSDIR}/sysutils/hal .else CONFIGURE_ARGS+=--disable-hal .endif -.if !defined(WITHOUT_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient +.if ${PORT_OPTIONS:MSAMBA} +LIB_DEPENDS+= smbclient:${PORTSDIR}/net/samba-libsmbclient PLIST_SUB+= SAMBA="" .else PLIST_SUB+= SAMBA="@comment " CONFIGURE_ARGS+=--disable-samba .endif -.if !defined(WITHOUT_MDNS) +.if ${PORT_OPTIONS:MMDNS} LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app .else CONFIGURE_ARGS+=--disable-avahi @@ -103,6 +101,6 @@ post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include +.include .endif Index: devel/libglade2/Makefile =================================================================== --- devel/libglade2/Makefile (revision 314608) +++ devel/libglade2/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: libglade2 -# Date created: 18 August 1999 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ # $MCom: ports/devel/libglade2/Makefile,v 1.26 2007/08/01 16:13:48 mezz Exp $ -# PORTNAME= libglade2 PORTVERSION= 2.6.4 @@ -26,7 +22,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack libxml2 gtk20 referencehack +USES= pathfix +USE_GNOME= libxml2 gtk20 referencehack USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc \ @@ -37,11 +34,12 @@ PLIST_SUB= XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \ CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports" -OPTIONS= PYTHON "Use Python" on +OPTIONS_DEFINE= PYTHON +OPTIONS_DEFAULT=PYTHON .include -.if !defined(WITHOUT_PYTHON) +.if ${PORT_OPTIONS:MPYTHON USE_PYTHON= yes PLIST_SUB+= PYTHON="" Index: devel/ptlib26/Makefile =================================================================== --- devel/ptlib26/Makefile (revision 314608) +++ devel/ptlib26/Makefile (working copy) @@ -13,7 +13,7 @@ LICENSE=MPL -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 CONFLICTS= pwlib-1.* ptlib-2.4.* ptlib-2.8.* @@ -29,43 +29,40 @@ CONFIGURE_ARGS+= --enable-oss --enable-plugins --with-expat-dir="${LOCALBASE}" CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" -OPTIONS= ODBC "Use ODBC" Off \ - ALSA "Use ALSA (experimental)" Off \ - V4L "Use Video4Linux" Off \ - BSDVIDEO "Enable BSD video support" On \ - SDL "Use SDL" On \ - LDAP "Enable LDAP support" Off +OPTIONS_DEFINE= ODBC ALSA V4L BSDVIDEO SDL LDAP +OPTIONS_DEFAULT=BSDVIDEO SDL +BSDVIDEO_DESC= BSD video support -.include +.include PLIST_SUB+= PORTVERSION=${PORTVERSION} \ PVERSION_MAJOR=${PORTVERSION:C/.[0-9]+$//g} \ PVERSION_MINOR=${PORTVERSION:C/^[0-9]+.[0-9]+.//} -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} ALL_TARGET= optshared debugshared BROKEN= debug libs install broken .else ALL_TARGET= optshared .endif -.if defined(WITH_ODBC) +.if ${PORT_OPTIONS:MODBC} CONFIGURE_ARGS+= --enable-odbc -LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC .else CONFIGURE_ARGS+= --disable-odbc .endif -.if defined(WITH_ALSA) +.if ${PORT_OPTIONS:MALSA} CONFIGURE_ARGS+= --enable-alsa PLIST_SUB+= ALSA="" -LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib +LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib .else CONFIGURE_ARGS+= --disable-alsa PLIST_SUB+= ALSA="@comment " .endif -.if defined(WITH_BSDVIDEO) +.if ${PORT_OPTIONS:MBSDVIDEO} CONFIGURE_ARGS+=--enable-bsdvideo PLIST_SUB+= BSDVIDEO="" WITH_VIDEO=1 @@ -74,7 +71,7 @@ PLIST_SUB+= BSDVIDEO="@comment " .endif -.if defined(WITH_V4L) +.if ${PORT_OPTIONS:MV4L} CONFIGURE_ARGS+=--enable-v4l --enable-v4l2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -87,7 +84,7 @@ PLIST_SUB+= V4L="@comment " .endif -.if defined(WITH_VIDEO) +.if ${PORT_OPTIONS:MVIDEO} CONFIGURE_ARGS+= --enable-video PLIST_SUB+= VIDEODIR="" .else @@ -95,13 +92,13 @@ PLIST_SUB+= VIDEODIR="@comment " .endif -.if defined(WITH_SDL) +.if ${PORT_OPTIONS:MSDL} USE_SDL+= sdl .else CONFIGURE_ARGS+= --disable-sdl .endif -.if defined(WITH_LDAP) +.if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes CONFIGURE_ARGS+= --enable-openldap --with-ldap-dir="${LOCALBASE}" .else @@ -136,6 +133,8 @@ #PLIST_SUB+= DC1394="@comment " #.endif +.include + post-patch: @${REINPLACE_CMD} -e 's|-lpt|-lpt-${PORTVERSION:C/.[0-9]+$//g}|' ${WRKSRC}/ptlib.pc.in @${REINPLACE_CMD} -e 's|-lasound|-lasound -L${LOCALBASE}/lib|' ${WRKSRC}/plugins/sound_alsa/Makefile Index: editors/abiword/Makefile =================================================================== --- editors/abiword/Makefile (revision 314608) +++ editors/abiword/Makefile (working copy) @@ -13,19 +13,20 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An open-source, cross-platform WYSIWYG word processor -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ +LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ png15:${PORTSDIR}/graphics/png \ wv-1.2:${PORTSDIR}/textproc/wv \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - fribidi.3:${PORTSDIR}/converters/fribidi \ - psiconv.10:${PORTSDIR}/converters/psiconv \ - goffice-0.8.8:${PORTSDIR}/devel/goffice + jpeg:${PORTSDIR}/graphics/jpeg \ + fribidi:${PORTSDIR}/converters/fribidi \ + psiconv:${PORTSDIR}/converters/psiconv \ + goffice-0.8:${PORTSDIR}/devel/goffice RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu USE_GMAKE= yes USE_ICONV= yes USE_GETTEXT= yes -USE_GNOME= gnomehack libxml2 gtk20 desktopfileutils librsvg2 +USES= pathfix +USE_GNOME= libxml2 gtk20 desktopfileutils librsvg2 WANT_GNOME= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -40,27 +41,27 @@ MAN1= abiword.1 -OPTIONS= DEBUG "Enable debug" off \ - BOOST "Build with boost" on \ - SPELLCHECK "Enable spell checking support" on \ - CLIPART "Install clipart" on \ - TEMPLATES "Install additional templates" on +OPTIONS_DEFINE= DEBUG BOOST SPELLCHECK CLIPART TEMPLATES +OPTIONS_DEFAULT=BOOST SPELLCHECK CLIPART TEMPLATES +SPELLCHECK_DESC= Spell checking support +CLIPART_DESC= Install clipart +TEMPLATES_DESC= Install additional templates -.include +.include -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --enable-debug --enable-symbols .endif -.if defined(WITH_BOOST) +.if ${PORT_OPTIONS:MBOOST} CONFIGURE_ARGS+= --with-boost LIB_DEPENDS+= boost_system:${PORTSDIR}/devel/boost-libs .else CONFIGURE_ARGS+= --without-boost .endif -.if defined(WITH_SPELLCHECK) -LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant +.if ${PORT_OPTIONS:MSPELLCHECK} +LIB_DEPENDS+= enchant:${PORTSDIR}/textproc/enchant CONFIGURE_ARGS+= --enable-spell PLIST_SUB+= DICT="" .else @@ -68,7 +69,7 @@ PLIST_SUB+= DICT="@comment " .endif -.if defined(WITH_TEMPLATES) +.if ${PORT_OPTIONS:MTEMPLATES} CONFIGURE_ARGS+= --enable-templates PLIST_SUB+= TEMPLATES="" .else @@ -76,7 +77,7 @@ PLIST_SUB+= TEMPLATES="@comment " .endif -.if defined(WITH_CLIPART) +.if ${PORT_OPTIONS:MCLIPART} CONFIGURE_ARGS+= --enable-clipart PLIST_SUB+= CLIPART="" .else @@ -93,4 +94,4 @@ @${MKDIR} ${PREFIX}/lib/${PORTNAME}-${ABIVERSION}/plugins @-update-desktop-database -.include +.include Index: editors/gedit-plugins/Makefile =================================================================== --- editors/gedit-plugins/Makefile (revision 314608) +++ editors/gedit-plugins/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gedit-plugins -# Date created: 19 September 2003 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ # $MCom: ports/editors/gedit-plugins/Makefile,v 1.48 2010/10/29 14:47:24 kwm Exp $ -# PORTNAME= gedit-plugins PORTVERSION= 2.32.0 @@ -21,12 +17,15 @@ RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit \ gucharmap:${PORTSDIR}/deskutils/gucharmap +CONFLICTS= gedit-plugins-3.[0-9]* + USE_LDCONFIG= yes USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack gnomeprefix intlhack gnomevfs2 +USES= pathfix +USE_GNOME= gnomeprefix intlhack gnomevfs2 WANT_GNOME= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -34,18 +33,12 @@ GCONF_SCHEMAS= gedit-show-tabbar-plugin.schemas \ gedit-drawspaces.schemas -OPTIONS= PYTHON "Build plugins that depend on python" off +OPTIONS_DEFINE= PYTHON -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif +.include -.include - -.if ${HAVE_GNOME:Mpygtksourceview}!="" && ${ARCH}!="sparc64" || defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" USE_GNOME+= pygtksourceview BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \ @@ -64,4 +57,4 @@ @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \ ${WRKSRC}/configure -.include +.include Index: graphics/evince/Makefile =================================================================== --- graphics/evince/Makefile (revision 314608) +++ graphics/evince/Makefile (working copy) @@ -1,14 +1,10 @@ -# New ports collection makefile for: evince -# Date created: 09 January 2005 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.147 2010/09/28 07:27:12 kwm Exp $ -# +# $MCom: ports/graphics/evince/Makefile,v 1.159 2012/09/01 23:02:10 mezz Exp $ PORTNAME= evince PORTVERSION= 2.32.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,11 +13,14 @@ COMMENT= GNOME 2 multi-format document viewer BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib \ - spectre.1:${PORTSDIR}/print/libspectre +LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + spectre:${PORTSDIR}/print/libspectre RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ yelp:${PORTSDIR}/x11/yelp +CONFLICTS= evince-3.[0-9]* + USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool @@ -29,7 +28,8 @@ USE_GETTEXT= yes USE_GMAKE= yes INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix desktopfileutils \ +USES= pathfix +USE_GNOME= intlhack gnomeprefix desktopfileutils \ gnomedocutils ltasneededhack gconf2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -43,46 +43,47 @@ MAN1= evince.1 -OPTIONS= DVI "Enable DVI viewer support" off \ - T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ - NAUTILUS "Enable Nautilus plugin" on \ - KEYRING "Enable Gnome-Keyring without Nautilus" on \ - DBUS "Enable D-BUS support" on \ - COMICS "Enable comic book archives support" on \ - IMPRESS "Enable Impress presentations support" off \ - DJVU "Enable DJVU support" off +OPTIONS_DEFINE= DVI T1LIB NAUTILUS KEYRING COMICS IMPRESS DJVU +OPTIONS_DEFAULT=NAUTILUS KEYRING COMICS +DVI_DESC= DVI viewer support +T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI) +NAUTILUS_DESC= Nautilus plugin +KEYRING_DESC= Gnome-Keyring without Nautilus +COMICS_DESC= Comic book archives support +IMPRESS_DESC= Impress presentations support +DJVU_DESC= DJVU support -.include +.include -.if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libdbus-glib-1.so) -WITH_DBUS= yes -.endif - -.if defined(WITH_DVI) || defined(WITH_T1LIB) || exists(${LOCALBASE}/lib/libkpathsea.a) +.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base CONFIGURE_ARGS+= --enable-dvi GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas PLIST_SUB+= DVI="" + . if defined(WITH_T1LIB) -LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib - +LIB_DEPENDS+= t1:${PORTSDIR}/devel/t1lib CONFIGURE_ARGS+= --enable-t1lib +. else +CONFIGURE_ARGS+= --disable-t1lib . endif + .else +CONFIGURE_ARGS+= --disable-dvi PLIST_SUB+= DVI="@comment " .endif -.if !defined(WITHOUT_NAUTILUS) +.if ${PORT_OPTIONS:MNAUTILUS} USE_GNOME+= nautilus2 CONFIGURE_ARGS+= --enable-nautilus PLIST_SUB+= NAUTILUS="" .else BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -.if !defined(WITHOUT_KEYRING) -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +.if ${PORT_OPTIONS:MKEYRING} +LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/libgnome-keyring .else CONFIGURE_ARGS+= --without-keyring .endif @@ -90,7 +91,7 @@ PLIST_SUB+= NAUTILUS="@comment " .endif -.if defined(WITH_IMPRESS) +.if ${PORT_OPTIONS:MIMPRESS} CONFIGURE_ARGS+= --enable-impress PLIST_SUB+= IMPRESS="" .else @@ -98,7 +99,7 @@ PLIST_SUB+= IMPRESS="@comment " .endif -.if defined(WITH_DJVU) +.if ${PORT_OPTIONS:MDJVU} LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre CONFIGURE_ARGS+= --enable-djvu GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas @@ -108,11 +109,7 @@ PLIST_SUB+= DJVU="@comment " .endif -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -.endif - -.if !defined(WITHOUT_COMICS) +.if ${PORT_OPTIONS:MCOMICS} RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip CONFIGURE_ARGS+= --enable-comics GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas @@ -133,4 +130,4 @@ post-install: @-update-desktop-database -.include +.include Index: mail/balsa/Makefile =================================================================== --- mail/balsa/Makefile (revision 314608) +++ mail/balsa/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: balsa -# Date created: 02 December 1998 -# Whom: Glenn Johnson -# +# Created by: Glenn Johnson # $FreeBSD$ # $MCom: ports-stable/mail/balsa/Makefile,v 1.3 2007/12/02 19:18:50 marcus Exp $ -# PORTNAME= balsa PORTVERSION= 2.4.8 @@ -16,12 +12,12 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A mail reader for the GNOME 2 desktop -LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ - pcre.3:${PORTSDIR}/devel/pcre \ - esmtp.7:${PORTSDIR}/mail/libesmtp \ - gmime-2.4.6:${PORTSDIR}/mail/gmime24 \ +LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell \ + pcre:${PORTSDIR}/devel/pcre \ + esmtp:${PORTSDIR}/mail/libesmtp \ + gmime-2.4:${PORTSDIR}/mail/gmime24 \ gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra + canberra-gtk:${PORTSDIR}/audio/libcanberra USE_GMAKE= yes USE_BZIP2= yes @@ -29,7 +25,8 @@ INSTALLS_ICONS= yes USE_PERL5= yes USE_OPENSSL= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gtkhtml3 \ +USES= pathfix +USE_GNOME= gnomeprefix intlhack libgnomeui gtkhtml3 \ libgnomeprintui USE_GETTEXT= yes USE_AUTOTOOLS= libltdl @@ -45,36 +42,36 @@ MAN1= balsa.1 -OPTIONS= LDAP "Enable LDAP support" on \ - GTKSPELL "Spell checking support" on \ - GTKSV "Enable GtkSourceview support" on \ - NOTIFY "Enable libnotify support" on \ - GPG "Enable GnuPG support" off +OPTIONS_DEFINE= LDAP GTKSPELL GTKSV NOTIFY GPG +OPTIONS_DEFAULT=LDAP GTKSPELL GTKSV NOTIFY +GTKSPELL_DESC= Spell checking support +GTKSV_DESC= GtkSourceview support +GPG_DESC= GnuPG support -.include +.include -.if defined(WITH_GPG) -LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme +.if ${PORT_OPTIONS:MGPG} +LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config .endif -.if !defined(WITHOUT_LDAP) +.if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap .endif -.if !defined(WITHOUT_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell +.if ${PORT_OPTIONS:MGTKSPELL} +LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+=--with-gtkspell .endif -.if !defined(WITHOUT_GTKSV) +.if ${PORT_OPTIONS:MGTKSV} USE_GNOME+= gtksourceview2 CONFIGURE_ARGS+=--with-gtksourceview=2 .endif -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify +.if ${PORT_OPTIONS:MNOTIFY} +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--with-libnotify=yes .else CONFIGURE_ARGS+=--with-libnotify=no @@ -96,4 +93,4 @@ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED_SOURCE||g ; s|-D.*_DISABLE_DEPRECATED||g' -.include +.include Index: mail/evolution/Makefile =================================================================== --- mail/evolution/Makefile (revision 314608) +++ mail/evolution/Makefile (working copy) @@ -52,20 +52,21 @@ PLIST_SUB= VERSION=${EVO_VERSION} \ PORTVERSION=2.12 -OPTIONS= LDAP "Enable LDAP support" on \ - CANBERRA "Enable canberra plugin" on \ - SPAMASSASSIN "Enable SpamAssassin spam filtering" off +OPTIONS_DEFINE= LDAP CANBERRA SPAMASSASSIN +OPTIONS_DEFAULT=LDAP CANBERRA +CANBERRA_DESC= Canberra theme audio plugin +SPAMASSASSIN_DESC= SpamAssassin spam filtering -.include +.include -.if !defined(WITHOUT_LDAP) +.if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes CONFIGURE_ARGS+=--with-openldap=${LOCALBASE} .else CONFIGURE_ARGS+=--with-openldap=no .endif -.if defined(WITH_SPAMASSASSIN) +.if ${PORT_OPTIONS:MSPAMASSASSIN} RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin .endif @@ -80,8 +81,8 @@ KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` .endif -.if defined(WITH_CANBERRA) -LIB_DEPENDS+= canberra-gtk.0:${PORTSDIR}/audio/libcanberra +.if ${PORT_OPTIONS:MCANBERRA} +LIB_DEPENDS+= canberra-gtk:${PORTSDIR}/audio/libcanberra CONFIGURE_ARGS+=--enable-canberra=yes PLIST_SUB+= CANBERRA="" .else @@ -114,4 +115,4 @@ ${WRKSRC}/plugins/sa-junk-plugin/em-junk-filter.c @${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC} -.include +.include Index: math/gnumeric/Makefile =================================================================== --- math/gnumeric/Makefile (revision 314608) +++ math/gnumeric/Makefile (working copy) @@ -1,15 +1,11 @@ -# New ports collection makefile for: gnumeric -# Date created: 08 October 1998 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ # $MCom: ports-stable/math/gnumeric/Makefile,v 1.5 2010/06/29 11:24:22 kwm Exp $ -# # When updating, remember to update pkg-plist of gchemutils. PORTNAME= gnumeric PORTVERSION= 1.10.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,24 +17,23 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -LIB_DEPENDS= goffice-0.8.8:${PORTSDIR}/devel/goffice \ - psiconv.10:${PORTSDIR}/converters/psiconv +LIB_DEPENDS= goffice-0.8:${PORTSDIR}/devel/goffice \ + psiconv:${PORTSDIR}/converters/psiconv RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_XZ= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier pygtk2 \ - desktopfileutils -WANT_GNOME= yes +USES= pathfix +USE_GNOME= gnomeprefix intlhack gnomehier pygtk2 \ + desktopfileutils libgsf USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes USE_CSTD= gnu89 -WANT_PERL= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gnome --disable-silent-rules +CONFIGURE_ARGS= --with-gnome=no --disable-silent-rules CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ python_prog=${PYTHON_VERSION} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} @@ -52,20 +47,12 @@ PLIST_SUB= VERSION=${PORTVERSION} GOFFICE=0.8.17 -OPTIONS= PERL "Enable Perl as extension language" on -#GNOMEDB "Enable libgnomedb support" off +OPTIONS_DEFINE= PERL +OPTIONS_DEFAULT=PERL -.include +.include -.if ${HAVE_GNOME:Mlibgnomeui}!="" -CONFIGURE_ARGS+=--with-gnome=yes -USE_GNOME+= libgnomeui libgsf_gnome -.else -CONFIGURE_ARGS+=--with-gnome=no -USE_GNOME+= libgsf -.endif - -.if defined(WITH_PERL) +.if ${PORT_OPTIONS:MPERL} USE_PERL5= yes PLIST_SUB+= PERL="" .else @@ -97,4 +84,4 @@ @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric .endfor -.include +.include Index: misc/gnome2-reference/Makefile =================================================================== --- misc/gnome2-reference/Makefile (revision 314608) +++ misc/gnome2-reference/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome2-reference -# Date created: 2006-07-24 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/misc/gnome2-reference/Makefile,v 1.9 2008/08/23 18:22:59 mezz Exp $ -# PORTNAME= gnome2-reference PORTVERSION= 2.20 @@ -56,7 +52,6 @@ x11-toolkits/pango-reference \ x11-toolkits/vte-reference -OPTIONS= # empty NO_BUILD= yes REF_LIST_INC= ${.CURDIR}/Makefile.inc Index: multimedia/totem/Makefile =================================================================== --- multimedia/totem/Makefile (revision 314608) +++ multimedia/totem/Makefile (working copy) @@ -1,5 +1,3 @@ -# New ports collection makefile for: totem -# Date created: 17 Oct 2002 # Whom: Hendrik Scholz # # $FreeBSD$ @@ -24,12 +22,14 @@ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ ${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata +CONFLICTS= totem-3.[0-9]* + USE_PYTHON= yes USE_BZIP2= yes USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils \ - nautilus2 ltverhack pygtk2 -GNOME_DESKTOP_VERSION=2 +USES= pathfix +USE_GNOME= gnomeprefix intlhack desktopfileutils \ + nautilus2 ltverhack pygtk2 gnomehier USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly python gio INSTALLS_ICONS= yes USE_GMAKE= yes @@ -37,9 +37,10 @@ USE_LDCONFIG= yes INSTALLS_OMF= yes PKGMESSAGE= ${WRKDIR}/pkg-message -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lXrandr" \ +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= LIBS="-lXrandr" \ BROWSER_PLUGIN_DIR="${WEBPLUGINS_DIR}" -CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" MAN1= totem.1 totem-video-thumbnailer.1 Index: multimedia/totem-pl-parser/Makefile =================================================================== --- multimedia/totem-pl-parser/Makefile (revision 314608) +++ multimedia/totem-pl-parser/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: totem-pl-parser -# Date created: 2007-12-04 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.45 2011/02/21 19:10:03 kwm Exp $ -# PORTNAME= totem-pl-parser PORTVERSION= 2.32.3 @@ -17,25 +13,27 @@ COMMENT= GObject-based library to parse a host of playlist formats BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= gmime-2.4.6:${PORTSDIR}/mail/gmime24 \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \ + soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix glib20 libxml2 intlhack ltverhack +USES= pathfix +USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS= QUVI "Enable flash media stream URL support" off +OPTIONS_DEFINE= QUVI +QUVI_DESC= Enable flash media stream URL support .include -.if defined(WITH_QUVI) -LIB_DEPENDS+= quvi.7:${PORTSDIR}/multimedia/libquvi +.if ${PORT_OPTIONS:MQUVI} +LIB_DEPENDS+= quvi:${PORTSDIR}/multimedia/libquvi CONFIGURE_ARGS+=--enable-enable-quvi .else CONFIGURE_ARGS+=--enable-enable-quvi=no Index: net/avahi/Makefile =================================================================== --- net/avahi/Makefile (revision 314608) +++ net/avahi/Makefile (working copy) @@ -1,14 +1,10 @@ -# New ports collection makefile for: avahi -# Date created: 18 November 2005 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/net/avahi/Makefile,v 1.30 2011/03/13 17:23:19 kwm Exp $ -# PORTNAME= avahi PORTVERSION= 0.6.29 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net dns MASTER_SITES= # empty DISTFILES= # empty @@ -20,46 +16,45 @@ RUN_DEPENDS= avahi-resolve:${PORTSDIR}/net/avahi-app \ avahi-app>=0.6.20_2:${PORTSDIR}/net/avahi-app -OPTIONS= AUTOIPD "IPv4LL network address configuration daemon" off \ - GTK "Gtk+ tools and bindings" off \ - LIBDNS "Apple's mDNSResponder compatibility library" off \ - MONO "Mono bindings" off \ - QT3 "Qt 3 bindings" off \ - QT4 "Qt 4 bindings" off \ - PYTHON "Python bindings and tools" off +OPTIONS_DEFINE= AUTOIPD GTK LIBDNS MONO QT3 QT4 PYTHON +OPTIONS_DEFAULT=AUTOIPD GTK LIBDNS +AUTOIPD_DESC= IPv4LL network address configuration daemon +GTK_DESC= Gtk+ tools and bindings +LIBDNS_DESC= Apple's mDNSResponder compatibility library +QT3_DESC= Qt 3 toolkit NO_BUILD= yes -.include +.include -.if defined(WITH_AUTOIPD) +.if ${PORT_OPTIONS:MAUTOIPD} RUN_DEPENDS+= avahi-autoipd:${PORTSDIR}/net/avahi-autoipd .endif -.if defined(WITH_GTK) +.if ${PORT_OPTIONS:MGTK} RUN_DEPENDS+= avahi-discover-standalone:${PORTSDIR}/net/avahi-gtk .endif -.if defined(WITH_LIBDNS) +.if ${PORT_OPTIONS:MLIBDNS} RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:${PORTSDIR}/net/avahi-libdns .endif -.if defined(WITH_MONO) +.if ${PORT_OPTIONS:MMONO} RUN_DEPENDS+= ${LOCALBASE}/lib/mono/avahi-sharp/avahi-sharp.dll:${PORTSDIR}/net/avahi-sharp .endif -.if defined(WITH_QT3) +.if ${PORT_OPTIONS:MQT3} RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt3.pc:${PORTSDIR}/net/avahi-qt3 .endif -.if defined(WITH_QT4) +.if ${PORT_OPTIONS:MQT4} RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-qt4.pc:${PORTSDIR}/net/avahi-qt4 .endif -.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} RUN_DEPENDS+= avahi-bookmarks:${PORTSDIR}/net/py-avahi .endif do-install: -.include +.include Index: net/ekiga3/Makefile =================================================================== --- net/ekiga3/Makefile (revision 314608) +++ net/ekiga3/Makefile (working copy) @@ -37,44 +37,34 @@ MAN1= ekiga.1 -OPTIONS= LDAP "Enable LDAP support" off \ - KDE4 "Enable KDE4 support (experimental)" off \ - H323 "Enable H.323 protocol support" off \ - VIDEO "Enable video support" on \ - NOTIFY "Enable libnotify support" on \ - EVOLUTION "Enable evolution data server support" off \ - GCONF "Enable GCONF usage" on \ - DBUS "Enable DBUS usage" off \ - AVAHI "Enable avahi mDNS" on \ - GNOMEHELP "Build Ekiga help files" off \ - GCONFEDITOR "Install gconf-editor" off +OPTIONS_DEFINE= LDAP KDE4 H323 VIDEO NOTIFY EVOLUTION GCONF DBUS AVAHI \ + GNOMEHELP GCONFEDITOR +OPTIONS_DEFAULT=VIDEO NOTIFY GCONF AVAHI +KDE4_DESC= KDE4 support (experimental) +EVOLUTION_DESC= Evolution data server support +GNOMEHELP_DESC= Build Ekiga help files +GCONFEDITOR_DESC=Depend on gconf-editor .include -.if defined(WITH_KDE4) -. if !defined(WITH_DBUS) -BROKEN= Please set WITH_DBUS or remove WITH_KDE4! -. endif +.if ${PORT_OPTIONS:MKDE4} +. if !${PORT_OPTIONS:MDBUS} +BROKEN= Please set DBUS option or remove the KDE4 option! +. endif USE_KDE4= kdehier kdelibs USE_QT4= # empty CONFIGURE_ARGS+= --enable-kde +CONFIGURE_ENV+= KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} \ + -I${LOCALBASE}/include" KDE_LIBS="-L${KDE4_PREFIX}/lib" .else CONFIGURE_ARGS+= --disable-kde .endif -.include - -.if defined(WITH_KDE4) -CONFIGURE_ENV+= KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} -I${LOCALBASE}/include" \ - KDE_LIBS="-L${KDE4_PREFIX}/lib" -K4_INC= ${KDE4_PREFIX:C/\//\\\//g} -.endif - -.if defined(WITH_VIDEO) +.if ${PORT_OPTIONS:MVIDEO} BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat .endif -.if defined(WITH_LDAP) +.if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --enable-ldap --with-ldap-dir="${LOCALBASE}" --with-libsasl2-dir="${LOCALBASE}" @@ -82,21 +72,21 @@ CONFIGURE_ARGS+= --disable-ldap .endif -.if defined(WITH_H323) +.if ${PORT_OPTIONS:MH323} CONFIGURE_ARGS+= --enable-h323 .else CONFIGURE_ARGS+= --disable-h323 .endif -.if defined(WITH_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify +.if ${PORT_OPTIONS:MNOTIFY} +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --enable-notify .else CONFIGURE_ARGS+= --disable-notify .endif -.if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus +.if ${PORT_OPTIONS:MDBUS} +LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+= --enable-dbus --enable-dbus-service PLIST_SUB+= DBUS="" .else @@ -104,7 +94,7 @@ PLIST_SUB+= DBUS="@comment " .endif -.if defined(WITH_GCONF) +.if ${PORT_OPTIONS:MGCONF} USE_GNOME+= gconf2 CONFIGURE_ARGS+= --enable-gconf GCONF_SCHEMAS= ekiga.schemas @@ -114,25 +104,25 @@ PLIST_SUB+= NO_GCONF="" .endif -.if defined(WITH_EVOLUTION) +.if ${PORT_OPTIONS:MEVOLUTION} USE_GNOME+= evolutiondataserver CONFIGURE_ARGS+= --enable-eds .else CONFIGURE_ARGS+= --disable-eds .endif -.if defined(WITH_AVAHI) +.if ${PORT_OPTIONS:MAVAHI} CONFIGURE_ARGS+= --enable-avahi BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/avahi-client.pc:${PORTSDIR}/net/avahi-app .else CONFIGURE_ARGS+= --disable-avahi .endif -.if defined(WITH_GCONFEDITOR) +.if ${PORT_OPTIONS:MGCONFEDITOR} RUN_DEPENDS+= ${LOCALBASE}/bin/gconf-editor:${PORTSDIR}/sysutils/gconf-editor .endif -.if defined(WITH_GNOMEHELP) +.if ${PORT_OPTIONS:MGNOMEHELP} PLIST_SUB+= GNOMEHELP="" USE_GNOME+= gnomedocutils .else @@ -140,10 +130,6 @@ PLIST_SUB+= GNOMEHELP="@comment " .endif -.if ${OSVERSION} < 700042 -BROKEN= does not build on 6.x -.endif - post-patch: @${REINPLACE_CMD} -e 's/V4L="enabled"/V4L="disabled"/' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's?^\(KDE_CFLAGS.*\)$$?\1 -I'"${KDE4_PREFIX}/include?" ${WRKSRC}/lib/engine/components/kde/Makefile.in @@ -151,4 +137,4 @@ post-configure: @${REINPLACE_CMD} -e 's?^\(CPPFLAGS\) =\(.*\)$$?\1 = '"-I${LOCALBASE}/include"' \2?' ${WRKSRC}/lib/engine/addressbook/Makefile -.include +.include Index: net/opal3/Makefile =================================================================== --- net/opal3/Makefile (revision 314608) +++ net/opal3/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: opal3 -# Date created: Thu Feb 17 15:00:48 GMT 2000 -# Whom: Roger Hardiman -# +# Created by: Roger Hardiman # $FreeBSD$ -# PORTNAME= opal3 PORTVERSION= 3.6.6 @@ -27,6 +23,7 @@ USE_GCC= any USE_BZIP2= yes USE_GMAKE= yes +USES= pathfix GNU_CONFIGURE= yes USE_SLD= yes USE_LDCONFIG= yes @@ -36,32 +33,36 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS= ZRTP "Enable ZRTP protocol support" off \ - JAVA "Enable Java JNI support" off \ - CELT "Use celt codec from ports" on \ - ILBC "USE iLBC codec from ports" off \ - GSM "Use GSM codec from ports" on \ - SPEEX "Use SPEEX codec from ports" on \ - THEORA "Enable theora codec support" off \ - FFMPEG "Enable ffmpeg codec support" on \ - X264 "Enable x.264 codec support" on \ - SIP "Enable SIP protocol support" on \ - H323 "Enable H.323 protocol support" off \ - IAX "Enable IAX2 protocol support" off \ - H224 "Enable H.224 control protocol" on \ - H281 "Enable H.281 (Far End Camera Control)" on \ - FAX "Enable Fax T.38 support" on \ - MSRP "Enable MSRP protocol" on \ - SIPIM "Enable SIP-IM protocol" on \ - RTPTEXT "Enable RFC4103 Text RTP payload" on \ - H450 "Enable H.450 H.323 subset" off \ - H460 "Enable H.460 H.323 extension for NAT traversal" off \ - H501 "Enable H.501 H323 mobility extensions" off \ - LID "Enable LID (Light-Weight Identity) support" on \ - UVIDEO "Enable RFC4175 uncompressed video RTP payload" off \ - AEC "Enable accoustic echo cancellation" on +OPTIONS_DEFINE= ZRTP JAVA CELT ILBC GSM SPEEX THEORA FFMPEG X264 SIP H323 IAX \ + H224 H281 FAX MSRP SIPIM RTPTEXT H450 H460 H501 LID UVIDEO AEC +OPTIONS_DEFAULT=CELT GSM SPEEX FFMPEG X264 SIP H224 H281 FAX MSRP SIPIM \ + RTPTEXT LID AEC +ZRTP_DESC= ZRTP protocol support +JAVA_DESC= Java JNI support +CELT_DESC= Celt codec from ports +ILBC_DESC= iLBC codec from ports +GSM_DESC= GSM codec from ports +SPEEX_DESC= SPEEX codec from ports +THEORA_DESC= Theora codec support +FFMPEG_DESC= Ffmpeg codec support +X264_DESC= x.264 codec support +SIP_DESC= SIP protocol support +H323_DESC= H.323 protocol support +IAX_DESC= IAX2 protocol support +H224_DESC= H.224 control protocol +H281_DESC= H.281 (Far End Camera Control) +FAX_DESC= Fax T.38 support +MSRP_DESC= MSRP protocol +SIPIM_DESC= SIP-IM protocol +RTPTEXT_DESC= RFC4103 Text RTP payload +H450_DESC= H.450 H.323 subset +H460_DESC= H.460 H.323 extension for NAT traversal +H501_DESC= H.501 H323 mobility extensions +LID_DESC= LID (Light-Weight Identity) support +UVIDEO_DESC= RFC4175 uncompressed video RTP payload +AEC_DESC= Accoustic echo cancellation -.include +.include .ifdef OPALDIR .error OPALDIR is defined as an environment variable, or in the arguments \ @@ -72,36 +73,36 @@ PVERSION_MAJOR=${PORTVERSION:C/.[0-9]+$//g} \ PVERSION_MINOR=${PORTVERSION:C/^[0-9]+.[0-9]+.//} -.if defined(WITH_ZRTP) +.if ${PORT_OPTIONS:MZRTP} .if !defined(SAFE_ZRTP) IGNORE= please build devel/libzrtpcpp WITHOUT ports SSL and re-run build with SAFE_ZRTP set .endif -LIB_DEPENDS+= zrtpcpp.0:${PORTSDIR}/devel/libzrtpcpp +LIB_DEPENDS+= zrtpcpp:${PORTSDIR}/devel/libzrtpcpp CONFIGURE_ARGS+= --enable-zrtp .else CONFIGURE_ARGS+= --disable-zrtp .endif -.if defined(WITH_GSM) -LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm +.if ${PORT_OPTIONS:MGSM} +LIB_DEPENDS+= gsm:${PORTSDIR}/audio/gsm .else CONFIGURE_ARGS+= --enable-localgsm .endif -.if defined(WITH_SPEEX) -LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex +.if ${PORT_OPTIONS:MSPEEX} +LIB_DEPENDS+= speex:${PORTSDIR}/audio/speex .else CONFIGURE_ARGS+= --enable-localspeex .endif -.if defined(WITH_JAVA) +.if ${PORT_OPTIONS:MJAVA} CONFIGURE_ARGS+= --enable-java .else CONFIGURE_ARGS+= --disable-java .endif -.if defined(WITH_CELT) -LIB_DEPENDS+= celt0.2:${PORTSDIR}/audio/celt +.if ${PORT_OPTIONS:MCELT} +LIB_DEPENDS+= celt0:${PORTSDIR}/audio/celt CONFIGURE_ARGS+= --enable-celt PLIST_SUB+= CELT="" .else @@ -109,14 +110,14 @@ PLIST_SUB+= CELT="@comment " .endif -.if defined(WITH_ILBC) -LIB_DEPENDS+= ilbc.0:${PORTSDIR}/net/ilbc +.if ${PORT_OPTIONS:MILBC} +LIB_DEPENDS+= ilbc:${PORTSDIR}/net/ilbc .else CONFIGURE_ARGS+= --enable-localilbc .endif -.if defined(WITH_THEORA) -LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora \ +.if ${PORT_OPTIONS:MTHEORA} +LIB_DEPENDS+= theora:${PORTSDIR}/multimedia/libtheora \ ogg:${PORTSDIR}/audio/libogg CONFIGURE_ARGS+= --enable-theora PLIST_SUB+= THEORA="" @@ -126,8 +127,8 @@ PLIST_SUB+= THEORA="@comment " .endif -.if defined(WITH_X264) -LIB_DEPENDS+= x264.125:${PORTSDIR}/multimedia/x264 +.if ${PORT_OPTIONS:MX264} +LIB_DEPENDS+= x264:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --enable-h264 PLIST_SUB+= X264="" WITH_VIDEO= yes @@ -136,8 +137,9 @@ PLIST_SUB+= X264="@comment " .endif -.if defined(WITH_FFMPEG) -LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +BROKEN=chekc ffmpeg +.if ${PORT_OPTIONS:MFFMPEG} +LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg CONFIGURE_ARGS+= --enable-ffmpeg --enable-ffmpeg-h263 CONFIGURE_ENV+= ac_cv_lib_avcodec_h263p_encoder=yes \ ac_cv_lib_avcodec_h264_decoder=yes \ @@ -158,37 +160,38 @@ PLIST_SUB+= VIDEO="@comment " .endif -.if defined(WITH_SIP) +.if ${PORT_OPTIONS:MSIP} CONFIGURE_ARGS+= --enable-sip .else CONFIGURE_ARGS+= --disable-sip .endif -.if defined(WITH_H323) +.if ${PORT_OPTIONS:MH323} CONFIGURE_ARGS+= --enable-h323 .else CONFIGURE_ARGS+= --disable-h323 .endif -.if defined(WITH_IAX) +.if ${PORT_OPTIONS:MIAX} CONFIGURE_ARGS+= --enable-iax .else CONFIGURE_ARGS+= --disable-iax .endif -.if defined(WITH_H224) +.if ${PORT_OPTIONS:MH224} CONFIGURE_ARGS+= --enable-h224 .else CONFIGURE_ARGS+= --disable-h224 .endif -.if defined(WITH_H281) +.if ${PORT_OPTIONS:MH281} CONFIGURE_ARGS+= --enable-h281 .else CONFIGURE_ARGS+= --disable-h281 .endif -.if defined(WITH_FAX) +# keep version in lib_depend, to see the difference between spandsp-devel and normal +.if ${PORT_OPTIONS:MFAX} LIB_DEPENDS+= spandsp.2:${PORTSDIR}/comms/spandsp-devel CONFIGURE_ARGS+= --enable-fax --enable-t38 PLIST_SUB+= FAX="" @@ -197,44 +200,44 @@ PLIST_SUB+= FAX="@comment " .endif -.if defined(WITH_MSRP) +.if ${PORT_OPTIONS:MMSRP} CONFIGURE_ARGS+= --enable-msrp ##BROKEN= Does not compile .else CONFIGURE_ARGS+= --disable-msrp .endif -.if defined(WITH_SIPIM) +.if ${PORT_OPTIONS:MSIPIM} CONFIGURE_ARGS+= --enable-sipim .else CONFIGURE_ARGS+= --disable-sipim .endif -.if defined(WITH_RTPTEXT) +.if ${PORT_OPTIONS:MRTPTEXT} CONFIGURE_ARGS+= --enable-rfc4103 .else CONFIGURE_ARGS+= --disable-rfc4103 .endif -.if defined(WITH_H450) +.if ${PORT_OPTIONS:MH450} CONFIGURE_ARGS+= --enable-h450 .else CONFIGURE_ARGS+= --disable-h450 .endif -.if defined(WITH_H460) +.if ${PORT_OPTIONS:MH460} CONFIGURE_ARGS+= --enable-h460 .else CONFIGURE_ARGS+= --disable-h460 .endif -.if defined(WITH_H501) +.if ${PORT_OPTIONS:MH501} CONFIGURE_ARGS+= --enable-h501 .else CONFIGURE_ARGS+= --disable-h501 .endif -.if defined(WITH_LID) +.if ${PORT_OPTIONS:MLID} CONFIGURE_ARGS+= --enable-lid --enable-ixj --enable-vpb PLIST_SUB+= LID="" .else @@ -242,23 +245,19 @@ PLIST_SUB+= LID="@comment " .endif -.if defined(WITH_UVIDEO) +.if ${PORT_OPTIONS:MUVIDEO} CONFIGURE_ARGS+= --enable-rfc4175 .else CONFIGURE_ARGS+= --disable-rfc4175 .endif -.if defined(WITH_AEC) +.if ${PORT_OPTIONS:MAEC} CONFIGURE_ARGS+= --enable-aec .else CONFIGURE_ARGS+= --disable-aec .endif -.if defined(WITH_DEBUG) -BROKEN=DEBUG: Not implemented -.else CONFIGURE_ARGS+= --disable-debug -.endif post-patch: @${REINPLACE_CMD} -e 's?-lopal?-lopal-${PORTVERSION:C/.[0-9]+$//g}?' ${WRKSRC}/opal.pc.in @@ -268,14 +267,14 @@ @${REINPLACE_CMD} -e 's?^EXTRALIBS = $(ILBC_LIBS)?EXTRALIBS = $(ILBC_LIBS) -L/usr/local/lib?' ${WRKSRC}/plugins/audio/iLBC/Makefile.in @${REINPLACE_CMD} -e 's?ILBC_CFLAGS=""?ILBC_CFLAGS="-L/usr/local/lib"?' ${WRKSRC}/plugins/configure @${REINPLACE_CMD} -e 's?^\(EXTRALIBS\)\(.*\)?\1\2 -L/usr/local/lib?' ${WRKSRC}/plugins/fax/fax_spandsp/Makefile.in - @${REINPLACE_CMD} -e 's?/pkgconfig?data/pkgconfig?g' ${WRKSRC}/Makefile.in +# @${REINPLACE_CMD} -e 's?/pkgconfig?data/pkgconfig?g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's?@@SO_VER@@?'${PORTVERSION:C/.[0-9]+$//g}'.so.'${PORTVERSION:C/^[0-9]+.[0-9]+.//}'?g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's?@@SO_MAJ@@?'${PORTVERSION:C/.[0-9]+$//g}'.so?g' ${WRKSRC}/Makefile.in -.if !defined(WITH_DEBUG) +.if ! ${PORT_OPTIONS:MDEBUG} @${REINPLACE_CMD} -e 's/^\(all:\).*/\1 optdepend opt/' ${WRKSRC}/Makefile.in .endif post-configure: @${REINPLACE_CMD} -e 's?\$$(LIB_FILENAME_SHARED_PAT)?libopal-${PORTVERSION:C/.[0-9]+$//g}'.so.'${PORTVERSION:C/^[0-9]+.[0-9]+.//}?' ${WRKSRC}/opal_defs.mak -.include +.include Index: net/vinagre/Makefile =================================================================== --- net/vinagre/Makefile (revision 314608) +++ net/vinagre/Makefile (working copy) @@ -1,14 +1,10 @@ -# New ports collection makefile for: vinagre -# Date created: 16 December 2007 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/net/vinagre/Makefile,v 1.42 2010/09/29 14:23:36 kwm Exp $ -# +# $MCom: ports/net/vinagre/Makefile,v 1.48 2012/09/01 23:02:11 mezz Exp $ PORTNAME= vinagre PORTVERSION= 2.30.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,16 +12,18 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= VNC client for the GNOME Desktop -LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \ - avahi-core.7:${PORTSDIR}/net/avahi-app \ - avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ - gdbm.4:${PORTSDIR}/databases/gdbm \ +LIB_DEPENDS= gtk-vnc-1.0:${PORTSDIR}/net/gtk-vnc \ + avahi-core:${PORTSDIR}/net/avahi-app \ + avahi-ui:${PORTSDIR}/net/avahi-gtk \ + gdbm:${PORTSDIR}/databases/gdbm \ gnome-keyring:${PORTSDIR}/security/libgnome-keyring +CONFLICTS= vinagre-3.[0-9]* + USE_BZIP2= yes USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack vte gconf2 gnomedocutils \ - gnomepanel +USES= pathfix +USE_GNOME= gnomeprefix intlhack vte gconf2 gnomedocutils gnomepanel USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes @@ -38,13 +36,15 @@ MAN1= vinagre.1 -OPTIONS= TELEPATHY "Enable telepathy integration" on +OPTIONS_DEFINE= TELEPATHY +OPTIONS_DEFAULT=TELEPATHY +TELEPATHY_DESC= Telepathy integration -.include +.include -.if !defined(WITHOUT_TELEPATHY) +.if ${PORT_OPTIONS:MTELEPATHY} CONFIGURE_ARGS+=--enable-telepathy -LIB_DEPENDS+= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib +LIB_DEPENDS+= telepathy-glib:${PORTSDIR}/net-im/telepathy-glib PLIST_SUB+= TELEPATHY="" .else CONFIGURE_ARGS+=--disable-telepathy @@ -54,11 +54,11 @@ post-install: @-update-desktop-database > /dev/null @-update-mime-database ${PREFIX}/share/mime > /dev/null -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in AUTHORS COPYING ChangeLog MAINTAINERS NEWS README ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif -.include +.include Index: ports-mgmt/packagekit/Makefile =================================================================== --- ports-mgmt/packagekit/Makefile (revision 314608) +++ ports-mgmt/packagekit/Makefile (working copy) @@ -1,7 +1,4 @@ -# New ports collection makefile for: packagekit -# Date created: 15 Aug 2009 -# Whom: Anders F Bjorklund -# +# Created by: Anders F Bjorklund # $FreeBSD$ # $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.26 2010/10/10 15:49:51 marcus Exp $ @@ -12,22 +9,22 @@ MASTER_SITES= http://www.packagekit.org/releases/ MAINTAINER= gnome@FreeBSD.org -COMMENT?= A DBUS packaging abstraction layer +COMMENT?= DBUS packaging abstraction layer BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils \ ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ +LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ - ck-connector.0:${PORTSDIR}/sysutils/consolekit -RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof \ - ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info + polkit-gobject-1:${PORTSDIR}/sysutils/polkit \ + ck-connector:${PORTSDIR}/sysutils/consolekit +#RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof \ +# ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \ +# ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME= glib20 intltool +USE_GNOME= glib20 intltool gnomehier +USE_SQLITE= 3 USE_ICONV= yes USE_LDCONFIG= yes USE_PYTHON_BUILD= 2.5+ @@ -48,54 +45,44 @@ MAKE_JOBS_UNSAFE=yes .if !defined(SLAVEPORT) -OPTIONS=PORTS "Use portupgrade for management, dummy if disabled" on \ - PORTDOCS "Build documentation" on -# gtk module seems to be broken/disabled/gone? -# GTK20 "Enable GTK+ modules" off \ +OPTIONS_DEFINE= PORTS MANPAGES +OPTIONS_DEFAULT=PORTS +PORTS_DESC=Use portupgrade for management, dummy if disabled -.if defined(NO_INSTALL_MANPAGES) -CONFIGURE_ARGS+=--disable-man-pages -.else +.include + +. if ${PORT_OPTIONS:MMANPAGES} BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410 \ xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl MAN1= pkcon.1 pkmon.1 pkgenpack.1 pk-debuginfo-install.1 -.endif -.endif +. else +CONFIGURE_ARGS+=--disable-man-pages +. endif -.include - -.if defined(WITH_PORTS) +. if ${PORT_OPTIONS:MPORTS} RUN_DEPENDS+= ${LOCALBASE}/sbin/portupgrade:${PORTSDIR}/ports-mgmt/portupgrade USE_RUBY= yes CONFIGURE_ARGS+=--enable-ports --with-default-backend=ports PLIST_SUB+= PORTS="" -.else +. else CONFIGURE_ARGS+=--disable-ports --with-default-backend=dummy PLIST_SUB+= PORTS="@comment " -.endif +. endif -#.if defined(WITH_GTK) -#USE_GNOME+= gtk20 -#CONFIGURE_ARGS+=--enable-gtk-module -#PLIST_SUB+= GTK="" -#.else CONFIGURE_ARGS+=--disable-gtk-module PLIST_SUB+= GTK="@comment " -#.endif -.if defined(SLAVEPORT) -LIB_DEPENDS+= packagekit-glib2.14:${PORTSDIR}/ports-mgmt/packagekit +CONFIGURE_ARGS+=--disable-qt -.if ${SLAVEPORT}=="qt4" +.elif defined(${SLAVEPORT}) && ${SLAVEPORT}=="qt4" +LIB_DEPENDS+= packagekit-glib2:${PORTSDIR}/ports-mgmt/packagekit + CONFIGURE_ARGS+=--enable-qt -LIB_DEPENDS+= cppunit-1.12.1:${PORTSDIR}/devel/cppunit +LIB_DEPENDS+= cppunit-1.12:${PORTSDIR}/devel/cppunit USE_QT4+= dbus gui xml sql moc_build -.include "${PORTSDIR}/Mk/bsd.qt.mk" +#.include "${PORTSDIR}/Mk/bsd.qt.mk" .endif -.else -CONFIGURE_ARGS+=--disable-qt -.endif post-patch: @${REINPLACE_CMD} -E -e 's/.*WARNINGFLAGS_CPP.*-Werror/#$$&/' \ @@ -114,4 +101,4 @@ @-update-mime-database ${PREFIX}/share/mime > /dev/null .endif -.include +.include Index: ports-mgmt/packagekit/pkg-plist =================================================================== --- ports-mgmt/packagekit/pkg-plist (revision 314608) +++ ports-mgmt/packagekit/pkg-plist (working copy) @@ -432,7 +432,6 @@ %%PORTS%%@dirrm share/PackageKit @dirrm %%PYTHON_SITELIBDIR%%/packagekit @dirrm lib/packagekit-backend -@dirrmtry lib/girepositry-1.0 @dirrm include/PackageKit/packagekit-glib2 @dirrm include/PackageKit/backend @dirrm include/PackageKit Index: print/libgnomeprint/Makefile =================================================================== --- print/libgnomeprint/Makefile (revision 314608) +++ print/libgnomeprint/Makefile (working copy) @@ -18,8 +18,8 @@ .if !defined(REFERENCE_PORT) -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + popt:${PORTSDIR}/devel/popt USES= bison pathfix USE_GMAKE= yes @@ -34,13 +34,14 @@ PLIST_SUB= VERSION=${PORTVERSION} \ LIBVERSION=2.2 -OPTIONS= CUPS "Enable CUPS support" on +OPTIONS_DEFINE= CUPS +OPTIONS_DEFAULT=CUPS -.include +.include -.if defined(WITH_CUPS) && !defined(WITHOUT_CUPS) +.if ${PORT_OPTIONS:MCUPS} CONFIGURE_ARGS+= --with-cups -LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups +LIB_DEPENDS+= gnomecups-1:${PORTSDIR}/print/libgnomecups PLIST_SUB+= CUPS:="" .else CONFIGURE_ARGS+= --without-cups @@ -57,6 +58,6 @@ @${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts @${TOUCH} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap -.include +.include .endif Index: security/seahorse/Makefile =================================================================== --- security/seahorse/Makefile (revision 314608) +++ security/seahorse/Makefile (working copy) @@ -1,14 +1,10 @@ -# New ports collection makefile for: Seahorse -# Date created: 08 March 2000 -# Whom: Dave McKay -# +# Created by: Dave McKay # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.104 2011/07/03 11:57:45 kwm Exp $ -# +# $MCom: ports/security/seahorse/Makefile,v 1.109 2012/09/01 23:02:12 mezz Exp $ PORTNAME= seahorse PORTVERSION= 2.32.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,20 +14,21 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gcr.0:${PORTSDIR}/security/gnome-keyring \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ - soup-2.4.1:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + gcr:${PORTSDIR}/security/gnome-keyring \ + gcrypt:${PORTSDIR}/security/libgcrypt \ + soup-2.4:${PORTSDIR}/devel/libsoup -CONFLICTS= seahorse-3.[0-9]* +CONFLICTS= libcryptui-3.[0-9]* seahorse-3.[0-9]* USE_XORG= sm USE_LDCONFIG= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils +USES= pathfix +USE_GNOME= intlhack gnomeprefix gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes @@ -42,25 +39,25 @@ GCONF_SCHEMAS= seahorse.schemas MAN1= seahorse.1 seahorse-daemon.1 -OPTIONS= LDAP "Enable LDAP support" on \ - NOTIFY "Enable libnotify support" on \ - MDNS "Enable mDNS key sharing" on +OPTIONS_DEFINE= LDAP NOTIFY MDNS +OPTIONS_DEFAULT=LDAP NOTIFY MDNS +MDNS_DESC= mDNS key sharing -.include +.include -.if !defined(WITHOUT_LDAP) +.if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes .else CONFIGURE_ARGS+=--disable-ldap .endif -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify +.if ${PORT_OPTIONS:MNOTIFY} +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+=--disable-libnotify .endif -.if !defined(WITHOUT_MDNS) +.if ${PORT_OPTIONS:MMDNS} LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app .else CONFIGURE_ARGS+=--disable-sharing @@ -70,4 +67,4 @@ @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ ${WRKSRC}/configure -.include +.include Index: security/seahorse-plugins/Makefile =================================================================== --- security/seahorse-plugins/Makefile (revision 314608) +++ security/seahorse-plugins/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: seahorse-plugins -# Date created: 06 August 2008 -# Whom: Dave McKay -# +# Created by: Dave McKay # $FreeBSD$ # $MCom: ports/security/seahorse-plugins/Makefile,v 1.28 2011/07/03 11:57:45 kwm Exp $ -# PORTNAME= seahorse-plugins PORTVERSION= 2.30.1 @@ -16,38 +12,31 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Plug-ins for the Seahorse key and password management application -LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse \ - gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= cryptui:${PORTSDIR}/security/seahorse \ + gcrypt:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -#USE_GECKO= libxul19 -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils +USES= pathfix +USE_GNOME= intlhack gnomeprefix gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS= NAUTILUS "Enable the Nautilus component" on \ - GEDIT "Enable GEdit plug-in support" on \ - APPLET "Enable clipboard encryption applet" on \ - NOTIFY "Enable libnotify support" on -#EPIPHANY "Enable Epiphany plug-in support" on +OPTIONS_DEFINE= NAUTILUS GEDIT APPLET NOTIFY +NAUTILUS_DESC= Nautilus component +GEDIT_DESC= GEdit plug-in support +APPLET_DESC= Clipboard encryption applet GCONF_SCHEMAS= seahorse-plugins.schemas MAN1= seahorse-agent.1 seahorse-tool.1 -.include +.include -#.if ${GECKO}=="libxul" -#CONFIGURE_ARGS+=--with-gecko=libxul-unstable -#.else -#CONFIGURE_ARGS+=--with-gecko=${GECKO:S/19//} -#.endif - -.if !defined(WITHOUT_GEDIT) +.if ${PORT_OPTIONS:MGEDIT} BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit PLIST_SUB+= GEDIT="" @@ -57,7 +46,7 @@ CONFIGURE_ARGS+=--disable-gedit .endif -.if !defined(WITHOUT_NAUTILUS) +.if ${PORT_OPTIONS:MNAUTILUS} USE_GNOME+= nautilus2 PLIST_SUB+= NAUTILUS="" .else @@ -65,16 +54,10 @@ CONFIGURE_ARGS+=--disable-nautilus .endif -#.if !defined(WITHOUT_EPIPHANY) -#BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -#RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -#PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.26" -#.else CONFIGURE_ARGS+=--disable-epiphany PLIST_SUB+= EPHY="@comment " -#.endif -.if !defined(WITHOUT_APPLET) +.if ${PORT_OPTIONS:MAPPLET} USE_GNOME+= gnomepanel PLIST_SUB+= APPLET="" .else @@ -82,8 +65,8 @@ PLIST_SUB+= APPLET="@comment " .endif -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify +.if ${PORT_OPTIONS:MNOTIFY} +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+=--disable-libnotify .endif @@ -98,4 +81,4 @@ @-update-desktop-database @-update-mime-database ${PREFIX}/share/mime -.include +.include Index: sysutils/brasero/Makefile =================================================================== --- sysutils/brasero/Makefile (revision 314608) +++ sysutils/brasero/Makefile (working copy) @@ -1,7 +1,4 @@ -# New ports collection makefile for: bonfire -# Date created: 2006-05-12 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/sysutils/brasero/Makefile,v 1.83 2010/11/15 21:53:38 kwm Exp $ @@ -15,21 +12,23 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= CD/DVD mastering tool for the GNOME desktop -LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra +LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify \ + unique-1.0:${PORTSDIR}/x11-toolkits/unique \ + totem-plparser:${PORTSDIR}/multimedia/totem-pl-parser \ + canberra-gtk:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ cdrdao:${PORTSDIR}/sysutils/cdrdao \ yelp:${PORTSDIR}/x11/yelp +CONFLICTS= brasero-3.[0-9]* + USE_GETTEXT= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_XORG= sm -USE_GNOME= intlhack gnomeprefix gnomehack gnomedocutils -GNOME_DESKTOP_VERSION=2 +USES= pathfix +USE_GNOME= intlhack gnomeprefix gnomedocutils USE_LDCONFIG= yes USE_GSTREAMER= gconf core INSTALLS_OMF= yes @@ -42,14 +41,16 @@ MAN1= brasero.1 GLIB_SCHEMAS= org.gnome.brasero.gschema.xml -OPTIONS= NAUTILUS "Enable Nautilus extension" on \ - LIBBURNIA "Enable libburnia plug-ins" off +OPTIONS_DEFINE= NAUTILUS LIBBURNIA +OPTIONS_DEFAULT=NAUTILUS +NAUTILUS_DESC= Nautilus extension +LIBBURNIA_DESC= libburnia plug-ins PLIST_SUB= FULL_VERSION=${PORTVERSION} -.include +.include -.if !defined(WITHOUT_NAUTILUS) +.if ${PORT_OPTIONS:MNAUTILUS} USE_GNOME+= nautilus2 CONFIGURE_ARGS+=--enable-nautilus PLIST_SUB+= NAUTILUS="" @@ -58,9 +59,9 @@ CONFIGURE_ARGS+=--enable-nautilus=no .endif -.if defined(WITH_LIBBURNIA) -LIB_DEPENDS+= burn.4:${PORTSDIR}/devel/libburn \ - isofs.6:${PORTSDIR}/devel/libisofs +.if ${PORT_OPTIONS:MLIBBURNIA} +LIB_DEPENDS+= burn:${PORTSDIR}/devel/libburn \ + isofs:${PORTSDIR}/devel/libisofs CONFIGURE_ARGS+=--enable-libburnia PLIST_SUB+= LIBBURNIA="" .else @@ -74,4 +75,4 @@ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/proc/self/fd/0|/dev/fd/0|g' ${WRKSRC}/po/*.po -.include +.include Index: sysutils/gnome-settings-daemon/Makefile =================================================================== --- sysutils/gnome-settings-daemon/Makefile (revision 314608) +++ sysutils/gnome-settings-daemon/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-settings-daemon -# Date created: 14 Jan 2008 -# Whom: Koop Mast -# +# Created by: Koop Mast # $FreeBSD$ # $MCom: ports/sysutils/gnome-settings-daemon/Makefile,v 1.75 2011/04/25 19:56:57 mezz Exp $ -# PORTNAME= gnome-settings-daemon PORTVERSION= 2.32.1 @@ -16,10 +12,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 settings daemon -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - notify.4:${PORTSDIR}/devel/libnotify \ - gdbm.4:${PORTSDIR}/databases/gdbm \ - nss3.1:${PORTSDIR}/security/nss +LIB_DEPENDS= canberra-gtk:${PORTSDIR}/audio/libcanberra \ + notify:${PORTSDIR}/devel/libnotify \ + gdbm:${PORTSDIR}/databases/gdbm \ + nss3:${PORTSDIR}/security/nss RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb CONFLICTS= gnome-settings-daemon-3.[0-9]* @@ -27,7 +23,8 @@ USE_XORG= xxf86misc USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop libgnomekbd +USES= pathfix +USE_GNOME= gnomeprefix intlhack gnomedesktop libgnomekbd USE_GETTEXT= yes USE_GSTREAMER= good USE_LDCONFIG= yes @@ -36,7 +33,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS= PULSEAUDIO "Enable Pulseaudio support" On +OPTIONS_DEFINE= PULSEAUDIO +OPTIONS_DEFAULT=PULSEAUDIO GCONF_SCHEMAS= apps_gnome_settings_daemon_housekeeping.schemas \ apps_gnome_settings_daemon_keybindings.schemas \ @@ -47,15 +45,15 @@ desktop_gnome_peripherals_touchpad.schemas \ gnome-settings-daemon.schemas -.include +.include -.if defined(WITHOUT_PULSEAUDIO) +.if ${PORT_OPTIONS:MPULSEAUDIO} +LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio +CONFIGURE_ARGS+=--enable-pulse +PLIST_SUB+= PULSEAUDIO="" +.else CONFIGURE_ARGS+=--disable-pulse PLIST_SUB+= PULSEAUDIO="@comment " -.else -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio -CONFIGURE_ARGS+=--enable-pulse -PLIST_SUB+= PULSEAUDIO="" .endif -.include +.include Index: sysutils/hal/Makefile =================================================================== --- sysutils/hal/Makefile (revision 314608) +++ sysutils/hal/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: HAL -# Date Created: 02 May 2006 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/hal/Makefile,v 1.81 2010/04/13 02:49:07 mezz Exp $ -# PORTNAME= hal DISTVERSION= 0.5.14 @@ -16,14 +12,15 @@ COMMENT= Hardware Abstraction Layer for simplifying device access BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit \ - volume_id.0:${PORTSDIR}/devel/libvolume_id \ - ck-connector.0:${PORTSDIR}/sysutils/consolekit +LIB_DEPENDS= polkit:${PORTSDIR}/sysutils/policykit \ + volume_id:${PORTSDIR}/devel/libvolume_id \ + ck-connector:${PORTSDIR}/sysutils/consolekit RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack ltverhack +USES= pathfix +USE_GNOME= intlhack ltverhack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_PYTHON= yes @@ -71,18 +68,21 @@ hal-lock.1 hal-set-property.1 lshal.1 MAN8= hald.8 -OPTIONS= FIXED_MOUNTPOINTS "use fixed mountpoints" off +OPTIONS_DEFINE= FIXED_MOUNTPOINTS +FIXED_MOUNTPOINTS_DESC= use fixed mountpoints +.include + +.if ${PORT_OPTIONS:MFIXED_MOUNTPOINTS} +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-tools_hal-storage-mount.c +.endif + .include .if (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64") RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode .endif -.if defined(WITH_FIXED_MOUNTPOINTS) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-tools_hal-storage-mount.c -.endif - .if ${OSVERSION} >= 800063 PLIST_SUB+= USB2="" .else @@ -113,7 +113,7 @@ @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/hald/freebsd/README \ ${DOCSDIR}/README.freebsd Index: textproc/enchant/Makefile =================================================================== --- textproc/enchant/Makefile (revision 314608) +++ textproc/enchant/Makefile (working copy) @@ -14,7 +14,8 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GNOME= gnomehack glib20 ltverhack +USES= pathfix +USE_GNOME= glib20 ltverhack USE_PKGCONFIG= build CONFIGURE_ARGS= --disable-uspell \ --disable-voikko @@ -25,16 +26,15 @@ MAN1= enchant.1 -OPTIONS= ASPELL "Enable Aspell backend" on \ - HSPELL "Enable Hspell backend" off \ - HUNSPELL "Enable Hunspell backend" off \ - ISPELL "Enable Ispell backend" off \ - ZEMBEREK "Enable zemberek backend (requires DBUS)" off +OPTIONS_DEFINE= ASPELL HSPELL HUNSPELL ISPELL ZEMBEREK +HSPELL_DESC= Spell checking via Hspell +HUNSPELL_DESC= Spell checking via Hunspell +ZEMBEREK_DESC= Spell checking via Zemberek -.include +.include -.if defined(WITH_ASPELL) -LIB_DEPENDS+= pspell.16:${PORTSDIR}/textproc/aspell +.if ${PORT_OPTIONS:MASPELL} +LIB_DEPENDS+= pspell:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+=--enable-aspell \ --with-aspell-prefix=${LOCALBASE} PLIST_SUB+= ASPELL="" @@ -43,7 +43,7 @@ PLIST_SUB+= ASPELL="@comment " .endif -.if defined(WITH_HSPELL) +.if ${PORT_OPTIONS:MHSPELL} BUILD_DEPENDS+= ${LOCALBASE}/lib/libhspell.a:${PORTSDIR}/hebrew/hspell CONFIGURE_ARGS+=--enable-hspell PLIST_SUB+= HSPELL="" @@ -52,8 +52,8 @@ PLIST_SUB+= HSPELL="@comment " .endif -.if defined(WITH_HUNSPELL) -LIB_DEPENDS+= hunspell-1.3.0:${PORTSDIR}/textproc/hunspell +.if ${PORT_OPTIONS:MHUNSPELL} +LIB_DEPENDS+= hunspell-1.3:${PORTSDIR}/textproc/hunspell CONFIGURE_ARGS+=--enable-myspell PLIST_SUB+= HUNSPELL="" .else @@ -61,7 +61,7 @@ PLIST_SUB+= HUNSPELL="@comment " .endif -.if defined(WITH_ISPELL) +.if ${PORT_OPTIONS:MISPELL} RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell CONFIGURE_ARGS+=--enable-ispell PLIST_SUB+= ISPELL="" @@ -70,8 +70,8 @@ PLIST_SUB+= ISPELL="@comment " .endif -.if defined(WITH_ZEMBEREK) && !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +.if ${PORT_OPTIONS:MZEMBEREK} +LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-zemberek PLIST_SUB+= ZEMBEREK="" .else @@ -82,11 +82,5 @@ post-patch: @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \ ${WRKSRC}/install-sh -.if ${OSVERSION} < 700042 - @${REINPLACE_CMD} -E -e "s|-Wunsafe-loop-optimizations ||g" \ - -e "s|-Wno-missing-field-initializers ||g" \ - -e "s|-Wno-attributes ||g" \ - ${WRKSRC}/configure -.endif -.include +.include Index: www/epiphany/Makefile =================================================================== --- www/epiphany/Makefile (revision 314608) +++ www/epiphany/Makefile (working copy) @@ -1,10 +1,6 @@ -# Ports collection Makefile for: epiphany -# Date created: 24 April 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/www/epiphany/Makefile,v 1.246 2011/04/30 20:43:27 mezz Exp $ -# PORTNAME= epiphany PORTVERSION= 2.30.6 @@ -14,15 +10,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT?= An extremely lightweight and simple web browser for GNOME 2 +COMMENT?= Extremely lightweight and simple web browser for GNOME 2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \ - notify.4:${PORTSDIR}/devel/libnotify \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ + soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome \ + notify:${PORTSDIR}/devel/libnotify \ + gnome-keyring:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ ${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes @@ -34,12 +30,13 @@ USE_GETTEXT= yes USE_BZIP2= yes USE_PYTHON= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils -WANT_GNOME= yes +USES= pathfix +USE_GNOME= gnomeprefix intlhack gnomedesktop desktopfileutils GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_OMF= yes CONFIGURE_ARGS+=--enable-introspection \ + --enable-compile-warnings=no \ --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread ${EXTRA_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${EXTRA_CFLAGS} @@ -50,36 +47,27 @@ MAN1= epiphany.1 -OPTIONS= NSS "Import passwords from 2.26 and older on first run" on \ - SPELLCHECK "Enable spell checking by default" on \ - SEED "Enable seed (JavaScript) support" off \ +OPTIONS_DEFINE= NSS SPELLECHECK SEED +OPTIONS_DEFAULT=NSS SPELLCHECK +NSS_DESC= Import passwords from 2.26 and older on first run +SPELLCHECK_DESC=Enable spell checking by default +SEED_DESC= Seed (JavaScript) support -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif +.include -.include - -NO_WERROR= yes -# allow build with more warnings enabled -.if defined(NO_WERROR) -CONFIGURE_ARGS+= --enable-compile-warnings=no -.endif - -.if defined(WITH_NSS) -LIB_DEPENDS+= nss3.1:${PORTSDIR}/security/nss +.if ${PORT_OPTIONS:MNSS} +LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss CONFIGURE_ARGS+=--enable-nss .else CONFIGURE_ARGS+=--disable-nss .endif -.if defined(WITH_SEED) -LIB_DEPENDS+= seed.0:${PORTSDIR}/devel/seed +.if ${PORT_OPTIONS:MSEED} +LIB_DEPENDS+= seed:${PORTSDIR}/devel/seed CONFIGURE_ARGS+=--enable-seed .endif -.if defined(WITH_SPELLCHECK) +.if ${PORT_OPTIONS:MSPELLCHECK} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-embed_ephy-embed-prefs.c .endif @@ -92,4 +80,4 @@ post-install: @-update-desktop-database -.include +.include Index: x11/gdm/Makefile =================================================================== --- x11/gdm/Makefile (revision 314608) +++ x11/gdm/Makefile (working copy) @@ -1,14 +1,10 @@ -# New ports collection makefile for: gdm2 -# Date created: 20 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports-stable/x11/gdm/Makefile,v 1.10 2010/07/21 13:50:45 kwm Exp $ -# +# $MCom: ports/x11/gdm/Makefile,v 1.192 2012/09/03 16:28:28 mezz Exp $ PORTNAME= gdm -PORTVERSION= 2.30.5 -PORTREVISION= 6 +PORTVERSION= 2.30.7 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,21 +14,23 @@ BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= ck-connector.0:${PORTSDIR}/sysutils/consolekit \ - polkit-gtk-1.0:${PORTSDIR}/sysutils/polkit-gnome \ +LIB_DEPENDS= ck-connector:${PORTSDIR}/sysutils/consolekit \ + polkit-gtk-1:${PORTSDIR}/sysutils/polkit-gnome \ execinfo:${PORTSDIR}/devel/libexecinfo \ - upower-glib.1:${PORTSDIR}/sysutils/upower \ - xklavier.12:${PORTSDIR}/x11/libxklavier \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra + upower-glib:${PORTSDIR}/sysutils/upower \ + xklavier:${PORTSDIR}/x11/libxklavier \ + canberra-gtk:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ gnome-session:${PORTSDIR}/x11/gnome-session \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +CONFLICTS= gdm-3.[0-9]* + USERS= gdm GROUPS= gdm -USE_BZIP2= yes +USE_XZ= yes USE_GETTEXT= yes USE_LDCONFIG= yes USE_XORG= dmx dmxproto @@ -40,7 +38,8 @@ USE_RC_SUBR= gdm USE_GNOME_SUBR= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomehier gconf2 librsvg2 \ +USES= pathfix +USE_GNOME= intlhack gnomehier gconf2 librsvg2 \ gnomedocutils gnomeprefix gnomepanel GCONF_SCHEMAS= gdm-simple-greeter.schemas GNU_CONFIGURE= yes @@ -58,19 +57,20 @@ GNOME_LOCALSTATEDIR= /var -OPTIONS= IPV6 "Enable IPv6 support" off \ - KEYRING "Enable GnomeKeyring/PAM integration" on +OPTIONS_DEFINE= IPV6 KEYRING +OPTIONS_DEFAULt=KEYRING +KEYRING_DESC= GnomeKeyring/PAM integration -.include +.include -.if defined(WITHOUT_KEYRING) +.if ${PORT_OPTIONS:MKEYRING} +LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/libgnome-keyring +SUB_LIST+= PAM_KEYRING= +.else SUB_LIST+= PAM_KEYRING=\# -.else -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring -SUB_LIST+= PAM_KEYRING= .endif -.if defined(WITH_IPV6) +.if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 @@ -106,4 +106,4 @@ | /usr/bin/fmt 75 79 > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} -.include +.include Index: x11/gdm/distinfo =================================================================== --- x11/gdm/distinfo (revision 314608) +++ x11/gdm/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gnome2/gdm-2.30.5.tar.bz2) = faa1cbaecf84a7015f8bfd242200deae9b7c18bf6f7ad38335fd1503e023f92d -SIZE (gnome2/gdm-2.30.5.tar.bz2) = 2406523 +SHA256 (gnome2/gdm-2.30.7.tar.xz) = e5a098ebf0fdb5aff669dfca6e696433c4c8962c005bd13f296b7e13a60bc03b +SIZE (gnome2/gdm-2.30.7.tar.xz) = 1715056 Index: x11/gdm/files/gdm.in =================================================================== --- x11/gdm/files/gdm.in (revision 314608) +++ x11/gdm/files/gdm.in (working copy) @@ -1,30 +1,26 @@ #!/bin/sh +# $FreeBSD$ +# $MCom: ports/x11/gdm/files/gdm.in,v 1.50 2012/01/15 18:18:36 kwm Exp $ -# $FreeBSD$ -# $MCom: ports-stable/x11/gdm/files/gdm.in,v 1.5 2010/07/21 13:50:46 kwm Exp $ -# # PROVIDE: gdm # REQUIRE: LOGIN cleanvar moused syscons dbus # # Add the following to /etc/rc.conf to start GDM at boot time: # # gdm_enable="YES" +# . /etc/rc.subr . %%GNOME_SUBR%% +gdm_enable=${gdm_enable-${gnome_enable}} +gdm_preserve_base_pam_conf=${gdm_preserve_base_pam_conf-NO} +gdm_lang=${gdm_lang-${LANG}} + export PATH=/bin:/sbin:/usr/bin:/usr/sbin:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin name="gdm" rcvar=gdm_enable - -load_rc_config ${name} - -gnome_enable=${gnome_enable:-NO} -gdm_enable=${gdm_enable-${gnome_enable}} -gdm_preserve_base_pam_conf=${gdm_preserve_base_pam_conf-NO} -gdm_lang=${gdm_lang-${LANG}} - command="%%PREFIX%%/sbin/${name}" pidfile="/var/run/${name}.pid" procname="%%PREFIX%%/sbin/gdm-binary" @@ -32,14 +28,15 @@ gdm_start() { - local iter - + if ! checkyesno gdm_enable ; then + return 0 + fi echo "Starting ${name}." # make sure there is no pam configuration for gdm service in base system if ! checkyesno gdm_preserve_base_pam_conf && [ -f /etc/pam.d/gdm ]; then cp -p /etc/pam.d/gdm /etc/pam.d/gdm_disabled - unlink /etc/pam.d/gdm + rm -f /etc/pam.d/gdm fi ( iter=0 @@ -52,9 +49,6 @@ done iter=0 while ! %%LOCALBASE%%/bin/lshal >/dev/null 2>&1 ; do - if [ ! -x %%LOCALBASE%%/bin/lshal ]; then - err 1 "%%LOCALBASE%%/bin/lshal is not installed" - fi if [ ${iter} -eq 60 ]; then break fi @@ -64,4 +58,5 @@ LANG=${gdm_lang} ${command} ${gdm_flags} ) & } +load_rc_config ${name} run_rc_command "$1" Index: x11/gdm/files/gdm.pam.in =================================================================== --- x11/gdm/files/gdm.pam.in (revision 314608) +++ x11/gdm/files/gdm.pam.in (working copy) @@ -1,6 +1,6 @@ # # $FreeBSD$ -# $MCom: ports-stable/x11/gdm/files/gdm.pam.in,v 1.3 2010/07/21 13:50:46 kwm Exp $ +# $MCom: ports/x11/gdm/files/gdm.pam.in,v 1.17 2011/06/02 11:58:24 kwm Exp $ # # PAM configuration for the "gdm" service # Index: x11/gdm/files/patch-daemon_gdm-session-worker.c =================================================================== --- x11/gdm/files/patch-daemon_gdm-session-worker.c (revision 314608) +++ x11/gdm/files/patch-daemon_gdm-session-worker.c (working copy) @@ -1,5 +1,5 @@ ---- daemon/gdm-session-worker.c.orig 2010-08-11 13:40:07.000000000 -0400 -+++ daemon/gdm-session-worker.c 2011-08-13 23:37:04.000000000 -0400 +--- daemon/gdm-session-worker.c.orig 2011-06-02 09:50:17.000000000 -0500 ++++ daemon/gdm-session-worker.c 2011-06-24 17:59:50.000000000 -0500 @@ -31,6 +31,9 @@ #include #include @@ -10,7 +10,7 @@ #ifdef HAVE_LOGINDEVPERM #include -@@ -341,7 +344,7 @@ gdm_session_execute (const char *file, +@@ -341,7 +344,7 @@ * what to search if PATH is unset. POSIX may, dunno. */ @@ -19,50 +19,7 @@ } len = strlen (file) + 1; -@@ -1035,17 +1038,6 @@ gdm_cache_copy_file (GdmSessionWorker *w - error->message); - g_error_free (error); - } else { -- int res; -- -- res = chown (cachefilename, -- worker->priv->uid, -- worker->priv->gid); -- if (res == -1) { -- g_warning ("GdmSessionWorker: Error setting owner of cache file: %s", -- g_strerror (errno)); -- } -- -- g_chmod (cachefilename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); - g_debug ("Copy successful"); - } - -@@ -1183,7 +1175,23 @@ gdm_session_worker_uninitialize_pam (Gdm - return; - - if (worker->priv->state >= GDM_SESSION_WORKER_STATE_SESSION_OPENED) { -- gdm_session_worker_cache_userfiles (worker); -+ pid_t pid; -+ -+ pid = fork (); -+ -+ if (pid == 0) { -+ if (setuid (worker->priv->uid) < 0) { -+ g_debug ("GdmSessionWorker: could not reset uid: %s", g_strerror (errno)); -+ _exit (1); -+ } -+ -+ gdm_session_worker_cache_userfiles (worker); -+ _exit (0); -+ } -+ -+ if (pid > 0) { -+ gdm_wait_on_pid (pid); -+ } - pam_close_session (worker->priv->pam_handle, 0); - gdm_session_auditor_report_logout (worker->priv->auditor); - -@@ -2027,15 +2035,16 @@ gdm_session_worker_start_user_session (G +@@ -2032,15 +2035,16 @@ char *cachedirname; char *home_dir; int fd; @@ -83,7 +40,7 @@ if (setsid () < 0) { g_debug ("GdmSessionWorker: could not set pid '%u' as leader of new session and process group - %s", -@@ -2043,6 +2052,26 @@ gdm_session_worker_start_user_session (G +@@ -2048,6 +2052,25 @@ _exit (2); } @@ -93,7 +50,6 @@ + g_debug ("%s: setusercontext () failed for %s. " + "Aborting.", "gdm_session_worker_start_user_session", + login ? login : "(null)"); -+ _exit (1); + } + + /* Propagate PATH environment variable from user context to child processes */ Index: x11/gdm/pkg-plist =================================================================== --- x11/gdm/pkg-plist (revision 314608) +++ x11/gdm/pkg-plist (working copy) @@ -10,6 +10,8 @@ etc/gdm/custom.conf.default @exec [ -f %B/custom.conf ] || cp %B/%f %B/custom.conf etc/gdm/gdm.schemas +etc/gdm/home/.local/share/applications/mime-dummy-handler.desktop +etc/gdm/home/.local/share/applications/mimeapps.list etc/pam.d/gdm libdata/bonobo/servers/GNOME_FastUserSwitchApplet.server libexec/gdm-crash-logger @@ -223,6 +225,9 @@ @dirrm etc/gdm/PostSession @dirrm etc/gdm/PostLogin @dirrm etc/gdm/Init +@dirrmtry etc/gdm/home/.local/share/applications +@dirrmtry etc/gdm/home/.local/share +@dirrmtry etc/gdm/home/.local @unexec rm -rf %D/etc/gdm/home/.gconf* @dirrmtry etc/gdm/home @dirrmtry etc/gdm @@ -230,11 +235,6 @@ @dirrmtry etc/dm @dirrmtry share/log/gdm @dirrmtry share/log -@unexec /bin/rm -rf /var/gdm 2>/dev/null || /usr/bin/true -@unexec /bin/rm -rf /var/log/gdm 2>/dev/null || /usr/bin/true -@unexec /bin/rm -rf /var/run/gdm 2>/dev/null || /usr/bin/true -@unexec rmdir /var/cache/gdm 2>/dev/null || /usr/bin/true -@unexec rmdir /var/cache 2>/dev/null || /usr/bin/true @dirrmtry share/locale/zu/LC_MESSAGES @dirrmtry share/locale/zu @dirrmtry share/locale/zh_HK/LC_MESSAGES Index: x11/gnome-applets/Makefile =================================================================== --- x11/gnome-applets/Makefile (revision 314608) +++ x11/gnome-applets/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeapplets2 -# Date created: 26th May 2000 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gnome-applets/Makefile,v 1.219 2011/04/10 19:41:38 mezz Exp $ -# PORTNAME= gnome-applets PORTVERSION= 2.32.1.1 @@ -18,11 +14,11 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - gweather.1:${PORTSDIR}/net/libgweather \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ - xklavier.12:${PORTSDIR}/x11/libxklavier \ - gucharmap.7:${PORTSDIR}/deskutils/gucharmap +LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop \ + gweather:${PORTSDIR}/net/libgweather \ + polkit-gobject-1:${PORTSDIR}/sysutils/polkit \ + xklavier:${PORTSDIR}/x11/libxklavier \ + gucharmap:${PORTSDIR}/deskutils/gucharmap RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon @@ -32,9 +28,8 @@ INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gnomedocutils \ - libgnomekbd -WANT_GNOME= yes +USES= pathfix +USE_GNOME= gnomeprefix intlhack gnomepanel gnomedocutils libgnomekbd USE_GSTREAMER= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-mixer-applet \ @@ -46,36 +41,17 @@ GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \ mixer.schemas multiload.schemas stickynotes.schemas -OPTIONS= MINI_COMMANDER "Enable mini-commander applet" off +OPTIONS_DEFINE= MINI_COMMANDER +MINI_COMMANDER_DESC= Mini-commander applet -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif +.include -.include - .if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \ - !defined(WITHOUT_LIBNOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify + !${PORT_OPTIONS:MNOTIFY} +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify .endif -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -CFLAGS+= -fPIC -PLIST_SUB= BATTERY="@comment " -.else -GCONF_SCHEMAS+= battstat.schemas -PLIST_SUB= BATTERY="" -.endif - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -PLIST_SUB+= CPUFREQ="@comment " -.else -PLIST_SUB+= CPUFREQ="" -GCONF_SCHEMAS+= cpufreq-applet.schemas -.endif - -.if defined(WITH_MINI_COMMANDER) +.if ${PORT_OPTIONS:MMINI_COMMANDER} CONFIGURE_ARGS+= --enable-mini-commander GCONF_SCHEMAS+= mini-commander-global.schemas mini-commander.schemas PLIST_SUB+= COMMANDER="" OLDCOMMANDER="@comment " @@ -93,6 +69,23 @@ PLIST_SUB+= PYTHON="@comment " .endif +.include + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +CFLAGS+= -fPIC +PLIST_SUB= BATTERY="@comment " +.else +GCONF_SCHEMAS+= battstat.schemas +PLIST_SUB= BATTERY="" +.endif + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +PLIST_SUB+= CPUFREQ="@comment " +.else +PLIST_SUB+= CPUFREQ="" +GCONF_SCHEMAS+= cpufreq-applet.schemas +.endif + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|" == "|" = "|g' Index: x11/gnome-panel/Makefile =================================================================== --- x11/gnome-panel/Makefile (revision 314608) +++ x11/gnome-panel/Makefile (working copy) @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.230 2010/11/17 13:01:32 kwm Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.237 2012/10/25 09:21:00 kwm Exp $ # PORTNAME= gnome-panel PORTVERSION= 2.32.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,19 +20,21 @@ .if !defined(REFERENCE_PORT) -LIB_DEPENDS= gweather.1:${PORTSDIR}/net/libgweather \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra +LIB_DEPENDS= gweather:${PORTSDIR}/net/libgweather \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + canberra-gtk:${PORTSDIR}/audio/libcanberra +CONFLICTS= gnome-panel-3.[0-9]* mate-panel-* + USE_GETTEXT= yes USE_XORG= ice sm x11 xau xrandr USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop libwnck gnomemenus \ +USES= pathfix +USE_GNOME= gnomeprefix intlhack gnomedesktop libwnck gnomemenus \ gnomedocutils ltverhack referencehack librsvg2 -WANT_GNOME= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-network-manager @@ -46,24 +48,21 @@ panel-toplevel.schemas window-list.schemas \ workspace-switcher.schemas -OPTIONS= EVOLUTION "use the Evolution calendar if installed" on \ - BONOBO "Support for bonobo applets aka Gnome 2 applets" on +OPTIONS_DEFINE= EVOLUTION BONOBO +OPTIONS_DEFAULT=EVOLUTION BONOBO +EVOLUTION_DESC= Use the Evolution calendar +BONOBO_DESC= Support for bonobo applets aka Gnome 2 applets -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif +.include -.include - -.if !defined(WITHOUT_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!="" +.if ${PORT_OPTIONS:MEVOLUTION} USE_GNOME+= evolutiondataserver #CONFIGURE_ARGS+=--enable-eds .else CONFIGURE_ARGS+=--disable-eds .endif -.if defined(WITH_BONOBO) +.if ${PORT_OPTIONS:MBONOBO} USE_GNOME+= libbonoboui CONFIGURE_ARGS+=--enable-bonobo PLIST_SUB+= BONOBO="" @@ -86,6 +85,6 @@ @${MKDIR} ${PREFIX}/lib/gnome-panel/modules -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gnome-panel/modules -.include +.include .endif Index: x11/gnome-screensaver/Makefile =================================================================== --- x11/gnome-screensaver/Makefile (revision 314608) +++ x11/gnome-screensaver/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-screensaver -# Date created: 09 June 2005 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.124 2011/04/09 16:54:20 mezz Exp $ -# +# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.125 2012/09/03 16:28:29 mezz Exp $ PORTNAME= gnome-screensaver PORTVERSION= 2.30.2 @@ -16,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen saver and locker -LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify RUN_DEPENDS= xscreensaver-gl-helper:${PORTSDIR}/x11/xscreensaver-gnome-hacks CONFLICTS= gnome-screensaver-3.[0-9]* @@ -26,8 +22,8 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes USE_XORG= xtst xxf86vm -USE_GNOME= gnomeprefix gnomehack intlhack gnomemenus libgnomekbd \ - gnomedesktop +USES= pathfix +USE_GNOME= gnomeprefix intlhack gnomemenus libgnomekbd gnomedesktop CONFIGURE_ARGS= --with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \ --with-xscreensaverdir=${XSCREENSAVER_DIR} \ --with-xscreensaverhackdir=${LOCALBASE}/bin/xscreensaver-hacks @@ -46,12 +42,14 @@ XSCREENSAVER_EXCLUDE= "(popsquares.xml)" -OPTIONS= PAM "Pluggable Authentication Module support" on \ - KEYRING "Enable GnomeKeyring integration (needs PAM)" on +OPTIONS_DEFINE= PAM KEYRING +OPTIONS_DEFAULT=PAM KEYRING +PAM_DESC= Pluggable Authentication Module support +KEYRING_DESC= GnomeKeyring integration (needs PAM) -.include +.include -.if defined(WITH_PAM) +.if ${PORT_OPTIONS:MPAM} RUN_DEPENDS+= pam_helper:${PORTSDIR}/security/pam_helper CONFIGURE_ARGS+= --enable-authentication-scheme=helper \ --with-passwd-helper=${LOCALBASE}/bin/pam_helper @@ -61,7 +59,7 @@ PLIST_SUB+= PAM="@comment " .endif -.if defined(WITH_KEYRING) && defined(WITH_PAM) +.if ${PORT_OPTIONS:MKEYRING} && ${PORT_OPTIONS:MPAM} SUB_LIST+= PAM_KEYRING= RUN_DEPENDS+= ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring .else @@ -69,12 +67,12 @@ .endif pre-everything:: -.if defined(WITHOUT_PAM) && defined(WITH_KEYRING) +.if !${PORT_OPTIONS:MPAM} && ${PORT_OPTIONS:MKEYRING} @${ECHO_MSG} "Keyring integration is disabled because it needs PAM." .endif post-patch: -.if defined(WITH_PAM) +.if ${PORT_OPTIONS:MPAM} @${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \ ${WRKSRC}/src/gs-auth-pam.c .endif @@ -95,8 +93,8 @@ ${FIND} -s ${XSCREENSAVER_DIR} -maxdepth 1 -type f -name "*.xml" | \ ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ ${XARGS} ${WRKSRC}/data/migrate-xscreensaver-config.sh -.if defined(WITH_PAM) +.if ${PORT_OPTIONS:MPAM} ${INSTALL_DATA} ${WRKDIR}/gnome-screensaver.pam ${PREFIX}/etc/pam.d/gnome-screensaver .endif -.include +.include Index: x11/gnome2/Makefile =================================================================== --- x11/gnome2/Makefile (revision 314608) +++ x11/gnome2/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gnome2/Makefile,v 1.300 2010/11/18 01:37:46 kwm Exp $ -# PORTNAME= gnome2 PORTVERSION= 2.32.1 @@ -67,8 +63,9 @@ .endif .if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" -OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off \ - MAPI "Depend on evolution-mapi (pulls in samba4)" off +OPTIONS_DEFINE= XSCHEENSAVER +XSCREENSAVER_DESC= Use xscreensaver as screen saver app +# MAPI "Depend on evolution-mapi (pulls in samba4) .endif do-install: # empty @@ -101,14 +98,14 @@ .if ${ARCH} == "i386" #RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .endif -.if defined(WITH_MAPI) +.if ${PORT_OPTIONS:MMAPI} RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libexchangemapi-1.0.pc:${PORTSDIR}/mail/evolution-mapi .endif .endif .endif .if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" -.if defined(WITH_XSCREENSAVER) +.if ${PORT_OPTIONS:MXSCREENSAVER} RUN_DEPENDS+= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome .else RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver Index: x11/xscreensaver-gnome-hacks/Makefile =================================================================== --- x11/xscreensaver-gnome-hacks/Makefile (revision 314608) +++ x11/xscreensaver-gnome-hacks/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xscreensaver-gnome-hacks -# Date created: 12 September 2005 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# PORTNAME= xscreensaver-gnome-hacks PORTREVISION= 1 @@ -17,7 +13,8 @@ CONFLICTS= xscreensaver-[0-9]* xscreensaver-gnome-[0-9]* -OPTIONS= ALL_FORTUNES "Enable support for all fortunes" off +OPTIONS_DEFINE= ALL_FORTUNES +ALL_FORTUNES_DESC= Enable support for all fortunes EXTRA_PATCHES= ${FILESDIR}/extra-patch-nodriver Index: x11/zenity/Makefile =================================================================== --- x11/zenity/Makefile (revision 314608) +++ x11/zenity/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: zenity -# Date created: 01 Mar 2003 -# Whom: Franz Klammer -# +# Created by: Franz Klammer # $FreeBSD$ -# $MCom: ports/x11/zenity/Makefile,v 1.111 2010/11/16 10:25:21 kwm Exp $ -# +# $MCom: ports/x11/zenity/Makefile,v 1.119 2013/01/09 18:51:14 kwm Exp $ PORTNAME= zenity PORTVERSION= 2.32.1 @@ -20,7 +16,8 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 gnomedocutils intlhack +USES= pathfix +USE_GNOME= gnomeprefix gtk20 gnomedocutils intlhack USE_BZIP2= yes USE_GETTEXT= yes GNU_CONFIGURE= yes @@ -28,20 +25,22 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib -lintl +CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" MAN1= zenity.1 CONFLICTS= gtkada-1.2.* -OPTIONS= NOTIFY "Enable libnotify support" on +OPTIONS_DEFINE= NOTIFY +OPTIONS_DEFAULT=NOTIFY -.include +.include .if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --enable-libnotify .else CONFIGURE_ARGS+= --disable-libnotify .endif -.include +.include Index: x11-toolkits/libwnck/Makefile =================================================================== --- x11-toolkits/libwnck/Makefile (revision 314608) +++ x11-toolkits/libwnck/Makefile (working copy) @@ -30,17 +30,19 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS= STARTUP "Enable startup notification support" on +OPTIONS_DEFINE= STARTUP +OPTIONS_DEFAULT=STARTUP +STARTUP_DESC= Startup notification support -.include +.include -.if !defined(WITHOUT_STARTUP) -LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification +.if ${PORT_OPTIONS:MSTARTUP} +LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification .endif -.include +.include .endif Index: x11-toolkits/py-gtk2/Makefile =================================================================== --- x11-toolkits/py-gtk2/Makefile (revision 314608) +++ x11-toolkits/py-gtk2/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-gtk2 -# Date created: 08/13/2002 -# Whom: marc@informatik.uni-bremen.de -# +# Created by: marc@informatik.uni-bremen.de # $FreeBSD$ # $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.78 2011/04/01 12:35:27 kwm Exp $ -# PORTNAME= gtk PORTVERSION= 2.24.0 @@ -17,7 +13,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GTK+ +COMMENT= Set of Python bindings for GTK+ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo @@ -25,7 +21,8 @@ LATEST_LINK= py-gtk2 USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack libglade2 pygobject +USES= pathfix +USE_GNOME= libglade2 pygobject USE_PYTHON= yes USE_GETTEXT= yes GNU_CONFIGURE= yes @@ -41,11 +38,12 @@ CONFLICTS= py*-gtk-0* -OPTIONS= NUMPY "Enable numpy support (pulls in gcc44)" off +OPTIONS_DEFINE= NUMPY +NUMPY_DESC= Numpy support (pulls in gcc44) -.include +.include -.if defined(WITH_NUMPY) +.if ${PORT_OPTIONS:MNUMPY} BUILD_DEPENDS+= ${PYNUMPY} RUN_DEPENDS+= ${PYNUMPY} CONFIGURE_ARGS+=--enable-numpy @@ -66,17 +64,17 @@ .endif post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EXAMPLESDIR} ${FIND} ${EXAMPLESDIR} -type d -print | ${XARGS} ${CHMOD} 0555 ${FIND} ${EXAMPLESDIR} -type f -print | ${XARGS} ${CHMOD} 0444 .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/MAPPING ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/THREADS ${DOCSDIR} .endif -.include +.include