mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Sync dports patches on 3 unmaintained ports
* audio/esperanza * x11-wm/qlwm * games/tinymux
This commit is contained in:
parent
781090c033
commit
80e8e55257
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352992
@ -29,4 +29,7 @@ MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}"
|
|||||||
PLIST_FILES= bin/esperanza
|
PLIST_FILES= bin/esperanza
|
||||||
DESKTOP_ENTRIES="Esperanza" "" "" "${PORTNAME}" "Audio;Player;" false
|
DESKTOP_ENTRIES="Esperanza" "" "" "${PORTNAME}" "Audio;Player;" false
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${ECHO} "QMAKE_LFLAGS= -lX11" >> /${WRKSRC}/src/ui/ui.pro
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
|
|||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib -lcrypto
|
||||||
|
|
||||||
PATCHLEVEL= 12
|
PATCHLEVEL= 12
|
||||||
|
|
||||||
@ -42,11 +42,11 @@ OPTIONS_RADIO= MYSQL
|
|||||||
OPTIONS_RADIO_MYSQL= ASYNCHRONOUS_SQL INLINE_SQL
|
OPTIONS_RADIO_MYSQL= ASYNCHRONOUS_SQL INLINE_SQL
|
||||||
|
|
||||||
ASYNCHRONOUS_SQL_DESC= MySQL asynchronous support is unique to TinyMUX
|
ASYNCHRONOUS_SQL_DESC= MySQL asynchronous support is unique to TinyMUX
|
||||||
FIRANMUX_DESC= Firan MUX via Firan's database (need MEMORY_BASED)
|
FIRANMUX_DESC= Firan MUX via Firan database (need MEMORY_BASED)
|
||||||
INLINE_SQL_DESC= MySQL support compatible with PennMUSH, TinyMUSH 3.x
|
INLINE_SQL_DESC= MySQL support compatible with PennMUSH, TinyMUSH 3.x
|
||||||
MEMORY_BASED_DESC= Memory Based Database support
|
MEMORY_BASED_DESC= Memory Based Database support
|
||||||
REALITY_LVLS_DESC= Reality Levels support
|
REALITY_LVLS_DESC= Reality Levels support
|
||||||
SELFCHECK_DESC= Enable expensive self-checking
|
SELFCHECK_DESC= Enable expensive self-checking
|
||||||
WOD_REALMS_DESC= World of Darkness Realms support
|
WOD_REALMS_DESC= World of Darkness Realms support
|
||||||
|
|
||||||
ASYNCHRONOUS_SQL_CONFIGURE_ENABLE= stubslave
|
ASYNCHRONOUS_SQL_CONFIGURE_ENABLE= stubslave
|
||||||
|
@ -38,6 +38,7 @@ PLIST_DIRS= lib/qlwm/files \
|
|||||||
SUB_FILES= qlwm
|
SUB_FILES= qlwm
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@${ECHO} "QMAKE_LFLAGS= -lXext -lX11" >> /${WRKSRC}/src/qlwm.pro
|
||||||
@${REINPLACE_CMD} -e 's|/usr/local/qlwm|${PREFIX}/lib/qlwm|g ; \
|
@${REINPLACE_CMD} -e 's|/usr/local/qlwm|${PREFIX}/lib/qlwm|g ; \
|
||||||
s|/usr/local/man|${MANPREFIX}/man|g' ${WRKSRC}/Makefile
|
s|/usr/local/man|${MANPREFIX}/man|g' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user