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

(-)epic5/Makefile (-5 / +3 lines)
Lines 2-12 Link Here
2
# $FreeBSD: head/irc/epic5/Makefile 350727 2014-04-09 17:11:39Z jpaetzel $
2
# $FreeBSD: head/irc/epic5/Makefile 350727 2014-04-09 17:11:39Z jpaetzel $
3
3
4
PORTNAME=	epic5
4
PORTNAME=	epic5
5
PORTVERSION=	1.1.8
5
PORTVERSION=	1.1.10
6
CATEGORIES=	irc ipv6
6
CATEGORIES=	irc ipv6
7
MASTER_SITES=	http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ \
7
MASTER_SITES=	http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ \
8
		http://tehran.lain.pl/epic-mirror/EPIC5-PRODUCTION/ \
9
		ftp://ftp.irc.org/irc/clients/unix/epic/EPIC5-PRODUCTION/ \
10
		http://ftp.freenet.de/pub/ftp.prbh.org/pub/epic/EPIC5-PRODUCTION/
8
		http://ftp.freenet.de/pub/ftp.prbh.org/pub/epic/EPIC5-PRODUCTION/
11
9
12
MAINTAINER=	mp39590@gmail.com
10
MAINTAINER=	mp39590@gmail.com
Lines 35-42 Link Here
35
.endif
33
.endif
36
34
37
.if ${PORT_OPTIONS:MTCL}
35
.if ${PORT_OPTIONS:MTCL}
38
LIB_DEPENDS+=		tcl84:${PORTSDIR}/lang/tcl84
36
USES+=		tcl
39
CONFIGURE_ARGS+=	--with-tcl
37
CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR}/tclConfig.sh
40
.else
38
.else
41
CONFIGURE_ARGS+=	--without-tcl
39
CONFIGURE_ARGS+=	--without-tcl
42
.endif
40
.endif
(-)epic5/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (epic5-1.1.8.tar.bz2) = 120fa637e54fcd66c2c25b634d5a0cf58c51f0a93563486be971dbcec0772e4f
1
SHA256 (epic5-1.1.10.tar.bz2) = a4f19214e8eb9a7aceaed62d924d96d8c9359b186ff230c01daff398dd62cdb5
2
SIZE (epic5-1.1.8.tar.bz2) = 849643
2
SIZE (epic5-1.1.10.tar.bz2) = 851439
(-)epic5/files/patch-configure (-19 lines)
Lines 1-19 Link Here
1
*** configure.orig	2013-09-25 01:07:24.000000000 +0400
2
--- configure	2014-01-19 11:11:54.000000000 +0400
3
***************
4
*** 6262,6268 ****
5
  fi
6
  
7
  # Check whether --with-ruby or --without-ruby was given.
8
! if test "${with_ruby+set}" = set; then
9
    withval="$with_ruby"
10
     
11
  	rubyexe=$withval
12
--- 6262,6268 ----
13
  fi
14
  
15
  # Check whether --with-ruby or --without-ruby was given.
16
! if test "${with_ruby+set}" = set -a "x$with_ruby" != "xyes"; then
17
    withval="$with_ruby"
18
     
19
  	rubyexe=$withval
(-)epic5/files/patch-include_compat.h (-12 lines)
Lines 1-12 Link Here
1
--- include/compat.h.orig	Thu Oct 13 02:49:44 2005
2
+++ include/compat.h	Fri Sep 29 00:22:25 2006
3
@@ -62,6 +62,9 @@
4
 
5
 #define HN_GETSCALE             0x10
6
 #define HN_AUTOSCALE            0x20
7
+
8
+#ifndef __FreeBSD__
9
 int	humanize_number (char *, size_t, long, const char *, int, int);
10
+#endif
11
 
12
 #endif

Return to bug 189318