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

(-)ap-utils-1.4.1/Makefile (-2 / +11 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ap-utils
8
PORTNAME=	ap-utils
9
PORTVERSION=	1.4
9
PORTVERSION=	1.4.1
10
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 17-26 Link Here
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
18
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
USE_BZIP2=	yes
19
USE_BZIP2=	yes
20
USE_GETTEXT=	yes
21
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
22
CONFIGURE_ENV=	LDFLAGS="-lintl -L${LOCALBASE}/lib"
21
CONFIGURE_ENV=	LDFLAGS="-lintl -L${LOCALBASE}/lib"
23
MAN8=		ap-trapd.8 ap-mrtg.8 ap-config.8
22
MAN8=		ap-trapd.8 ap-mrtg.8 ap-config.8
23
24
.if !defined(WITHOUT_NLS)
25
USE_GETTEXT=	yes
26
CONFIGURE_ARGS+=	--enable-nls
27
PLIST_FILES=		share/locale/fr/LC_MESSAGES/ap-utils.mo share/locale/nl/LC_MESSAGES/ap-utils.mo \
28
			share/locale/pl/LC_MESSAGES/ap-utils.mo share/locale/ro/LC_MESSAGES/ap-utils.mo \
29
			share/locale/uk/LC_MESSAGES/ap-utils.mo
30
.else
31
CONFIGURE_ARGS+=	--disable-nls
32
.endif
24
33
25
post-patch:
34
post-patch:
26
	@${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure
35
	@${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure
(-)ap-utils-1.4.1/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (ap-utils-1.4.tar.bz2) = ff2ba8d6563d4e53ea3db6bd0262e381
1
MD5 (ap-utils-1.4.1.tar.bz2) = 15b3ee8ae8f5e501ffa6dd8ced9c528d
2
SIZE (ap-utils-1.4.tar.bz2) = 367750
2
SIZE (ap-utils-1.4.1.tar.bz2) = 348746
(-)ap-utils-1.4.1/files/patch-aa (+10 lines)
Line 0 Link Here
1
--- lib/ap_search.c.orig	Tue May  4 11:18:09 2004
2
+++ lib/ap_search.c	Fri Jul 30 22:29:37 2004
3
@@ -34,6 +34,7 @@
4
 #include <sys/socket.h>
5
 #endif
6
 
7
+#include <sys/socket.h>
8
 #include <net/if.h>
9
 #include <sys/time.h>
10
 #include <errno.h>
(-)ap-utils-1.4.1/pkg-plist (-5 lines)
Lines 2-12 Link Here
2
bin/ap-mrtg
2
bin/ap-mrtg
3
bin/ap-gl
3
bin/ap-gl
4
sbin/ap-trapd
4
sbin/ap-trapd
5
share/locale/fr/LC_MESSAGES/ap-utils.mo
6
share/locale/nl/LC_MESSAGES/ap-utils.mo
7
share/locale/pl/LC_MESSAGES/ap-utils.mo
8
share/locale/ro/LC_MESSAGES/ap-utils.mo
9
share/locale/uk/LC_MESSAGES/ap-utils.mo
10
%%PORTDOCS%%%%DOCSDIR%%/FAQ
5
%%PORTDOCS%%%%DOCSDIR%%/FAQ
11
%%PORTDOCS%%%%DOCSDIR%%/Ovislink-HOWTO.html
6
%%PORTDOCS%%%%DOCSDIR%%/Ovislink-HOWTO.html
12
%%PORTDOCS%%%%DOCSDIR%%/HARDWARE-NOTES
7
%%PORTDOCS%%%%DOCSDIR%%/HARDWARE-NOTES

Return to bug 69856