Next | Query returned 14 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2014-09-18 11:52:22 by Makoto Fujiwara | Files touched by this commit (6)
Log message:
Correction to 2nd argment of CONF_FILES= line (to ${PKG_SYSCONFDIR}/).

   2014-09-18 07:16:17 by Makoto Fujiwara | Files touched by this commit (6)
Log message:
Correction of second arg of CONF_FILES= line (PKG_SYSCONFSUBDIR).

   2014-09-18 05:43:28 by Makoto Fujiwara | Files touched by this commit (4) | Package updated
Log message:
- PLIST update
- Remove self package from CONFLICTS+=
- Remove already .if 0 ... .endif clause
- Add REPLACE_PYTHON files onto TODO
- Correction of versions on buildlink3.mk
- Add two lines on Makefile
  +BUILD_DEPENDS+=  ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
  +DEPENDS+=        ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml/
   2014-09-18 02:28:17 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
By using ENABLE_GR_xxx cmake variable, split gnuradio into small
modules.  Aside from that, gnuradio-default is prepared to build with
upstream default(ENABLE_DEFAULT=True).  This -default is for the
refererence to see if meta-pkgs/gnuradio covers with its -default version

There are PLIST overwraps if just using ENABLE_GR_xxx variables.
One between all the modules and gnuradio-core. The others are between
gnuradio-atsc and gnuradio-fec, and between -trellis and -digital.
Those combination sound natural, because former depends the latter
(But latter alone can be packaged).

The work around of above problem is that
having removing-overwrapped-PLIST-script in post-install: target.
(on Nocore.mk)

Common stuff, Makefile.version, Makefile.common, distinfo, patches
are moved from meta-pkgs to gnuradio-core. I believe it is natural location.

To check the consistency over various PLIST's, perl script 
check-PLIST-overwrap is at gnuradio-core/files. This is only for
PKG_DEVELOPERS. Have -h for usage.  Overwaps and Missing (from
gnuradio-default) of PLIST's will be shown by this.

Next | Query returned 14 messages, browsing 11 to 20 | previous