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

(-)neon/Makefile (+7 lines)
Lines 19-25 Link Here
19
19
20
USE_AUTOTOOLS=	libtool:15
20
USE_AUTOTOOLS=	libtool:15
21
INSTALLS_SHLIB=	yes
21
INSTALLS_SHLIB=	yes
22
23
.if defined(WITHOUT_NLS)
24
CONFIGURE_ARGS+=	--disable-nls
25
PLIST_SUB+=	NLS="@comment "
26
.else
22
USE_GETTEXT=	yes
27
USE_GETTEXT=	yes
28
PLIST_SUB+=	NLS=""
29
.endif
23
30
24
.ifndef WITHOUT_OPENSSL
31
.ifndef WITHOUT_OPENSSL
25
USE_OPENSSL=	yes
32
USE_OPENSSL=	yes
(-)neon/pkg-plist (-8 / +8 lines)
Lines 26-39 Link Here
26
lib/libneon.la
26
lib/libneon.la
27
lib/libneon.a
27
lib/libneon.a
28
libdata/pkgconfig/neon.pc
28
libdata/pkgconfig/neon.pc
29
share/locale/cs/LC_MESSAGES/neon.mo
29
%%NLS%%share/locale/cs/LC_MESSAGES/neon.mo
30
share/locale/de/LC_MESSAGES/neon.mo
30
%%NLS%%share/locale/de/LC_MESSAGES/neon.mo
31
share/locale/fr/LC_MESSAGES/neon.mo
31
%%NLS%%share/locale/fr/LC_MESSAGES/neon.mo
32
share/locale/ja/LC_MESSAGES/neon.mo
32
%%NLS%%share/locale/ja/LC_MESSAGES/neon.mo
33
share/locale/nn/LC_MESSAGES/neon.mo
33
%%NLS%%share/locale/nn/LC_MESSAGES/neon.mo
34
share/locale/ru/LC_MESSAGES/neon.mo
34
%%NLS%%share/locale/ru/LC_MESSAGES/neon.mo
35
share/locale/tr/LC_MESSAGES/neon.mo
35
%%NLS%%share/locale/tr/LC_MESSAGES/neon.mo
36
share/locale/zh/LC_MESSAGES/neon.mo
36
%%NLS%%share/locale/zh/LC_MESSAGES/neon.mo
37
%%PORTDOCS%%%%DOCSDIR%%/html/api.html
37
%%PORTDOCS%%%%DOCSDIR%%/html/api.html
38
%%PORTDOCS%%%%DOCSDIR%%/html/biblio.html
38
%%PORTDOCS%%%%DOCSDIR%%/html/biblio.html
39
%%PORTDOCS%%%%DOCSDIR%%/html/compliance.html
39
%%PORTDOCS%%%%DOCSDIR%%/html/compliance.html
(-)sitecopy/Makefile (-1 / +8 lines)
Lines 22-31 Link Here
22
CONFIGURE_ENV=	CC="${CC} -I${LOCALBASE}/include" \
22
CONFIGURE_ENV=	CC="${CC} -I${LOCALBASE}/include" \
23
		LIBS="-L${LOCALBASE}/lib -lintl"
23
		LIBS="-L${LOCALBASE}/lib -lintl"
24
CONFIGURE_ARGS=	--with-neon --with-libxml2
24
CONFIGURE_ARGS=	--with-neon --with-libxml2
25
USE_GETTEXT=	yes
26
USE_GNOME=	libxml2
25
USE_GNOME=	libxml2
27
USE_GETOPT_LONG=	yes
26
USE_GETOPT_LONG=	yes
28
USE_GMAKE=	yes
27
USE_GMAKE=	yes
28
29
.if defined(WITHOUT_NLS)
30
CONFIGURE_ARGS+=	--disable-nls
31
PLIST_SUB+=	NLS="@comment "
32
.else
33
USE_GETTEXT=	yes
34
PLIST_SUB+=	NLS=""
35
.endif
29
36
30
.ifndef WITHOUT_SSL
37
.ifndef WITHOUT_SSL
31
USE_OPENSSL=	yes
38
USE_OPENSSL=	yes
(-)sitecopy/pkg-plist (-8 / +8 lines)
Lines 3-16 Link Here
3
%%DOCSDIR%%/README
3
%%DOCSDIR%%/README
4
%%DOCSDIR%%/THANKS
4
%%DOCSDIR%%/THANKS
5
%%DOCSDIR%%/update.sh
5
%%DOCSDIR%%/update.sh
6
share/locale/cs/LC_MESSAGES/sitecopy.mo
6
%%NLS%%share/locale/cs/LC_MESSAGES/sitecopy.mo
7
share/locale/de/LC_MESSAGES/sitecopy.mo
7
%%NLS%%share/locale/de/LC_MESSAGES/sitecopy.mo
8
share/locale/fr/LC_MESSAGES/sitecopy.mo
8
%%NLS%%share/locale/fr/LC_MESSAGES/sitecopy.mo
9
share/locale/it/LC_MESSAGES/sitecopy.mo
9
%%NLS%%share/locale/it/LC_MESSAGES/sitecopy.mo
10
share/locale/ja/LC_MESSAGES/sitecopy.mo
10
%%NLS%%share/locale/ja/LC_MESSAGES/sitecopy.mo
11
share/locale/nn/LC_MESSAGES/sitecopy.mo
11
%%NLS%%share/locale/nn/LC_MESSAGES/sitecopy.mo
12
share/locale/ru/LC_MESSAGES/sitecopy.mo
12
%%NLS%%share/locale/ru/LC_MESSAGES/sitecopy.mo
13
share/locale/tr/LC_MESSAGES/sitecopy.mo
13
%%NLS%%share/locale/tr/LC_MESSAGES/sitecopy.mo
14
%%DATADIR%%/changes.awk
14
%%DATADIR%%/changes.awk
15
%%DATADIR%%/examplerc
15
%%DATADIR%%/examplerc
16
@dirrm share/sitecopy
16
@dirrm share/sitecopy

Return to bug 110533