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

(-)/data2/FreeBSD/custom_ports/security/nepenthes/Makefile (-1 / +7 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	nepenthes
8
PORTNAME=	nepenthes
9
PORTVERSION=	0.1.7
9
PORTVERSION=	0.1.7
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	nepenthes
13
MASTER_SITE_SUBDIR=	nepenthes
Lines 19-24 Link Here
19
		magic.1:${PORTSDIR}/sysutils/file \
19
		magic.1:${PORTSDIR}/sysutils/file \
20
		pcre.0:${PORTSDIR}/devel/pcre \
20
		pcre.0:${PORTSDIR}/devel/pcre \
21
		adns.1:${PORTSDIR}/dns/adns
21
		adns.1:${PORTSDIR}/dns/adns
22
23
.if defined(WITH_PRELUDE)
24
LIB_DEPENDS+=		prelude.10:${PORTSDIR}/security/libprelude
25
CONFIGURE_ARGS+=	--enable-prelude
26
EXTRA_PATCHES=		${FILESDIR}/prelude_modules_log-prelude_Makefile.in.patch
27
.endif
22
28
23
USE_PERL5=	yes
29
USE_PERL5=	yes
24
GNU_CONFIGURE=	yes
30
GNU_CONFIGURE=	yes
(-)/data2/FreeBSD/custom_ports/security/nepenthes/files/prelude_modules_log-prelude_Makefile.in.patch (+11 lines)
Line 0 Link Here
1
--- modules/log-prelude/Makefile.in.orig	Sun Apr 23 19:49:07 2006
2
+++ modules/log-prelude/Makefile.in	Fri Oct 20 15:01:06 2006
3
@@ -195,7 +195,7 @@
4
 sysconfdir = @sysconfdir@
5
 target_alias = @target_alias@
6
 AUTOMAKE_OPTIONS = foreign
7
-AM_CPPFLAGS = -I/usr/include/libprelude -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE
8
+AM_CPPFLAGS = -I/usr/local/include/libprelude -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE
9
 AM_CXXFLAGS = -Wall
10
 AM_LDFLAGS = 
11
 pkglib_LTLIBRARIES = logprelude.la

Return to bug 104618