Index: sysutils/nautilus-cd-burner/Makefile =================================================================== --- sysutils/nautilus-cd-burner/Makefile (revision 313441) +++ sysutils/nautilus-cd-burner/Makefile (working copy) @@ -1,10 +1,6 @@ -# New ports collection makefile for: nautilus-cd-burner -# Date created: 13 April 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/sysutils/nautilus-cd-burner/Makefile,v 1.149 2009/09/25 18:40:01 kwm Exp $ -# PORTNAME= nautilus-cd-burner PORTVERSION= 2.24.0 @@ -36,16 +32,24 @@ GCONF_SCHEMAS= nautilus-cd-burner.schemas -OPTIONS= DVD "Enable DVD support" on +OPTIONS_DEFINE= DVD +OPTIONS_DEFAULT=DVD +DVD_DESC= DVD support -.include +.include -.if !defined(WITHOUT_DVD) +.if ${PORT_OPTIONS:MDVD} RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools .endif +post-patch: + @${REINPLACE_CMD} -e 's|glib/g.*\.h>|glib.h>|g' \ + ${WRKSRC}/src/nautilus-burn.h \ + ${WRKSRC}/src/nautilus-burn-init.h \ + ${WRKSRC}/src/nautilus-cd-burner.h + post-install: -@update-desktop-database @${CAT} ${PKGMESSAGE} -.include +.include Index: deskutils/steadyflow/Makefile =================================================================== --- deskutils/steadyflow/Makefile (revision 313441) +++ deskutils/steadyflow/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= steadyflow PORTVERSION= 0.1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \ https://launchpadlibrarian.net/72208624/ @@ -13,8 +13,10 @@ LICENSE= GPLv3 +BROKEN= Doesn't build with vala 0.18 + LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - gee:${PORTSDIR}/devel/libgee \ + gee:${PORTSDIR}/devel/libgee06 \ notify:${PORTSDIR}/devel/libnotify \ unique-1:${PORTSDIR}/x11-toolkits/unique BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala Index: mail/gnome-gmail-notifier/Makefile =================================================================== --- mail/gnome-gmail-notifier/Makefile (revision 313441) +++ mail/gnome-gmail-notifier/Makefile (working copy) @@ -27,5 +27,7 @@ post-patch: @${REINPLACE_CMD} -e 's|@DATADIRNAME@|share|' ${WRKSRC}/po/Makefile.in.in + @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/src/main.h + .include Index: x11-toolkits/gtk-sharp10/Makefile =================================================================== --- x11-toolkits/gtk-sharp10/Makefile (revision 313441) +++ x11-toolkits/gtk-sharp10/Makefile (working copy) @@ -34,6 +34,8 @@ @${REINPLACE_CMD} -e 's|enable_gda=yes|enable_gda=no|g ; \ s|enable_gnomedb=yes|enable_gnomedb=no|g ; \ s|libgtkhtml-3.8|libgtkhtml-3.14|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/glib/glue/slist.c ${WRKSRC}/glib/glue/list.c pre-su-install: ${MKDIR} ${LOCALBASE}/share/gapi Index: devel/regexxer/Makefile =================================================================== --- devel/regexxer/Makefile (revision 313441) +++ devel/regexxer/Makefile (working copy) @@ -32,4 +32,8 @@ x-generate-plist: (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${GREP} regexxer) > temp-pkg-plist +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/src/globalstrings.h ${WRKSRC}/src/translation.h + .include Index: net-mgmt/gsnmp/Makefile =================================================================== --- net-mgmt/gsnmp/Makefile (revision 313441) +++ net-mgmt/gsnmp/Makefile (working copy) @@ -19,6 +19,7 @@ LIB_DEPENDS= gnet:${PORTSDIR}/net/gnet2 USE_GNOME= gnomehack glib20 +USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: x11/tilda/Makefile =================================================================== --- x11/tilda/Makefile (revision 313441) +++ x11/tilda/Makefile (working copy) @@ -25,6 +25,8 @@ post-patch: @${REINPLACE_CMD} -e 's|ps -C tilda -o pid=|pgrep tilda|' \ ${WRKSRC}/src/tilda.c + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/src/tomboykeybinder.h post-install: .if !defined (NOPORTDOCS) Index: audio/gnomoradio/Makefile =================================================================== --- audio/gnomoradio/Makefile (revision 313441) +++ audio/gnomoradio/Makefile (working copy) @@ -35,5 +35,9 @@ ${WRKSRC}/roboradio/mp3/Makefile.in @${REINPLACE_CMD} -e 's|static char|static const char|' \ ${WRKSRC}/gnomoradio/*.xpm + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/roboradio/mp3/common.c \ + ${WRKSRC}/roboradio/mp3/esd-audio.[ch] \ + ${WRKSRC}/roboradio/mp3/id3.h .include Index: net/gq/Makefile =================================================================== --- net/gq/Makefile (revision 313441) +++ net/gq/Makefile (working copy) @@ -39,4 +39,13 @@ CONFIGURE_ARGS+= --enable-cache .endif +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/src/syntax.h \ + ${WRKSRC}/src/glib-helpers.[ch] \ + ${WRKSRC}/src/gq-hash.h \ + ${WRKSRC}/src/gq-main-loop.h \ + ${WRKSRC}/src/gq-stack.[ch] \ + ${WRKSRC}/src/gq-tab.h + .include Index: net/gq/files/patch-src::state.c =================================================================== --- net/gq/files/patch-src::state.c (revision 313441) +++ net/gq/files/patch-src::state.c (working copy) @@ -1,6 +1,15 @@ ---- src/state.c.orig Thu Jul 29 09:44:27 2004 -+++ src/state.c Thu Jul 29 09:44:51 2004 -@@ -754,7 +754,7 @@ +--- src/state.c.orig 2008-01-09 16:35:12.000000000 +0000 ++++ src/state.c 2013-03-06 13:32:20.000000000 +0000 +@@ -36,7 +36,7 @@ + #include + + #include +-#include ++#include + #include + + #include "configfile.h" +@@ -806,7 +806,7 @@ } } @@ -8,4 +17,4 @@ + if (n != NULL && v!=NULL && v->type != 0) { char *ep; - assert(v); + g_assert(v); Index: net-p2p/rtorrent/Makefile =================================================================== --- net-p2p/rtorrent/Makefile (revision 313441) +++ net-p2p/rtorrent/Makefile (working copy) @@ -18,6 +18,7 @@ USE_GCC= 4.2+ GNU_CONFIGURE= yes +USE_PKGCONFIG= build LDFLAGS+= -pthread CONFIGURE_ARGS= --disable-debug Index: net-p2p/rtorrent-devel/Makefile =================================================================== --- net-p2p/rtorrent-devel/Makefile (revision 313441) +++ net-p2p/rtorrent-devel/Makefile (working copy) @@ -20,6 +20,7 @@ USE_GCC= 4.2+ GNU_CONFIGURE= yes +USE_PKGCONFIG= build LDFLAGS+= -pthread CONFIGURE_ARGS= --disable-debug Index: x11-toolkits/libzvt/files/patch-gnome-pty-helper.c =================================================================== --- x11-toolkits/libzvt/files/patch-gnome-pty-helper.c (revision 313441) +++ x11-toolkits/libzvt/files/patch-gnome-pty-helper.c (working copy) @@ -1,10 +1,13 @@ ---- libzvt/gnome-pty-helper.c -+++ libzvt/gnome-pty-helper.c -@@ -50,7 +50,6 @@ +--- libzvt/gnome-pty-helper.c.orig 2002-06-05 06:07:33.000000000 +0000 ++++ libzvt/gnome-pty-helper.c 2013-03-06 13:40:00.000000000 +0000 +@@ -50,9 +50,8 @@ #include #include #include -#include #include - #include +-#include ++#include #include "gnome-pty.h" + #include "gnome-login-support.h" + Index: misc/bigboard/Makefile =================================================================== --- misc/bigboard/Makefile (revision 313441) +++ misc/bigboard/Makefile (working copy) @@ -38,5 +38,7 @@ post-patch: @${FIND} ${WRKSRC} -type f -exec fgrep -l '%%LOCALBASE%%' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' -i .bak + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/bigboard/keybinder/tomboykeybinder.h .include Index: databases/libgnomedb/Makefile =================================================================== --- databases/libgnomedb/Makefile (revision 313441) +++ databases/libgnomedb/Makefile (working copy) @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= libgnomedb-3.0.schemas Index: deskutils/planner/Makefile =================================================================== --- deskutils/planner/Makefile (revision 313441) +++ deskutils/planner/Makefile (working copy) @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --enable-static \ --disable-python \ --disable-python-plugin -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= planner.schemas Index: www/screem/Makefile =================================================================== --- www/screem/Makefile (revision 313441) +++ www/screem/Makefile (working copy) @@ -49,5 +49,30 @@ s|-DGTK_DISABLE_DEPRECATED||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|\&\& make|\&\& $$(MAKE)|g' \ ${WRKSRC}/tests/Makefile.in + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/include/screem-markup.h \ + ${WRKSRC}/include/screem-mdi.h \ + ${WRKSRC}/include/screem-tagtree.h \ + ${WRKSRC}/libegg/util/egg-macros.h \ + ${WRKSRC}/src/screem-cvs.c \ + ${WRKSRC}/src/screem-dtd-db.c \ + ${WRKSRC}/src/screem-file-browser.c \ + ${WRKSRC}/src/screem-markup.c \ + ${WRKSRC}/src/screem-site-parse.c + @${REINPLACE_CMD} -e 's|glib/glist.h>|glib.h>|g' \ + -e 's|glib/gconvert.h>|glib.h>|g' \ + -e 's|glib/gunicode.h>|glib.h>|g' \ + -e 's|glib/gstrfuncs.h>|glib.h>|g' \ + -e 's|glib/gfileutils.h>|glib.h>|g' \ + -e 's|glib/ghash.h>|glib.h>|g' \ + ${WRKSRC}/plugins/entityWizard/entityWizard.c \ + ${WRKSRC}/src/screem-mdi.c \ + ${WRKSRC}/src/screem-page.c \ + ${WRKSRC}/src/screem-search.c \ + ${WRKSRC}/src/screem-site-ui.c \ + ${WRKSRC}/src/screem-site.c \ + ${WRKSRC}/src/screem-window-menus.c \ + ${WRKSRC}/src/fileops.c \ + ${WRKSRC}/src/support.c .include Index: security/pidgin-encryption/Makefile =================================================================== --- security/pidgin-encryption/Makefile (revision 313441) +++ security/pidgin-encryption/Makefile (working copy) @@ -43,5 +43,6 @@ post-extract: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|glib/.*\.h"|glib.h"|g' ${WRKSRC}/rsa_nss.c .include Index: editors/abiword/Makefile =================================================================== --- editors/abiword/Makefile (revision 313441) +++ editors/abiword/Makefile (working copy) @@ -84,6 +84,11 @@ PLIST_SUB+= CLIPART="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/goffice-bits/goffice/app/goffice-app.h \ + ${WRKSRC}/src/af/util/xp/ut_go_file.h + post-install: @${MKDIR} ${PREFIX}/lib/${PORTNAME}-${ABIVERSION}/plugins @-update-desktop-database Index: devel/ndesk-dbus-glib/Makefile =================================================================== --- devel/ndesk-dbus-glib/Makefile (revision 313441) +++ devel/ndesk-dbus-glib/Makefile (working copy) @@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus USE_GMAKE= yes +USE_PKGCONFIG= build USE_GNOME= gnomehack GNU_CONFIGURE= yes Index: devel/gconfmm/Makefile =================================================================== --- devel/gconfmm/Makefile (revision 313441) +++ devel/gconfmm/Makefile (working copy) @@ -25,4 +25,8 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/gconf/gconfmm/client.cc + .include Index: sysutils/rdup/Makefile =================================================================== --- sysutils/rdup/Makefile (revision 313441) +++ sysutils/rdup/Makefile (working copy) @@ -17,6 +17,7 @@ USE_BZIP2= yes USE_AUTOTOOLS= autoconf +USE_PKGCONFIG= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib Index: graphics/epdfview/Makefile =================================================================== --- graphics/epdfview/Makefile (revision 313441) +++ graphics/epdfview/Makefile (working copy) @@ -53,6 +53,10 @@ PLIST_SUB+= NLS="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/src/gtk/StockIcons.h + post-install: ${REINPLACE_CMD} -e 's,Icon.*,Icon=${DATADIR}/pixmaps/icon_epdfview-48.png,' ${WRKSRC}/data/${PORTNAME}.desktop ${MKDIR} ${PREFIX}/share/applications Index: games/monkeybubble/Makefile =================================================================== --- games/monkeybubble/Makefile (revision 313441) +++ games/monkeybubble/Makefile (working copy) @@ -32,5 +32,9 @@ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-g -O2||g ; \ s|-Werror||g' + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/src/net/message-handler.c \ + ${WRKSRC}/src/net/simple-server.c \ + ${WRKSRC}/src/ui/main.c .include Index: www/nspluginwrapper/Makefile =================================================================== --- www/nspluginwrapper/Makefile (revision 313441) +++ www/nspluginwrapper/Makefile (working copy) @@ -58,6 +58,9 @@ post-patch: ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ ${WRKSRC}/src/npw-config.c + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/src/npruntime.c ${WRKSRC}/src/npw-player.c \ + ${WRKSRC}/src/utils.c post-install: ${MKDIR} ${LIBDIR}/i386/linux Index: devel/guikachu/Makefile =================================================================== --- devel/guikachu/Makefile (revision 313441) +++ devel/guikachu/Makefile (working copy) @@ -33,4 +33,8 @@ # -e '/(UPDATE_MIME)/s|(mimedir)|(prefix)/share/mime|' \ # ${WRKSRC}/data/Makefile.in +post-patch: + @${REINPLACE_CMD} -e 's|glib/gwin32.h>|glib.h>|g' \ + ${WRKSRC}/src/ui.cc + .include Index: irc/minbif/Makefile =================================================================== --- irc/minbif/Makefile (revision 313441) +++ irc/minbif/Makefile (working copy) @@ -86,6 +86,9 @@ 's|"-lpthread -lstdc++"||' ${WRKSRC}/src/CMakeLists.txt @${REINPLACE_CMD} -e \ '/pam_misc.h/d' ${WRKSRC}/src/im/auth_pam.h + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/src/server_poll/daemon_fork.cpp \ + ${WRKSRC}/src/server_poll/inetd.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin Index: security/gpass/Makefile =================================================================== --- security/gpass/Makefile (revision 313441) +++ security/gpass/Makefile (working copy) @@ -29,6 +29,9 @@ post-patch: @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/include/gpass/error.h \ + ${WRKSRC}/src/helper.h post-install: @-update-desktop-database Index: devel/giggle/Makefile =================================================================== --- devel/giggle/Makefile (revision 313441) +++ devel/giggle/Makefile (working copy) @@ -28,7 +28,7 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lintl +LDFLAGS+= -L${LOCALBASE}/lib -lintl `pkg-config -libs gmodule-2.0` PLIST_SUB+= GIGGLE_VER=${PORTVERSION} .include Index: accessibility/at-poke/Makefile =================================================================== --- accessibility/at-poke/Makefile (revision 313441) +++ accessibility/at-poke/Makefile (working copy) @@ -21,4 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/eventlog.h + .include Index: textproc/xmlroff/Makefile =================================================================== --- textproc/xmlroff/Makefile (revision 313441) +++ textproc/xmlroff/Makefile (working copy) @@ -27,4 +27,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/libfo/fo-libfo-basic.h + .include Index: x11-toolkits/phat/Makefile =================================================================== --- x11-toolkits/phat/Makefile (revision 313441) +++ x11-toolkits/phat/Makefile (working copy) @@ -23,6 +23,7 @@ post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + -e 's|-Werror||g' \ ${WRKSRC}/configure .include Index: deskutils/glabels/Makefile =================================================================== --- deskutils/glabels/Makefile (revision 313441) +++ deskutils/glabels/Makefile (working copy) @@ -24,7 +24,7 @@ INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib MAN1= glabels.1 Index: graphics/dia/Makefile =================================================================== --- graphics/dia/Makefile (revision 313441) +++ graphics/dia/Makefile (working copy) @@ -71,6 +71,10 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/lib/intl.c + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/objects/custom/shape_typeinfo.c \ + ${WRKSRC}/tests/test-objects.c \ + ${WRKSRC}/tests/test-boundingbox.c .if defined(NOPORTDOCS) @${FIND} ${WRKSRC}/doc -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|$$(examples)||g ; s|$$(mkinstalldirs) $$(sysdoc)/examples||g ; \ Index: net-im/meanwhile/Makefile =================================================================== --- net-im/meanwhile/Makefile (revision 313441) +++ net-im/meanwhile/Makefile (working copy) @@ -7,7 +7,7 @@ PORTNAME= meanwhile PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= SF @@ -17,13 +17,18 @@ USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_GNOME= gnomehack glib20 +USE_PKGCONFIG= build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-doxygen=no \ --with-gmp-prefix=${LOCALBASE} -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION} +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/samples/*.c ${WRKSRC}/src/*.[ch] + .include Index: textproc/sagasu/Makefile =================================================================== --- textproc/sagasu/Makefile (revision 313441) +++ textproc/sagasu/Makefile (working copy) @@ -28,6 +28,7 @@ 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/util.h post-install: .if !defined(NOPORTDOCS) Index: textproc/sdcv/Makefile =================================================================== --- textproc/sdcv/Makefile (revision 313441) +++ textproc/sdcv/Makefile (working copy) @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_GNOME= glib20 +USE_PKGCONFIG= build SUB_FILES= pkg-message .if !defined(WITHOUT_NLS) Index: x11/avant-window-navigator/Makefile =================================================================== --- x11/avant-window-navigator/Makefile (revision 313441) +++ x11/avant-window-navigator/Makefile (working copy) @@ -69,5 +69,19 @@ ${WRKSRC}/awn-manager/awnManager.py @${REINPLACE_CMD} -e '1 s|bash|sh|' \ ${WRKSRC}/awn-manager/awn-launcher-editor.in + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ + ${WRKSRC}/libawn/egg/eggchecksum.h \ + ${WRKSRC}/libawn/awn-config-client-shared.c \ + ${WRKSRC}/libawn/awn-config-client-gconf.c + @${REINPLACE_CMD} -e 's|glib/gutils.h>|glib.h>|g' \ + ${WRKSRC}/libawn/awn-config-client-gkeyfile.c \ +libawn/egg/eggchecksum.h.bak:#include +libawn/awn-config-client-shared.c.bak:#include +libawn/awn-config-client-gkeyfile.c.bak:#include +libawn/awn-config-client-gkeyfile.c.bak:#include +libawn/awn-config-client-gconf.c.bak:#include +src/awn-task.c:#include +src/main.c:#include + .include