mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Sort option descriptions and remove unnecessary USES=autoreconf.
This commit is contained in:
parent
78c062d82a
commit
eadcd5e67f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390624
4 changed files with 13 additions and 13 deletions
|
@ -29,21 +29,21 @@ MAKE_JOBS_UNSAFE=yes
|
|||
|
||||
OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX
|
||||
|
||||
DTRACE_DESC= Enable DTrace support
|
||||
GCC_DESC= Use current GCC
|
||||
GS_DESC= Enable GS application (deprecated)
|
||||
HIPE_DESC= Build native HiPE compiler
|
||||
KQUEUE_DESC= Enable Kernel Poll (kqueue) support
|
||||
SCTP_DESC= Enable SCTP support
|
||||
SMP_DESC= Enable SMP support
|
||||
WX_DESC= Enable WX application
|
||||
GS_DESC= Enable GS application (deprecated)
|
||||
DTRACE_DESC= Enable DTrace support
|
||||
|
||||
OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
|
||||
OPTIONS_EXCLUDE_DragonFly= SCTP
|
||||
|
||||
ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/}
|
||||
|
||||
USES= autoreconf gmake perl5
|
||||
USES= gmake perl5
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
|
@ -29,21 +29,21 @@ MAKE_JOBS_UNSAFE=yes
|
|||
|
||||
OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX
|
||||
|
||||
DTRACE_DESC= Enable DTrace support
|
||||
GCC_DESC= Use current GCC
|
||||
GS_DESC= Enable GS application (deprecated)
|
||||
HIPE_DESC= Build native HiPE compiler
|
||||
KQUEUE_DESC= Enable Kernel Poll (kqueue) support
|
||||
SCTP_DESC= Enable SCTP support
|
||||
SMP_DESC= Enable SMP support
|
||||
WX_DESC= Enable WX application
|
||||
GS_DESC= Enable GS application (deprecated)
|
||||
DTRACE_DESC= Enable DTrace support
|
||||
|
||||
OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
|
||||
OPTIONS_EXCLUDE_DragonFly= SCTP
|
||||
|
||||
ERL_RELEASE= R${PORTVERSION:S/.//g:tu:S/1$/-1/}
|
||||
|
||||
USES= autoreconf gmake perl5
|
||||
USES= gmake perl5
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
|
@ -34,22 +34,22 @@ MAKE_JOBS_UNSAFE=yes
|
|||
|
||||
OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DIRTY
|
||||
|
||||
DIRTY_DESC= Enable Dirty schedulers (experimental)
|
||||
DTRACE_DESC= Enable DTrace support
|
||||
GCC_DESC= Use current GCC
|
||||
GS_DESC= Enable GS application (deprecated)
|
||||
HIPE_DESC= Build native HiPE compiler
|
||||
KQUEUE_DESC= Enable Kernel Poll (kqueue) support
|
||||
SCTP_DESC= Enable SCTP support
|
||||
SMP_DESC= Enable SMP support
|
||||
WX_DESC= Enable WX application
|
||||
GS_DESC= Enable GS application (deprecated)
|
||||
DTRACE_DESC= Enable DTrace support
|
||||
DIRTY_DESC= Enable Dirty schedulers (experimental)
|
||||
|
||||
OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
|
||||
OPTIONS_EXCLUDE_DragonFly= SCTP
|
||||
|
||||
ERL_RELEASE= 17.5
|
||||
|
||||
USES= autoreconf gmake perl5
|
||||
USES= gmake perl5
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
|
@ -34,15 +34,15 @@ MAKE_JOBS_UNSAFE=yes
|
|||
|
||||
OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DIRTY
|
||||
|
||||
DIRTY_DESC= Enable Dirty schedulers (experimental)
|
||||
DTRACE_DESC= Enable DTrace support
|
||||
GCC_DESC= Use current GCC
|
||||
GS_DESC= Enable GS application (deprecated)
|
||||
HIPE_DESC= Build native HiPE compiler
|
||||
KQUEUE_DESC= Enable Kernel Poll (kqueue) support
|
||||
SCTP_DESC= Enable SCTP support
|
||||
SMP_DESC= Enable SMP support
|
||||
WX_DESC= Enable WX application
|
||||
GS_DESC= Enable GS application (deprecated)
|
||||
DTRACE_DESC= Enable DTrace support
|
||||
DIRTY_DESC= Enable Dirty schedulers (experimental)
|
||||
|
||||
OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS
|
||||
OPTIONS_EXCLUDE_DragonFly= SCTP
|
||||
|
|
Loading…
Add table
Reference in a new issue