aboutsummaryrefslogtreecommitdiff
path: root/devel/glib20
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-05-04 12:08:12 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-05-04 12:08:12 +0000
commit4fda0bc91c2a242031f6913ac014dc62049c330c (patch)
tree6334b3a2b0e56b814492648b9d0abb234c2a70b2 /devel/glib20
parente8070466641d3dde84e90fa94fec4869aca14a4c (diff)
downloadports-4fda0bc91c2a242031f6913ac014dc62049c330c.tar.gz
ports-4fda0bc91c2a242031f6913ac014dc62049c330c.zip
r431187 moved machine-id to the upstream default location. Remove patching
of the path in audio/pulseaudio and devel/glib20. PR: 218983, 218984
Notes
Notes: svn path=/head/; revision=440100
Diffstat (limited to 'devel/glib20')
-rw-r--r--devel/glib20/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index cb638b3a26c7..efe0188861c1 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -3,7 +3,7 @@
PORTNAME= glib
PORTVERSION= 2.50.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= GNOME
@@ -93,9 +93,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
s|/usr/share/locale/locale|${LOCALBASE}/share/locale/locale|g' \
${WRKSRC}/glib/gutils.c
- @${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \
- ${WRKSRC}/gio/gdbusaddress.c ${WRKSRC}/gio/gdbusprivate.c \
- ${WRKSRC}/po/*.po
@${REINPLACE_CMD} -e 's|inotify_support=yes|inotify_support=no| ; \
s|-Werror|| ; \
s|#define HAVE_SYS_INOTIFY_H 1||' ${WRKSRC}/configure