diff options
author | swills <swills@FreeBSD.org> | 2010-11-27 11:32:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2010-11-27 11:32:41 +0800 |
commit | 300d45e279bac3791ad56d30b2c5822af32e51ee (patch) | |
tree | e168e0a0449626d48ad7ee6716e171cdab82bc8d /devel | |
parent | 014fe77dbe129d3dd01bd93c76c8e50e72ee8372 (diff) | |
download | freebsd-ports-gnome-300d45e279bac3791ad56d30b2c5822af32e51ee.tar.gz freebsd-ports-gnome-300d45e279bac3791ad56d30b2c5822af32e51ee.tar.zst freebsd-ports-gnome-300d45e279bac3791ad56d30b2c5822af32e51ee.zip |
- Update to 0.90.5
- create ports for vte, gstreamer, gtksourceview2, poppler and goocanvas modules
- sort depends in meta port
- remove patch to ruby-gtk2 that's merged upstream
- remove old gtksourceview module which seems broken
Submitted by: swills (myself)
Approved by: wxs (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-gconf2/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-glib2/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-gnomevfs/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-libglade2/Makefile | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/devel/ruby-gconf2/Makefile b/devel/ruby-gconf2/Makefile index 7c9c73aa35da..8302e031847d 100644 --- a/devel/ruby-gconf2/Makefile +++ b/devel/ruby-gconf2/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDI USE_RUBY= yes USE_GNOME= gconf2 USE_RUBY_EXTCONF= yes +CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" @@ -33,7 +34,6 @@ INSTALL_TARGET= site-install DOCS= COPYING.LIB ChangeLog README post-patch: general-patch -post-configure: general-configure post-install: .if !defined(NOPORTEXAMPLES) diff --git a/devel/ruby-glib2/Makefile b/devel/ruby-glib2/Makefile index e86622df0d7f..920773c591ed 100644 --- a/devel/ruby-glib2/Makefile +++ b/devel/ruby-glib2/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS+= ${BUILD_DEPENDS} USE_RUBY= yes USE_GNOME= glib20 USE_RUBY_EXTCONF= yes +CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" @@ -35,8 +36,6 @@ DOCS= COPYING.LIB ChangeLog README post-patch: general-patch @${RM} ${WRKSRC}/lib/gnome2-win32-binary-downloader.rb -post-configure: general-configure - post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${RUBY_MODEXAMPLESDIR} diff --git a/devel/ruby-gnomevfs/Makefile b/devel/ruby-gnomevfs/Makefile index b6c77e40ac3b..80fdc2597406 100644 --- a/devel/ruby-gnomevfs/Makefile +++ b/devel/ruby-gnomevfs/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDI USE_RUBY= yes USE_GNOME= gnomevfs2 USE_RUBY_EXTCONF= yes +CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" @@ -37,8 +38,6 @@ post-patch: general-patch ${WRKSRC}/tests/*.rb @${FIND} ${WRKSRC} -name '*.bak' -delete -post-configure: general-configure - post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${RUBY_MODEXAMPLESDIR} diff --git a/devel/ruby-libglade2/Makefile b/devel/ruby-libglade2/Makefile index 86d085a56846..134a85b876f0 100644 --- a/devel/ruby-libglade2/Makefile +++ b/devel/ruby-libglade2/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/gtk2.so:${PORTSDIR USE_RUBY= yes USE_GNOME= libglade2 USE_RUBY_EXTCONF= yes +CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" @@ -35,7 +36,6 @@ RUBY_SHEBANG_FILES= ${WRKSRC}/bin/ruby-glade-create-template DOCS= COPYING.LIB ChangeLog README post-patch: general-patch -post-configure: general-configure post-install: .if !defined(NOPORTEXAMPLES) |