FreeBSD Bugzilla – Attachment 190094 Details for
Bug 225126
comms/gnuradio: stage-qa fixes (python shebangs) + check-orphans fixes (missing plist entry)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] depend on minixmlto and add gen'd html file to plist
pr-trellis-plist-fix.diff (text/plain), 2.32 KB, created by
John Hein
on 2018-01-27 02:31:25 UTC
(
hide
)
Description:
[patch] depend on minixmlto and add gen'd html file to plist
Filename:
MIME Type:
Creator:
John Hein
Created:
2018-01-27 02:31:25 UTC
Size:
2.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 459988) >+++ Makefile (working copy) >@@ -12,16 +12,17 @@ > > LICENSE= GPLv3 > >-BUILD_DEPENDS= sdl-config:devel/sdl12 \ >- swig3.0:devel/swig30 \ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ >+ ${PYNUMPY} \ >+ ${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem@${PY_FLAVOR} \ >+ aconnect:audio/alsa-utils \ > cheetah:devel/py-cheetah@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ >- xdg-open:devel/xdg-utils \ >+ git:devel/git \ > guile:lang/guile \ >- aconnect:audio/alsa-utils \ >- git:devel/git \ >- ${PYNUMPY} \ >- ${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem@${PY_FLAVOR} >+ minixmlto:textproc/minixmlto \ >+ sdl-config:devel/sdl12 \ >+ swig3.0:devel/swig30 \ >+ xdg-open:devel/xdg-utils > LIB_DEPENDS= libcppunit.so:devel/cppunit \ > libcodec2.so:audio/codec2 \ > libfftw3.so:math/fftw3 \ >@@ -47,13 +48,14 @@ > SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ > gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \ > gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx >-CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig3.0"\ >+CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" \ >+ -DENABLE_GR_CTRLPORT="YES" \ >+ -DICONV_LIB:STRING="X${ICONV_LIB}" \ > -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ >- -DICONV_LIB:STRING="X${ICONV_LIB}" \ >- -DENABLE_GR_CTRLPORT="YES" \ > -DLOCALBASE:STRING="${LOCALBASE}" \ > -DPYTHON_EXECUTABLE:STRING="${PYTHON_CMD}" \ >- -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" >+ -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig3.0"\ >+ -DXMLTO_EXECUTABLE:STRING=minixmlto > # for detailed debugging uncomment the next line > #CMAKE_ARGS+= --debug-output --trace > MAJOR_SUB_VER= ${PORTVERSION} >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 459988) >+++ pkg-plist (working copy) >@@ -1206,6 +1206,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/README.qtgui > %%PORTDOCS%%%%DOCSDIR%%/README.uhd > %%PORTDOCS%%%%DOCSDIR%%/README.vocoder >+%%PORTDOCS%%%%DOCSDIR%%/html/gr-trellis.html > %%PORTDOCS%%%%DOCSDIR%%/xml/test_tcm.py.xml > %%PORTDOCS%%%%DOCSDIR%%/xml/test_viterbi_equalization1.py.xml > %%PYTHON_SITELIBDIR%%/gnuradio/__init__.py
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 225126
:
189673
| 190094