mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c32963f9f4
with the new PTHREAD_LIBS in 5.x and -CURRENT by changing USE_INC_LIBTOOL_VER to USE_LIBTOOL_VER (this also removes .la files) - Bump PORTREVISION due to changed packages Suggested by: marcus Approved by: portmgr (marcus)
53 lines
1.9 KiB
Plaintext
53 lines
1.9 KiB
Plaintext
@comment $FreeBSD$
|
|
bin/poslib-config
|
|
include/poslib-%%VERSION%%/poslib/bits.h
|
|
include/poslib-%%VERSION%%/poslib/dnsdefs.h
|
|
include/poslib-%%VERSION%%/poslib/dnsmessage.h
|
|
include/poslib-%%VERSION%%/poslib/domainfn.h
|
|
include/poslib-%%VERSION%%/poslib/exception.h
|
|
include/poslib-%%VERSION%%/poslib/lexfn.h
|
|
include/poslib-%%VERSION%%/poslib/masterfile.h
|
|
include/poslib-%%VERSION%%/poslib/poslib.h
|
|
include/poslib-%%VERSION%%/poslib/postime.h
|
|
include/poslib-%%VERSION%%/poslib/random.h
|
|
include/poslib-%%VERSION%%/poslib/resolver.h
|
|
include/poslib-%%VERSION%%/poslib/rr.h
|
|
include/poslib-%%VERSION%%/poslib/server/configuration.h
|
|
include/poslib-%%VERSION%%/poslib/server/handlequery.h
|
|
include/poslib-%%VERSION%%/poslib/server/log.h
|
|
include/poslib-%%VERSION%%/poslib/server/pending.h
|
|
include/poslib-%%VERSION%%/poslib/server/posthreads.h
|
|
include/poslib-%%VERSION%%/poslib/server/requestid.h
|
|
include/poslib-%%VERSION%%/poslib/server/server.h
|
|
include/poslib-%%VERSION%%/poslib/server/serverthread.h
|
|
include/poslib-%%VERSION%%/poslib/server/srvresolver.h
|
|
include/poslib-%%VERSION%%/poslib/socket.h
|
|
include/poslib-%%VERSION%%/poslib/syssocket.h
|
|
include/poslib-%%VERSION%%/poslib/sysstl.h
|
|
include/poslib-%%VERSION%%/poslib/sysstring.h
|
|
include/poslib-%%VERSION%%/poslib/types.h
|
|
include/poslib-%%VERSION%%/poslib/vsnprintf.h
|
|
include/poslib-%%VERSION%%/poslib/w32poll.h
|
|
lib/libposlib.a
|
|
lib/libposlib.so
|
|
lib/libposlib.so.0
|
|
lib/libposserver.a
|
|
lib/libposserver.so
|
|
lib/libposserver.so.0
|
|
lib/poslib-%%VERSION%%/include/poslib-config.h
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%EXAMPLESDIR%%/dnstimeago.cpp
|
|
%%EXAMPLESDIR%%/host.cpp
|
|
%%EXAMPLESDIR%%/server.cpp
|
|
@dirrm %%EXAMPLESDIR%%
|
|
@dirrm include/poslib-%%VERSION%%/poslib/server
|
|
@dirrm include/poslib-%%VERSION%%/poslib
|
|
@dirrm include/poslib-%%VERSION%%
|
|
@dirrm lib/poslib-%%VERSION%%/include
|
|
@dirrm lib/poslib-%%VERSION%%
|