[macports-ports] branch master updated (fb60ff1 -> 99a69e5)

Marcus Calhoun-Lopez mcalhoun at macports.org
Mon May 6 00:34:40 UTC 2019


Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a change to branch master
in repository macports-ports.

    from fb60ff1  notmuch: update to 0.28.4, dependency fix
     new 0feec9a  blt: assume maintainership
     new 3760f1c  blt: rename man files to avoid conflicts
     new d7b3b43  tk: remove unnecessary code
     new 609fbf5  tk: install private header file
     new 99a69e5  blt: update version 2.4z->2.5.3

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 devel/tcllib/Portfile                       |    2 -
 x11/blt/Portfile                            |  112 +--
 x11/blt/files/02-debian-all.patch           |   99 ++
 x11/blt/files/03-fedora-patch-2.patch       |   43 +
 x11/blt/files/04-fedora-tk8.5.6.patch       |  823 ++++++++++++++++
 x11/blt/files/05-tk8.5-zoomstack.patch      |   38 +
 x11/blt/files/autoreconf.patch              |   43 +
 x11/blt/files/blt-2.4z-darwin.patch         |   36 +
 x11/blt/files/blt-2.4z-tcl8.5-fix.patch     |   37 -
 x11/blt/files/blt-x86_64.patch              |   25 -
 x11/blt/files/blt2.4z-noexactversion.patch  |   11 -
 x11/blt/files/blthash.patch                 |   16 +
 x11/blt/files/bltnsutil.patch               |   24 +
 x11/blt/files/const.patch                   |  890 +++++++++++++++++
 x11/blt/files/decls.patch                   |   42 +
 x11/blt/files/doc-typos.patch               |  407 ++++++++
 x11/blt/files/install.patch                 |  180 ++++
 x11/blt/files/ldflags.patch                 |   54 +
 x11/blt/files/patch-Makefile.in             |   24 -
 x11/blt/files/patch-ac_prog_cc.diff         |   11 +
 x11/blt/files/patch-configure               |   13 -
 x11/blt/files/patch-demos-Makefile.in       |   11 -
 x11/blt/files/patch-install_location.diff   |   11 +
 x11/blt/files/patch-library-Makefile.in     |   20 -
 x11/blt/files/patch-library-pkgIndex.tcl.in |   14 -
 x11/blt/files/patch-man-Makefile.in         |   11 -
 x11/blt/files/patch-src-Makefile.in         |   11 -
 x11/blt/files/patch-src-shared-Makefile.in  |   70 --
 x11/blt/files/patch-tk-8.6                  |   20 -
 x11/blt/files/pkgindex.patch                |   90 ++
 x11/blt/files/pointertoint.patch            |  498 ++++++++++
 x11/blt/files/source.patch                  |   85 ++
 x11/blt/files/table.patch                   |  123 +++
 x11/blt/files/tcl8.6.patch                  |   91 ++
 x11/blt/files/tk8.6.patch                   |   29 +
 x11/blt/files/uninitialized.patch           |  278 ++++++
 x11/blt/files/unused.patch                  |  899 +++++++++++++++++
 x11/blt/files/usetclint.patch               |   26 +
 x11/blt/files/usetkint.patch                | 1409 +++++++++++++++++++++++++++
 x11/tk/Portfile                             |    9 +-
 40 files changed, 6308 insertions(+), 327 deletions(-)
 create mode 100644 x11/blt/files/02-debian-all.patch
 create mode 100644 x11/blt/files/03-fedora-patch-2.patch
 create mode 100644 x11/blt/files/04-fedora-tk8.5.6.patch
 create mode 100644 x11/blt/files/05-tk8.5-zoomstack.patch
 create mode 100644 x11/blt/files/autoreconf.patch
 create mode 100644 x11/blt/files/blt-2.4z-darwin.patch
 delete mode 100644 x11/blt/files/blt-2.4z-tcl8.5-fix.patch
 delete mode 100644 x11/blt/files/blt-x86_64.patch
 delete mode 100644 x11/blt/files/blt2.4z-noexactversion.patch
 create mode 100644 x11/blt/files/blthash.patch
 create mode 100644 x11/blt/files/bltnsutil.patch
 create mode 100644 x11/blt/files/const.patch
 create mode 100644 x11/blt/files/decls.patch
 create mode 100644 x11/blt/files/doc-typos.patch
 create mode 100644 x11/blt/files/install.patch
 create mode 100644 x11/blt/files/ldflags.patch
 delete mode 100644 x11/blt/files/patch-Makefile.in
 create mode 100644 x11/blt/files/patch-ac_prog_cc.diff
 delete mode 100644 x11/blt/files/patch-configure
 delete mode 100644 x11/blt/files/patch-demos-Makefile.in
 create mode 100644 x11/blt/files/patch-install_location.diff
 delete mode 100644 x11/blt/files/patch-library-Makefile.in
 delete mode 100644 x11/blt/files/patch-library-pkgIndex.tcl.in
 delete mode 100644 x11/blt/files/patch-man-Makefile.in
 delete mode 100644 x11/blt/files/patch-src-Makefile.in
 delete mode 100644 x11/blt/files/patch-src-shared-Makefile.in
 delete mode 100644 x11/blt/files/patch-tk-8.6
 create mode 100644 x11/blt/files/pkgindex.patch
 create mode 100644 x11/blt/files/pointertoint.patch
 create mode 100644 x11/blt/files/source.patch
 create mode 100644 x11/blt/files/table.patch
 create mode 100644 x11/blt/files/tcl8.6.patch
 create mode 100644 x11/blt/files/tk8.6.patch
 create mode 100644 x11/blt/files/uninitialized.patch
 create mode 100644 x11/blt/files/unused.patch
 create mode 100644 x11/blt/files/usetclint.patch
 create mode 100644 x11/blt/files/usetkint.patch



More information about the macports-changes mailing list