mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
*: Clean up some things
- Fix typos - Fix overwritten variables Reported by: portscan
This commit is contained in:
parent
cca7576243
commit
dfd0e4d833
4 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@ post-extract:
|
||||||
# remove pre-built executables
|
# remove pre-built executables
|
||||||
@${RM} ${WRKSRC}/bin/*
|
@${RM} ${WRKSRC}/bin/*
|
||||||
|
|
||||||
xpost-configure:
|
post-configure:
|
||||||
@${ECHO_MSG} "********************"
|
@${ECHO_MSG} "********************"
|
||||||
@${ECHO_MSG} "** If you want to use a larger MOLDEN,"
|
@${ECHO_MSG} "** If you want to use a larger MOLDEN,"
|
||||||
@${ECHO_MSG} "** edit change_parameter.sh and run it,"
|
@${ECHO_MSG} "** edit change_parameter.sh and run it,"
|
||||||
|
|
|
@ -37,7 +37,6 @@ PORTDOCS= CDF_copyright.txt CHANGES.txt Release.notes Welcome.txt
|
||||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
MAKE_ARGS+= OS=freebsd ENV=gnu all
|
MAKE_ARGS+= OS=freebsd ENV=gnu all
|
||||||
TEST_TARGET= test
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.for def in ${DEFS}
|
.for def in ${DEFS}
|
||||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||||
libopenblas.so:math/openblas \
|
libopenblas.so:math/openblas \
|
||||||
libsz.so:science/szip
|
libsz.so:science/szip
|
||||||
|
|
||||||
USES= cmake:testing compiler:c++17-lang fortran gnome localbase:ldflags pkgconfig python:build shebangfix
|
USES= cmake:testing compiler:c++17-lang fortran gnome localbase:ldflags pkgconfig shebangfix
|
||||||
USE_GNOME= libxml2
|
USE_GNOME= libxml2
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
@ -42,7 +42,8 @@ OPTIONS_SUB= yes
|
||||||
|
|
||||||
NEXUS_DESC= Install Nexus (workflow utility) alongside QMCPACK
|
NEXUS_DESC= Install Nexus (workflow utility) alongside QMCPACK
|
||||||
NEXUS_CMAKE_BOOL= INSTALL_NEXUS
|
NEXUS_CMAKE_BOOL= INSTALL_NEXUS
|
||||||
NEXUS_CMAKE_USES= python
|
NEXUS_USES= python
|
||||||
|
NEXUS_USES_OFF= python:build
|
||||||
NEXUS_PY_DEPENDS= ${PYNUMPY} \
|
NEXUS_PY_DEPENDS= ${PYNUMPY} \
|
||||||
${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= rsyslog
|
PORTNAME= rsyslog
|
||||||
PORTVERSION= 8.2112.0
|
PORTVERSION= 8.2112.0
|
||||||
PRTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
|
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue