Bug 241805 - sysutils/am-utils: simplify docs installation
Summary: sysutils/am-utils: simplify docs installation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-08 16:08 UTC by Dmitry Marakasov
Modified: 2023-04-30 18:44 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (cy)


Attachments
Patch (1.49 KB, patch)
2019-11-08 16:08 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2019-11-08 16:08:56 UTC
Created attachment 208977 [details]
Patch

Switch to USES=localbase and simplify docs installation
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-11-09 15:17:17 UTC
A commit references this bug:

Author: cy
Date: Sat Nov  9 15:16:42 UTC 2019
New revision: 517129
URL: https://svnweb.freebsd.org/changeset/ports/517129

Log:
  Switch to USES=localbase for OPENLDAP option.

  PR:		241805
  Submitted by:	amdmi3@

Changes:
  head/sysutils/am-utils/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-11-09 15:17:19 UTC
A commit references this bug:

Author: cy
Date: Sat Nov  9 15:16:47 UTC 2019
New revision: 517130
URL: https://svnweb.freebsd.org/changeset/ports/517130

Log:
  Simplify docs installation.

  PR:		241805
  Submitted by:	amdmi3

Changes:
  head/sysutils/am-utils/Makefile
  head/sysutils/am-utils/pkg-plist
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2019-11-09 15:18:29 UTC
Committed. Thank you for the patches.
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-04-30 18:44:16 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84c697c41d13d0bc8d1fe1cf9d6f81410c77630f

commit 84c697c41d13d0bc8d1fe1cf9d6f81410c77630f
Author:     David Hummel <david.hummel@gmail.com>
AuthorDate: 2023-04-28 03:38:37 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-04-30 18:41:42 +0000

    graphics/mapnik: Revert Mapnik removal & update to 3.1.0

    Mapnik is a Free Toolkit for developing mapping applications. It's
    written in C++ and there are Python bindings to facilitate fast-paced
    agile development. It can comfortably be used for both desktop and web
    development, which was something wanted from the beginning.

    Mapnik is about making beautiful maps. It uses the AGG library and
    offers world class anti-aliasing rendering with subpixel accuracy for
    geographic data. It is written from scratch in modern C++ and doesn't
    suffer from design decisions made a decade ago. When it comes to
    handling common software tasks such as memory management, filesystem
    access, regular expressions, parsing and so on, Mapnik doesn't re-invent
    the wheel, but utilizes best of breed industry standard libraries from
    boost.org.

    Changelog: https://github.com/mapnik/mapnik/blob/v3.1.0/CHANGELOG.md
    WWW: http://www.mapnik.org/

    PR:             241805
    Pull Request:   https://github.com/freebsd/freebsd-ports/pull/157

 MOVED                           |   1 -
 graphics/Makefile               |   1 +
 graphics/mapnik/Makefile (new)  | 123 ++++++++++
 graphics/mapnik/distinfo (new)  |   9 +
 graphics/mapnik/pkg-descr (new) |  13 ++
 graphics/mapnik/pkg-plist (new) | 482 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 628 insertions(+), 1 deletion(-)