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

(-)/data2/FreeBSD/custom_ports/security/libprelude/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
# $FreeBSD: ports/security/libprelude/Makefile,v 1.36 2006/11/27 01:16:40 clsung Exp $
4
# $FreeBSD: ports/security/libprelude/Makefile,v 1.36 2006/11/27 01:16:40 clsung Exp $
5
5
6
PORTNAME=	libprelude
6
PORTNAME=	libprelude
7
PORTVERSION=	0.9.11
7
PORTVERSION=	0.9.12
8
CATEGORIES=	security
8
CATEGORIES=	security
9
MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
9
MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
10
		http://www.prelude-ids.org/download/releases/old/
10
		http://www.prelude-ids.org/download/releases/old/
(-)/data2/FreeBSD/custom_ports/security/libprelude/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libprelude-0.9.11.tar.gz) = e0ec03daf8230829f238a1e58f10846b
1
MD5 (libprelude-0.9.12.tar.gz) = 2e8769cd05d51d3e69380bf234e6efef
2
SHA256 (libprelude-0.9.11.tar.gz) = 1f1ae289bd6d4fac277e43287c5024d38a3e9eb47bc64e404b610d17de5100f6
2
SHA256 (libprelude-0.9.12.tar.gz) = 5a6200390a0e60e157c02e2b9633a0a633d993f91b4bdab300493489977b0016
3
SIZE (libprelude-0.9.11.tar.gz) = 1809482
3
SIZE (libprelude-0.9.12.tar.gz) = 1838492
(-)/data2/FreeBSD/custom_ports/security/libprelude/files/patch-bindings_perl_Prelude.c (-6 / +7 lines)
Lines 1-13 Link Here
1
--- bindings/perl/Prelude.c.orig	Tue Jun  6 10:46:03 2006
1
--- bindings/perl/Prelude.c.orig	Sat Dec 16 10:04:05 2006
2
+++ bindings/perl/Prelude.c	Tue Jun  6 10:46:46 2006
2
+++ bindings/perl/Prelude.c	Thu Dec 21 11:02:42 2006
3
@@ -14,6 +14,10 @@
3
@@ -15,6 +15,11 @@
4
  *  declarations/attributes, and other compiler dependent labels.
4
  *  declarations/attributes, and other compiler dependent labels.
5
  *
5
  * ----------------------------------------------------------------------------- */
6
  ************************************************************************/
6
 
7
+/* workaround to build with perl-5.005 */
7
+/* workaround to build with perl-5.005 */
8
+#ifndef INT2PTR
8
+#ifndef INT2PTR
9
+#  define INT2PTR(type, pointer) (type)(pointer)
9
+#  define INT2PTR(type, pointer) (type)(pointer)
10
+#endif
10
+#endif
11
 
11
+
12
 /* template workaround for compilers that cannot correctly implement the C++ standard */
12
 /* template workaround for compilers that cannot correctly implement the C++ standard */
13
 #ifndef SWIGTEMPLATEDISAMBIGUATOR
13
 #ifndef SWIGTEMPLATEDISAMBIGUATOR
14
 # if defined(__SUNPRO_CC)
(-)/data2/FreeBSD/custom_ports/security/libprelude/pkg-plist (-1 / +1 lines)
Lines 52-58 Link Here
52
include/libprelude/variable.h
52
include/libprelude/variable.h
53
lib/libprelude.la
53
lib/libprelude.la
54
lib/libprelude.so
54
lib/libprelude.so
55
lib/libprelude.so.10
55
lib/libprelude.so.11
56
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Prelude.pm
56
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Prelude.pm
57
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Prelude/.packlist
57
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Prelude/.packlist
58
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Prelude/Prelude.bs
58
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Prelude/Prelude.bs

Return to bug 107009