Lines 7-24
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= ircd-ru |
8 |
PORTNAME= ircd-ru |
9 |
PORTVERSION= 1.0.7 |
9 |
PORTVERSION= 1.0.7 |
10 |
PORTREVISION= 3 |
10 |
PORTREVISION= 4 |
11 |
CATEGORIES= irc russian |
11 |
CATEGORIES= irc russian |
12 |
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ |
12 |
MASTER_SITES= http://muhnet.org.ru/ \ |
13 |
DISTNAME= ircd-RU-${PORTVERSION}-02-stable |
13 |
ftp://repoman.wenet.ru/pub/ircd-RU/ |
|
|
14 |
DISTNAME= ircd-RU-${PORTVERSION}-03-rc |
14 |
|
15 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
16 |
MAINTAINER= bu7cher@yandex.ru |
16 |
COMMENT= An irc daemon with translation schemes and other useful features |
17 |
COMMENT= An irc daemon with translation schemes and other useful features |
17 |
|
18 |
|
18 |
USE_BZIP2= yes |
19 |
USE_BZIP2= yes |
19 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
20 |
SUB_FILES= pkg-message |
21 |
SUB_FILES= pkg-message |
21 |
USE_RC_SUBR= ircd.sh |
22 |
USE_RC_SUBR= ircd |
22 |
|
23 |
|
23 |
VARDIR= /var |
24 |
VARDIR= /var |
24 |
PLIST_SUB= VARDIR=${VARDIR} |
25 |
PLIST_SUB= VARDIR=${VARDIR} |
Lines 73-82
Link Here
|
73 |
# enable select I/O |
74 |
# enable select I/O |
74 |
.if defined(WITH_SELECT) |
75 |
.if defined(WITH_SELECT) |
75 |
CONFIGURE_ARGS+=--enable-select |
76 |
CONFIGURE_ARGS+=--enable-select |
76 |
.endif |
|
|
77 |
|
78 |
.if ${ARCH} == "amd64" |
79 |
BROKEN= Does not compile on amd64 |
80 |
.endif |
77 |
.endif |
81 |
|
78 |
|
82 |
post-patch: |
79 |
post-patch: |