FreeBSD Bugzilla – Attachment 234603 Details for
Bug 264581
net-im/prosody: Update to 0.12.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net-im/prosody: blocks and variables ordered
prosody-0.12.1.diff (text/plain), 1.90 KB, created by
Nuno Teixeira
on 2022-06-10 21:05:14 UTC
(
hide
)
Description:
net-im/prosody: blocks and variables ordered
Filename:
MIME Type:
Creator:
Nuno Teixeira
Created:
2022-06-10 21:05:14 UTC
Size:
1.90 KB
patch
obsolete
>diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile >index 549aadc8eff8..972812e584e4 100644 >--- a/net-im/prosody/Makefile >+++ b/net-im/prosody/Makefile >@@ -23,32 +23,41 @@ RUN_DEPENDS= ${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \ > ${LUA_REFMODLIBDIR}/ssl.so:security/luasec@${LUA_FLAVOR} > > USES= cpe gmake lua:54 shebangfix ssl >+USE_RC_SUBR= prosody >+ > SHEBANG_FILES= prosody prosodyctl tools/migration/prosody-migrator.lua >-LUA_PREMK= yes >+ > HAS_CONFIGURE= yes >-CONFIGURE_ARGS= --prefix="${PREFIX}" \ >+CONFIGURE_ARGS= --add-cflags="-fPIC -I${LOCALBASE}/include -I${OPENSSLINC}" \ >+ --add-ldflags="-shared -L${LOCALBASE}/lib -L${OPENSSLLIB}" \ >+ --c-compiler="${CC}" \ >+ --cflags="${CFLAGS}" \ > --datadir="/var/db/prosody" \ >- --lua-version="${LUA_VER}" \ >+ --ldflags="${LDFLAGS}" \ >+ --linker="${CC}" \ > --lua-suffix="${LUA_VER_STR}" \ >+ --lua-version="${LUA_VER}" \ >+ --no-example-certs \ >+ --prefix="${PREFIX}" \ > --with-lua-include="${LUA_INCDIR}" \ > --with-lua-lib="${LUA_LIBDIR}" \ >- --with-random=arc4random \ >- --c-compiler="${CC}" \ >- --cflags="${CFLAGS}" \ >- --add-cflags="-fPIC -I${LOCALBASE}/include -I${OPENSSLINC}" \ >- --linker="${CC}" \ >- --ldflags="${LDFLAGS}" \ >- --add-ldflags="-shared -L${LOCALBASE}/lib -L${OPENSSLLIB}" \ >- --no-example-certs >+ --with-random=arc4random > > MAKEFILE= GNUmakefile >+ >+SUB_FILES= pkg-deinstall >+SUB_LIST= GROUPS=${GROUPS} \ >+ LUA_CMD=${LUA_CMD} \ >+ LUA_PREFIX=${LUA_PREFIX} \ >+ USERS=${USERS} >+ > USERS= prosody > GROUPS= ${USERS} > >-USE_RC_SUBR= prosody >-SUB_FILES= pkg-deinstall >-SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} LUA_PREFIX=${LUA_PREFIX} LUA_CMD=${LUA_CMD} >-PLIST_SUB= PROSODY_USER=${USERS} PROSODY_GROUP=${GROUPS} >+PLIST_SUB= PROSODY_GROUP=${GROUPS} \ >+ PROSODY_USER=${USERS} >+ >+LUA_PREMK= yes > > post-install: > @${REINPLACE_CMD} -e "s|\"luarocks |\"luarocks${LUA_VER_STR} |" ${STAGEDIR}${PREFIX}/lib/prosody/util/prosodyctl.lua
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 264581
:
234589
| 234603