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

(-)b/www/sitecopy/Makefile (-5 / +7 lines)
Lines 10-23 MASTER_SITES= http://www.manyfish.co.uk/${PORTNAME}/ \ Link Here
10
MAINTAINER=	sitecopy@oldach.net
10
MAINTAINER=	sitecopy@oldach.net
11
COMMENT=	Maintains remote websites, uses FTP or WebDAV to sync up w/ local copy
11
COMMENT=	Maintains remote websites, uses FTP or WebDAV to sync up w/ local copy
12
12
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
13
LIB_DEPENDS=	libneon.so:www/neon
16
LIB_DEPENDS=	libneon.so:www/neon
14
17
18
USES=		gmake gnome localbase
19
USE_GNOME=	libxml2
15
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
16
CPPFLAGS+=	-I${LOCALBASE}/include
21
17
LIBS+=		-L${LOCALBASE}/lib
18
CONFIGURE_ARGS=	--with-neon --with-libxml2
22
CONFIGURE_ARGS=	--with-neon --with-libxml2
19
USE_GNOME=	libxml2
20
USES=		gmake gnome
21
23
22
OPTIONS_DEFINE=	NLS
24
OPTIONS_DEFINE=	NLS
23
25
Lines 40-46 CONFIGURE_ARGS+= --with-ssl Link Here
40
post-patch:
42
post-patch:
41
	@${REINPLACE_CMD} -e 's|;;|;|g' \
43
	@${REINPLACE_CMD} -e 's|;;|;|g' \
42
		${WRKSRC}/src/sitestore.c
44
		${WRKSRC}/src/sitestore.c
43
	@${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30 31|g' \
45
	@${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30 31 32|g' \
44
		${WRKSRC}/configure
46
		${WRKSRC}/configure
45
.if ${OPSYS} == FreeBSD
47
.if ${OPSYS} == FreeBSD
46
	@${REINPLACE_CMD} -e '/#define ksize_t /d' \
48
	@${REINPLACE_CMD} -e '/#define ksize_t /d' \

Return to bug 259594