mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Add net/linux-c6-avahi-libs and add it as a dependency of emulators/linux-c6.
Differential Revision: D902 Approved by: portmgr (bapt)
This commit is contained in:
parent
d93f281bb6
commit
6d89ef33f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370150
@ -59,7 +59,7 @@ WEB_AUTH= nvu
|
||||
|
||||
# Non-version specific components
|
||||
_LINUX_APPS_ALL= allegro alsalib alsa-plugins-oss alsa-plugins-pulseaudio \
|
||||
arts aspell atk cairo cups-libs curl dri devtools esound expat \
|
||||
arts aspell atk avahi-libs cairo cups-libs curl dri devtools esound expat \
|
||||
flac fontconfig freealut gdkpixbuf gnutls gtk2 hicontheme imlib jpeg libaudiofile \
|
||||
libasyncns libg2c libgcrypt libglade2 libglu libgpg-error libmng libogg \
|
||||
libpciaccess libsigcpp20 libsndfile libtasn1 libtheora libvorbis libxml2 mikmod \
|
||||
@ -121,6 +121,10 @@ atk_c6_FILE= ${LINUXBASE}/usr/lib/libatk-1.0.so.0.3009.1
|
||||
atk_DETECT= ${atk${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
|
||||
atk_PORT= ${PORTSDIR}/accessibility/linux${LINUX_DIST_SUFFIX}-atk
|
||||
|
||||
avahi-libs_c6_FILE= ${LINUXBASE}/usr/lib/libavahi-client.so.3.2.5
|
||||
avahi-libs_DETECT= ${avahi-libs${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
|
||||
avahi-libs_PORT= ${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-avahi-libs
|
||||
|
||||
blt_f10_FILE= ${LINUXBASE}/usr/lib/libBLT24.so # FIXME: deprecated, merged into tcl/tk85
|
||||
blt_DETECT= ${blt${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
|
||||
blt_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-blt
|
||||
|
@ -76,6 +76,7 @@ RUN_DEPENDS+= linux-c6-libasyncns>0:${PORTSDIR}/dns/linux-c6-libasyncns \
|
||||
linux-c6-curl>0:${PORTSDIR}/ftp/linux-c6-curl \
|
||||
linux-c6-tcp_wrappers-libs>0:${PORTSDIR}/net/linux-c6-tcp_wrappers-libs \
|
||||
linux-c6-openldap>0:${PORTSDIR}/net/linux-c6-openldap \
|
||||
linux-c6-avahi-libs>0:${PORTSDIR}/net/linux-c6-avahi-libs \
|
||||
linux-c6-expat>0:${PORTSDIR}/textproc/linux-c6-expat \
|
||||
linux-c6-aspell>0:${PORTSDIR}/textproc/linux-c6-aspell \
|
||||
linux-c6-libxml2>0:${PORTSDIR}/textproc/linux-c6-libxml2 \
|
||||
|
@ -326,6 +326,7 @@
|
||||
SUBDIR += linc-reference
|
||||
SUBDIR += linknx
|
||||
SUBDIR += linphone
|
||||
SUBDIR += linux-c6-avahi-libs
|
||||
SUBDIR += linux-c6-openldap
|
||||
SUBDIR += linux-c6-tcp_wrappers-libs
|
||||
SUBDIR += linux-f10-nss_ldap
|
||||
|
22
net/linux-c6-avahi-libs/Makefile
Normal file
22
net/linux-c6-avahi-libs/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: lme
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= avahi-libs
|
||||
PORTVERSION= 0.6.25
|
||||
CATEGORIES= net linux
|
||||
|
||||
MAINTAINER= emulation@FreeBSD.org
|
||||
COMMENT= Libraries for Avahi (Linux CentOS ${LINUX_DIST_VER})
|
||||
|
||||
USE_LINUX= c6
|
||||
USE_LINUX_RPM= yes
|
||||
|
||||
RPMVERSION= 12.el6
|
||||
USE_LDCONFIG= yes
|
||||
SRC_DISTFILES= ${PORTNAME:S/-libs//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}
|
||||
DESCR= ${.CURDIR}/../avahi/pkg-descr
|
||||
|
||||
PLIST_FILES= usr/lib/libavahi-client.so.3 usr/lib/libavahi-client.so.3.2.5 \
|
||||
usr/lib/libavahi-common.so.3 usr/lib/libavahi-common.so.3.5.1
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/linux-c6-avahi-libs/distinfo.i686
Normal file
4
net/linux-c6-avahi-libs/distinfo.i686
Normal file
@ -0,0 +1,4 @@
|
||||
SHA256 (rpm/i686/centos/6.5/avahi-libs-0.6.25-12.el6.i686.rpm) = 337a51ed1a94c8341355468dccb78641585cfc7470551b327a72b1f3c231aad4
|
||||
SIZE (rpm/i686/centos/6.5/avahi-libs-0.6.25-12.el6.i686.rpm) = 55556
|
||||
SHA256 (rpm/i686/centos/6.5/avahi-0.6.25-12.el6.src.rpm) = 130130d03ec230cf0e47e0286a34d883f0cb0f131acde51f7adbae5d7375d9a2
|
||||
SIZE (rpm/i686/centos/6.5/avahi-0.6.25-12.el6.src.rpm) = 1129923
|
Loading…
Reference in New Issue
Block a user