Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Olivier Duchateau
freebsd-ports-gnome
Commits
b9f23b85
Commit
b9f23b85
authored
Dec 16, 2020
by
Olivier Duchateau
Browse files
Fix build (meta-port)
parent
3cb0b87e
Changes
5
Hide whitespace changes
Inline
Side-by-side
net/avahi-gtk/Makefile
View file @
b9f23b85
...
...
@@ -30,12 +30,10 @@ do-build:
@
${DO_MAKE_BUILD}
-C
${WRKSRC}
/avahi-common
@
${DO_MAKE_BUILD}
-C
${WRKSRC}
/avahi-client
@
${DO_MAKE_BUILD}
-C
${WRKSRC}
/avahi-glib
@
${DO_MAKE_BUILD}
-C
${WRKSRC}
/avahi-ui
@
${DO_MAKE_BUILD}
-C
${WRKSRC}
/avahi-discover-standalone
@
${DO_MAKE_BUILD}
-C
${WRKSRC}
/avahi-ui libavahi-ui.la
do-install
:
@
(
cd
${WRKSRC}
/avahi-discover-standalone
;
${MAKE_CMD}
${MAKE_ARGS}
install-binPROGRAMS install-interfacesDATA
)
@
(
cd
${WRKSRC}
/avahi-ui
;
${MAKE_CMD}
${MAKE_ARGS}
install-binPROGRAMS install-desktopDATA install-exec-local
)
@
(
cd
${WRKSRC}
/avahi-ui
;
${MAKE_CMD}
${MAKE_ARGS}
install-libLTLIBRARIES
)
post-install
:
@
${STRIP_CMD}
${STAGEDIR}${PREFIX}
/lib/libavahi-ui.so.0
...
...
net/avahi-gtk/pkg-plist
View file @
b9f23b85
bin/avahi-discover-standalone
bin/bshell
bin/bssh
bin/bvnc
lib/libavahi-ui.so
lib/libavahi-ui.so.0
lib/libavahi-ui.so.0.1.4
libdata/pkgconfig/avahi-ui.pc
share/applications/bssh.desktop
share/applications/bvnc.desktop
%%DATADIR%%/interfaces/avahi-discover.ui
net/avahi-gtk3/Makefile
View file @
b9f23b85
...
...
@@ -29,9 +29,12 @@ do-build:
${DO_MAKE_BUILD}
-C
${WRKSRC}
/avahi-client
${DO_MAKE_BUILD}
-C
${WRKSRC}
/avahi-glib
${DO_MAKE_BUILD}
-C
${WRKSRC}
/avahi-ui libavahi-ui-gtk3.la
${DO_MAKE_BUILD}
-C
${WRKSRC}
/avahi-discover-standalone
do-install
:
@
(
cd
${WRKSRC}
/avahi-ui
;
${MAKE_CMD}
${MAKE_ARGS}
install-libLTLIBRARIES
)
@
(
cd
${WRKSRC}
/avahi-discover-standalone
;
${MAKE_CMD}
${MAKE_ARGS}
install-binPROGRAMS install-interfacesDATA
)
# @(cd ${WRKSRC}/avahi-ui; ${MAKE_CMD} ${MAKE_ARGS} install-libLTLIBRARIES)
@(cd
${WRKSRC}/avahi-ui;
${MAKE_CMD}
${MAKE_ARGS}
install-binPROGRAMS
install-desktopDATA
install-exec-local)
post-install
:
@
${STRIP_CMD}
${STAGEDIR}${PREFIX}
/lib/libavahi-ui-gtk3.so
...
...
net/avahi-gtk3/pkg-plist
View file @
b9f23b85
bin/avahi-discover-standalone
bin/bshell
bin/bssh
bin/bvnc
lib/libavahi-ui-gtk3.so
lib/libavahi-ui-gtk3.so.0
lib/libavahi-ui-gtk3.so.0.1.4
libdata/pkgconfig/avahi-ui-gtk3.pc
share/applications/bssh.desktop
share/applications/bvnc.desktop
%%DATADIR%%/interfaces/avahi-discover.ui
net/avahi/Makefile
View file @
b9f23b85
...
...
@@ -19,7 +19,7 @@ AUTOIPD_DESC= IPv4LL network address configuration daemon
LIBDNS_DESC
=
Apple
's mDNSResponder compatibility library
AUTOIPD_RUN_DEPENDS
=
avahi-autoipd:net/avahi-autoipd
GTK2_RUN_DEPENDS
=
avahi-discover-standalone
:net/avahi-gtk
GTK2_RUN_DEPENDS
=
${LOCALBASE}
/libdata/pkgconfig/avahi-ui.pc
:net/avahi-gtk
GTK3_RUN_DEPENDS
=
avahi-discover-standalone:net/avahi-gtk3
#LIBDNS_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-compat-libdns_sd.pc:net/avahi-libdns
MONO_RUN_DEPENDS
=
${LOCALBASE}
/lib/mono/avahi-sharp/avahi-sharp.dll:net/avahi-sharp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment