View | Details | Raw Unified | Return to bug 165126
Collapse All | Expand All

(-)/amd/gcs/98/9855518/src/ports/irc/libircclient/Makefile (-1 / +21 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	libircclient
8
PORTNAME=	libircclient
9
PORTVERSION=	1.3
9
PORTVERSION=	1.6
10
CATEGORIES=	irc devel
10
CATEGORIES=	irc devel
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
12
13
MAINTAINER=	jlaffaye@FreeBSD.org
13
MAINTAINER=	jlaffaye@FreeBSD.org
14
COMMENT=	An IRC library to create IRC clients
14
COMMENT=	An IRC library to create IRC clients
15
15
16
OPTIONS=	SSL	"Build with SSL Support" on \
17
		IPV6	"Build with IPv6 Support" on
18
19
USE_LDCONFIG=	yes
16
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS+=	--enable-shared
22
23
.if !defined(WITHOUT_SSL)
24
CONFIGURE_ARGS+=	--enable-openssl
25
.endif
26
27
.if !defined(WITHOUT_IPV6)
28
CONFIGURE_ARGS+=	--enable-ipv6
29
.endif
30
31
post-patch:
32
	${REINPLACE_CMD} \
33
	    -e 's/CFLAGS -fpic/CFLAGS -fPIC/' \
34
	    -e 's/TARGET="shared"/TARGET="shared static"/' \
35
	    ${WRKSRC}/configure
17
36
18
do-build:
37
do-build:
19
	@${MAKE} -C ${WRKSRC}/src/
38
	@${MAKE} -C ${WRKSRC}/src/
Lines 25-30 Link Here
25
	@${INSTALL_DATA} ${WRKSRC}/include/libirc_options.h ${PREFIX}/include
44
	@${INSTALL_DATA} ${WRKSRC}/include/libirc_options.h ${PREFIX}/include
26
	@${INSTALL_DATA} ${WRKSRC}/include/libirc_rfcnumeric.h ${PREFIX}/include
45
	@${INSTALL_DATA} ${WRKSRC}/include/libirc_rfcnumeric.h ${PREFIX}/include
27
	@${INSTALL_DATA} ${WRKSRC}/src/libircclient.a ${PREFIX}/lib
46
	@${INSTALL_DATA} ${WRKSRC}/src/libircclient.a ${PREFIX}/lib
47
	@${INSTALL_LIB} ${WRKSRC}/src/libircclient.so ${PREFIX}/lib
28
48
29
post-install:
49
post-install:
30
.if !defined(NOPORTDOCS)
50
.if !defined(NOPORTDOCS)
(-)/amd/gcs/98/9855518/src/ports/irc/libircclient/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libircclient-1.3.tar.gz) = 8c97284dd9352d3180851c334371e878580917b5b58916b96a13fab4b5c3f822
1
SHA256 (libircclient-1.6.tar.gz) = 6c511923023398bcd7627cf3305054befacf6874203cb0de36bdbe658779e953
2
SIZE (libircclient-1.3.tar.gz) = 284248
2
SIZE (libircclient-1.6.tar.gz) = 392788
(-)/amd/gcs/98/9855518/src/ports/irc/libircclient/pkg-plist (-4 / +11 lines)
Lines 4-9 Link Here
4
include/libirc_options.h
4
include/libirc_options.h
5
include/libirc_rfcnumeric.h
5
include/libirc_rfcnumeric.h
6
lib/libircclient.a
6
lib/libircclient.a
7
lib/libircclient.so
7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
8
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
8
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in
9
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in
9
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/censor.cpp
10
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/censor.cpp
Lines 11-28 Link Here
11
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircftp.cpp
12
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircftp.cpp
12
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/irctest.c
13
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/irctest.c
13
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spammer.c
14
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spammer.c
14
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/ircmud
15
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
15
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
16
%%PORTDOCS%%%%DOCSDIR%%/annotated.html
16
%%PORTDOCS%%%%DOCSDIR%%/annotated.html
17
%%PORTDOCS%%%%DOCSDIR%%/classes.html
17
%%PORTDOCS%%%%DOCSDIR%%/doxygen.css
18
%%PORTDOCS%%%%DOCSDIR%%/doxygen.css
18
%%PORTDOCS%%%%DOCSDIR%%/doxygen.png
19
%%PORTDOCS%%%%DOCSDIR%%/doxygen.png
19
%%PORTDOCS%%%%DOCSDIR%%/files.html
20
%%PORTDOCS%%%%DOCSDIR%%/files.html
20
%%PORTDOCS%%%%DOCSDIR%%/functions.html
21
%%PORTDOCS%%%%DOCSDIR%%/functions.html
21
%%PORTDOCS%%%%DOCSDIR%%/functions_vars.html
22
%%PORTDOCS%%%%DOCSDIR%%/functions_vars.html
22
%%PORTDOCS%%%%DOCSDIR%%/globals.html
23
%%PORTDOCS%%%%DOCSDIR%%/globals.html
24
%%PORTDOCS%%%%DOCSDIR%%/globals_0x6c.html
23
%%PORTDOCS%%%%DOCSDIR%%/globals_defs.html
25
%%PORTDOCS%%%%DOCSDIR%%/globals_defs.html
24
%%PORTDOCS%%%%DOCSDIR%%/globals_func.html
26
%%PORTDOCS%%%%DOCSDIR%%/globals_func.html
25
%%PORTDOCS%%%%DOCSDIR%%/globals_type.html
27
%%PORTDOCS%%%%DOCSDIR%%/globals_type.html
28
%%PORTDOCS%%%%DOCSDIR%%/group__colors.html
26
%%PORTDOCS%%%%DOCSDIR%%/group__common.html
29
%%PORTDOCS%%%%DOCSDIR%%/group__common.html
27
%%PORTDOCS%%%%DOCSDIR%%/group__conndisc.html
30
%%PORTDOCS%%%%DOCSDIR%%/group__conndisc.html
28
%%PORTDOCS%%%%DOCSDIR%%/group__contexts.html
31
%%PORTDOCS%%%%DOCSDIR%%/group__contexts.html
Lines 47-55 Link Here
47
%%PORTDOCS%%%%DOCSDIR%%/libirc__events_8h.html
50
%%PORTDOCS%%%%DOCSDIR%%/libirc__events_8h.html
48
%%PORTDOCS%%%%DOCSDIR%%/libirc__options_8h.html
51
%%PORTDOCS%%%%DOCSDIR%%/libirc__options_8h.html
49
%%PORTDOCS%%%%DOCSDIR%%/libirc__rfcnumeric_8h.html
52
%%PORTDOCS%%%%DOCSDIR%%/libirc__rfcnumeric_8h.html
50
%%PORTDOCS%%%%DOCSDIR%%/pages.html
51
%%PORTDOCS%%%%DOCSDIR%%/libircclient_8h.html
53
%%PORTDOCS%%%%DOCSDIR%%/libircclient_8h.html
52
%%PORTDOCS%%%%DOCSDIR%%/modules.html
54
%%PORTDOCS%%%%DOCSDIR%%/modules.html
53
%%PORTDOCS%%%%DOCSDIR%%/pagefaq.html
55
%%PORTDOCS%%%%DOCSDIR%%/pagefaq.html
56
%%PORTDOCS%%%%DOCSDIR%%/pages.html
54
%%PORTDOCS%%%%DOCSDIR%%/structirc__callbacks__t.html
57
%%PORTDOCS%%%%DOCSDIR%%/structirc__callbacks__t.html
55
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
58
%%PORTDOCS%%%%DOCSDIR%%/tab_b.gif
59
%%PORTDOCS%%%%DOCSDIR%%/tab_l.gif
60
%%PORTDOCS%%%%DOCSDIR%%/tab_r.gif
61
%%PORTDOCS%%%%DOCSDIR%%/tabs.css
62
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 165126