mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.6.13
This commit is contained in:
parent
d9a29ad3c7
commit
9af2da55a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171919
6 changed files with 8 additions and 21 deletions
|
@ -6,7 +6,7 @@
|
|||
# $Id: Makefile,v 1.2 2006/02/15 19:15:40 tmclau02 Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net dns
|
||||
PKGNAMESUFFIX= -sharp
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@ libdata/pkgconfig/avahi-sharp.pc
|
|||
@dirrm lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5
|
||||
@dirrm lib/mono/gac/avahi-sharp
|
||||
@dirrm lib/mono/avahi-sharp
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
# $MCom: ports/net/avahi/Makefile,v 1.15 2006/04/28 01:52:15 marcus Exp $
|
||||
|
||||
PORTNAME= avahi
|
||||
PORTVERSION= 0.6.12
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 0.6.13
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= net dns
|
||||
MASTER_SITES= http://www.avahi.org/download/
|
||||
|
||||
|
@ -22,7 +22,7 @@ LIB_DEPENDS?= expat.6:${PORTSDIR}/textproc/expat2 \
|
|||
USE_GNOME?= gnomehack ltverhack glib20
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS?=--with-distro=freebsd \
|
||||
--with-dbus-system-address=unix:path=/var/run/dbus/dbus.pipe \
|
||||
--disable-qt3 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (avahi-0.6.12.tar.gz) = dc9ab59c59fe3a5bb42a570898f56744
|
||||
SHA256 (avahi-0.6.12.tar.gz) = 3083d2aa0313e66f3b13eea39aee15578505fa98c2c8515dccfe46f8dd11bb2f
|
||||
SIZE (avahi-0.6.12.tar.gz) = 886104
|
||||
MD5 (avahi-0.6.13.tar.gz) = d1000689979105cc95b9ca102284aae4
|
||||
SHA256 (avahi-0.6.13.tar.gz) = 5e10afd1d3e98eac31ac0a4bdab63e6672b66a4bfd192eb700e6d3903be7b4b9
|
||||
SIZE (avahi-0.6.13.tar.gz) = 895380
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.orig Mon Jul 3 14:57:08 2006
|
||||
+++ configure Mon Jul 3 14:58:09 2006
|
||||
@@ -20536,7 +20536,7 @@ fi
|
||||
# this is useful
|
||||
{ echo "$as_me:$LINENO: checking whether to check for GCC pthread/shared inconsistencies" >&5
|
||||
echo $ECHO_N "checking whether to check for GCC pthread/shared inconsistencies... $ECHO_C" >&6; }
|
||||
- if test x"$GCC" != xyes; then
|
||||
+ if test x"" != xyes; then
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
else
|
|
@ -7,6 +7,7 @@ bin/avahi-publish-service
|
|||
bin/avahi-resolve
|
||||
bin/avahi-resolve-address
|
||||
bin/avahi-resolve-host-name
|
||||
bin/avahi-set-host-name
|
||||
etc/avahi/avahi-daemon.conf
|
||||
etc/avahi/avahi-dnsconfd.action
|
||||
etc/avahi/hosts
|
||||
|
@ -90,7 +91,6 @@ libdata/pkgconfig/avahi-core.pc
|
|||
libdata/pkgconfig/avahi-glib.pc
|
||||
sbin/avahi-daemon
|
||||
sbin/avahi-dnsconfd
|
||||
@exec mkdir -p %D/%%DOCSDIR%%
|
||||
%%DATADIR%%/avahi-service.dtd
|
||||
%%GTK%%%%DATADIR%%/interfaces/avahi-discover.glade
|
||||
%%DATADIR%%/introspection/AddressResolver.introspect
|
||||
|
@ -106,7 +106,6 @@ sbin/avahi-dnsconfd
|
|||
@dirrm %%DATADIR%%/introspection
|
||||
%%GTK%%@dirrm %%DATADIR%%/interfaces
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm include/avahi-glib
|
||||
@dirrm include/avahi-core
|
||||
%%LIBDNS%%@dirrm include/avahi-compat-libdns_sd
|
||||
|
|
Loading…
Add table
Reference in a new issue