diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-05-04 12:08:12 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-05-04 12:08:12 +0000 |
commit | 4fda0bc91c2a242031f6913ac014dc62049c330c (patch) | |
tree | 6334b3a2b0e56b814492648b9d0abb234c2a70b2 /audio | |
parent | e8070466641d3dde84e90fa94fec4869aca14a4c (diff) | |
download | ports-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 '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: |