diff options
author | tijl <tijl@FreeBSD.org> | 2017-05-04 20:08:12 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-05-04 20:08:12 +0800 |
commit | 8fccc7b0dd6a376041ae5ff12feb002efba4a9c1 (patch) | |
tree | 6334b3a2b0e56b814492648b9d0abb234c2a70b2 /audio | |
parent | 205f392b2169bd907c1bb74b7dceebf170198fa0 (diff) | |
download | freebsd-ports-gnome-8fccc7b0dd6a376041ae5ff12feb002efba4a9c1.tar.gz freebsd-ports-gnome-8fccc7b0dd6a376041ae5ff12feb002efba4a9c1.tar.zst freebsd-ports-gnome-8fccc7b0dd6a376041ae5ff12feb002efba4a9c1.zip |
r431187 moved machine-id to the upstream default location. Remove patching
of the path in audio/pulseaudio and devel/glib20.
PR: 218983, 218984
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 7183f6249e31..aba8cdabed43 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -6,7 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ @@ -102,7 +102,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \ ${WRKSRC}/src/daemon/default.pa.in @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ ${WRKSRC}/configure post-install: |