Lines 1-10
Link Here
|
1 |
# Created by: Timothy Beyer <beyert@cs.ucr.edu> |
1 |
# Created by: Timothy Beyer <beyert@cs.ucr.edu> |
2 |
|
2 |
|
3 |
PORTNAME= urweb |
3 |
PORTNAME= urweb |
4 |
PORTVERSION= 20150520 |
4 |
PORTVERSION= 20200209 |
5 |
PORTREVISION= 3 |
|
|
6 |
CATEGORIES= lang www |
5 |
CATEGORIES= lang www |
7 |
MASTER_SITES= http://www.impredicative.com/ur/ |
|
|
8 |
|
6 |
|
9 |
MAINTAINER= beyert@cs.ucr.edu |
7 |
MAINTAINER= beyert@cs.ucr.edu |
10 |
COMMENT= Ultimate host for embedded domain-specific languages |
8 |
COMMENT= Ultimate host for embedded domain-specific languages |
Lines 12-29
COMMENT= Ultimate host for embedded domain-specific languages
Link Here
|
12 |
LICENSE= BSD3CLAUSE |
10 |
LICENSE= BSD3CLAUSE |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
12 |
|
15 |
BROKEN= fails to build |
13 |
ONLY_FOR_ARCHS= amd64 i386 |
16 |
BROKEN_FreeBSD_12= invalid target: self |
|
|
17 |
BROKEN_FreeBSD_13= invalid target: self |
18 |
|
14 |
|
19 |
BUILD_DEPENDS= mlton:lang/mlton |
15 |
BUILD_DEPENDS= mlton:lang/mlton |
|
|
16 |
LIB_DEPENDS= libgmp.so:math/gmp \ |
17 |
libicudata.so:devel/icu |
20 |
|
18 |
|
21 |
CONFIGURE_ENV= CCARGS="-I${LOCALBASE}/include" |
19 |
USES= gmake libtool tar:tgz ssl autoreconf |
22 |
|
20 |
|
|
|
21 |
CONFIGURE_ENV= CCARGS="-I${LOCALBASE}/include" |
23 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
24 |
USES= gmake libtool tar:tgz ssl |
23 |
|
|
|
24 |
USE_GITHUB= yes |
25 |
USE_LDCONFIG= yes |
25 |
USE_LDCONFIG= yes |
26 |
ONLY_FOR_ARCHS= i386 amd64 |
|
|
27 |
CFLAGS+= -pthread |
26 |
CFLAGS+= -pthread |
28 |
|
27 |
|
29 |
OPTIONS_DEFINE= ELISP PGSQL SQLITE MYSQL |
28 |
OPTIONS_DEFINE= ELISP PGSQL SQLITE MYSQL |
Lines 63-69
CONFIGURE_ENV+= MSHEADER="no"
Link Here
|
63 |
.endif |
62 |
.endif |
64 |
|
63 |
|
65 |
post-patch: |
64 |
post-patch: |
66 |
${REINPLACE_CMD} -e "s|postgresql/libpq-fe.h|libpq-fe.h|g" \ |
65 |
@${REINPLACE_CMD} -e "s|postgresql/libpq-fe.h|libpq-fe.h|g" \ |
67 |
${WRKSRC}/configure |
66 |
${WRKSRC}/configure.ac |
|
|
67 |
@${REINPLACE_CMD} -e "s|uw_Basis_int true|uw_Basis_int utrue|" \ |
68 |
-e "s|uw_Basis_int false|uw_Basis_int ufalse|" \ |
69 |
-e "s|uw_Basis_bool true|uw_Basis_bool utrue|" \ |
70 |
-e "s|uw_Basis_bool false|uw_Basis_bool ufalse|" \ |
71 |
-e "s|\&true|\&utrue|g" -e "s|\&false|\&ufalse|g" \ |
72 |
-e "s|abs(ret)|llabs(ret)|" \ |
73 |
${WRKSRC}/src/c/urweb.c |
68 |
|
74 |
|
69 |
.include <bsd.port.mk> |
75 |
.include <bsd.port.mk> |