notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: textproc/openjade/files/patch-Makefile.comm.in
SVNWeb

Number of commits found: 2

Sat, 29 Nov 2014
[ 18:22 tijl search for other commits by this committer ] Original commit   Revision:373636 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Fri, 19 Jan 2007
[ 12:38 kuriyama search for other commits by this committer ] Original commit 
- Installs mapages [1].
- Patch from hrs [2]:
  o Update to 1.3.3-pre1
  o Install openjade(1) manual page.
  o Fix a possible problem that prevents xmlcatmgr from
    working during pkg_delete.
  o Clean up Makefile to make portlint happy.
  o Improvements since 1.3.2: the following flow objects added:
        page-sequence
        column-set-sequence
        embedded-text
        anchor
        included-container-area
        glyph-annotation
        aligned-column
        multi-line-inline-note
        emphasizing-mark
        side-by-side
        side-by-side-item

PR:             ports/107648 [1]
Submitted by:   Jason Lenthe<lenthe@comcast.net> [1],
                hrs [2]

Number of commits found: 2