1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-engine

Fix up botched variable in mysql-workbench51 that prevents patching.
Correct farsight2 master_site and add mirror.

Submitted by:	pointyhat via miwi
Approved by:	portmgr (miwi)
This commit is contained in:
Koop Mast 2013-04-02 09:27:05 +00:00
parent dabd8fe549
commit d4dc90dad1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315661
5 changed files with 14 additions and 4 deletions

View File

@ -73,8 +73,8 @@ post-patch:
${WRKSRC}/library/canvas/src/mdc_canvas_view.h \
${WRKSRC}/library/canvas/src/mdc_canvas_view_printing.cpp \
${WRKSRC}/modules/wb.mysql.import/src/stdafx.h \
${WKRSRC}/modules/db.mysql.sqlparser/src/stdafx.h \
${WKRSRC}/modules/db.mysql.sqlparser/src/mysql_sql_parser_fe.cpp \
${WRKSRC}/modules/db.mysql.sqlparser/src/stdafx.h \
${WRKSRC}/modules/db.mysql.sqlparser/src/mysql_sql_parser_fe.cpp \
${WRKSRC}/plugins/wb.printing/backend/stdafx.h \
${WRKSRC}/plugins/db.mysql/backend/db_plugin_be.cpp

View File

@ -44,5 +44,7 @@ PLIST_SUB+= NLS="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|glib/.*\.h|glib.h|g' \
${WRKSRC}/src/*.[ch]
.include <bsd.port.mk>

View File

@ -5,7 +5,8 @@
PORTNAME= farsight2
PORTVERSION= 0.0.31
CATEGORIES= net-im devel
MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/
MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farsight2/ \
http://miwibox.org/distfiles/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of GStreamer modules and libraries for videoconferencing
@ -14,7 +15,6 @@ LIB_DEPENDS= nice:${PORTSDIR}/net-im/libnice
CONFLICTS= farstream-[0-9]*
FETCH_ARGS= -Fpr
USE_GMAKE= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes

View File

@ -20,4 +20,8 @@ USE_BZIP2= yes
USES= cmake
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \
${WRKSRC}/src/olestream.h
.include <bsd.port.mk>

View File

@ -32,4 +32,8 @@ ANIMATION_DESC= Animation support
CONFIGURE_ARGS+=--enable-animation
.endif
post-patch:
@${REINPLACE_CMD} -e 's|glib/gtimer.h|glib.h|g' \
${WRKSRC}/src/animation.c
.include <bsd.port.mk>