notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: textproc/openjade/files/patch-Makefile.comm.in

Number of commits found: 2

Saturday, 29 Nov 2014
18:22 tijl search for other commits by this committer
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)
Original commitRevision:373636 
Friday, 19 Jan 2007
12:38 kuriyama search for other commits by this committer
- 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]
Original commit

Number of commits found: 2