diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-31 02:11:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-31 02:11:12 +0800 |
commit | 42cf1166bb5fca6ddc5518570fdc8ae074a1f185 (patch) | |
tree | b59b84ae37ffe8e495d795ad19f81351cc8d6023 /net | |
parent | 94d302af6745fe4485e24f9ad2737548c71851d8 (diff) | |
download | marcuscom-ports-42cf1166bb5fca6ddc5518570fdc8ae074a1f185.tar marcuscom-ports-42cf1166bb5fca6ddc5518570fdc8ae074a1f185.tar.gz marcuscom-ports-42cf1166bb5fca6ddc5518570fdc8ae074a1f185.tar.bz2 marcuscom-ports-42cf1166bb5fca6ddc5518570fdc8ae074a1f185.tar.lz marcuscom-ports-42cf1166bb5fca6ddc5518570fdc8ae074a1f185.tar.xz marcuscom-ports-42cf1166bb5fca6ddc5518570fdc8ae074a1f185.tar.zst marcuscom-ports-42cf1166bb5fca6ddc5518570fdc8ae074a1f185.zip |
Fix the Howl and mDNS compat pkgconfig files are the last commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5558 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi/Makefile | 4 | ||||
-rw-r--r-- | net/avahi/files/patch-Makefile.in | 20 |
2 files changed, 20 insertions, 4 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index fe4e5dd3e..75f4fb63e 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/avahi/Makefile,v 1.4 2006/01/27 00:25:39 ahze Exp $ +# $MCom: ports/net/avahi/Makefile,v 1.5 2006/01/29 18:45:07 marcus Exp $ PORTNAME= avahi PORTVERSION= 0.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net dns MASTER_SITES= http://www.avahi.org/download/ diff --git a/net/avahi/files/patch-Makefile.in b/net/avahi/files/patch-Makefile.in index 8467b3b3e..a117a3b11 100644 --- a/net/avahi/files/patch-Makefile.in +++ b/net/avahi/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sun Jan 29 13:36:41 2006 -+++ Makefile.in Sun Jan 29 13:37:37 2006 +--- Makefile.in.orig Mon Jan 30 13:05:47 2006 ++++ Makefile.in Mon Jan 30 13:07:36 2006 @@ -1037,6 +1037,8 @@ avahi-core.pc: avahi-core.pc.in sed -e 's,@prefix\@,$(prefix),g' \ @@ -9,3 +9,19 @@ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ @HAVE_DBUS_TRUE@avahi-client.pc: avahi-client.pc.in +@@ -1047,11 +1049,15 @@ + @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@avahi-compat-howl.pc: avahi-compat-howl.pc.in + @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ + @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@libdir\@,$(libdir),g' \ ++@ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ ++@ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ + @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ -e 's,@HOWL_COMPAT_VERSION\@,$(HOWL_COMPAT_VERSION),g' $< > $@ + + @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@avahi-compat-libdns_sd.pc: avahi-compat-libdns_sd.pc.in + @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ sed -e 's,@prefix\@,$(prefix),g' \ + @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@libdir\@,$(libdir),g' \ ++@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_CFLAGS\@,$(PTHREAD_CFLAGS),g' \ ++@ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PTHREAD_LIBS\@,$(PTHREAD_LIBS),g' \ + @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ + + @HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@avahi-sharp.pc: avahi-sharp.pc.in |