mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip - Stop using PTHREAD_CFLAGS and PTHREAD_LIBS
This commit is contained in:
parent
87d0a667d8
commit
c60af5b21c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361811
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= howl
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= net devel
|
||||
MASTER_SITES= http://www.porchdogsoft.com/download/
|
||||
|
||||
@ -12,19 +12,12 @@ COMMENT= Zeroconf/Bonjour(tm) implementation
|
||||
|
||||
CONFLICTS= avahi-[0-9]*
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= mdnsresponder
|
||||
|
||||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
|
||||
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= ${PTHREAD_LIBS}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig Mon May 31 14:11:12 2004
|
||||
+++ Makefile.in Mon May 31 14:12:11 2004
|
||||
@@ -95,7 +95,7 @@
|
||||
install_sh = @install_sh@
|
||||
SUBDIRS = include src samples test docs etc project
|
||||
|
||||
-pkgconfigdir = $(prefix)/lib/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = howl.pc
|
||||
subdir = .
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
@ -24,13 +24,13 @@ include/howl/salt/signal.h
|
||||
include/howl/salt/socket.h
|
||||
include/howl/salt/time.h
|
||||
lib/libhowl.a
|
||||
lib/libhowl.la
|
||||
lib/libhowl.so
|
||||
lib/libhowl.so.0
|
||||
lib/libhowl.so.0.0.0
|
||||
lib/libmDNSResponder.a
|
||||
lib/libmDNSResponder.la
|
||||
lib/libmDNSResponder.so
|
||||
lib/libmDNSResponder.so.0
|
||||
lib/libmDNSResponder.so.0.0.0
|
||||
libdata/pkgconfig/howl.pc
|
||||
%%DATADIR%%/help/address-summary.html
|
||||
%%DATADIR%%/help/address.html
|
||||
|
Loading…
Reference in New Issue
Block a user