| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: 192949
Notes:
svn path=/head/; revision=407788
|
|
|
|
| |
Notes:
svn path=/head/; revision=403439
|
|
|
|
|
|
|
|
| |
PR: 204807
Submitted by: pavel at onlyfriends.info
Notes:
svn path=/head/; revision=402435
|
|
|
|
|
|
|
|
| |
PR: 198207
Submitted by: Dimitry Andric <dim@FreeBSD.org>
Notes:
svn path=/head/; revision=381605
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=373636
|
|
|
|
| |
Notes:
svn path=/head/; revision=373086
|
|
|
|
|
|
|
|
| |
Without this configure argument, the makefile will assume it's building
on pkgsrc when building on DragonFly. No-Op for FreeBSD.
Notes:
svn path=/head/; revision=365719
|
|
|
|
|
|
|
|
|
| |
PR: 192344
Submitted by: fullermd (over-yonder.net)
tweaked by: marino
Notes:
svn path=/head/; revision=364249
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=361728
|
|
|
|
|
|
|
|
|
|
|
|
| |
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=361099
|
|
|
|
|
|
|
|
|
| |
pending PR (related to stage)
With hat: portmgr
Notes:
svn path=/head/; revision=360579
|
|
|
|
|
|
|
|
| |
Reported by: many
Pointyhat to: swills
Notes:
svn path=/head/; revision=349058
|
|
|
|
| |
Notes:
svn path=/head/; revision=345418
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=343634
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
| |
Notes:
svn path=/head/; revision=326095
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
| |
- Release-announcement:
http://sourceforge.net/mailarchive/message.php?msg_id=30570401
PR: ports/176741
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Notes:
svn path=/head/; revision=313662
|
|
|
|
|
|
|
|
|
| |
PR: ports/173757
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=308181
|
|
|
|
|
|
|
|
| |
PR: ports/168337
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Notes:
svn path=/head/; revision=297505
|
|
|
|
| |
Notes:
svn path=/head/; revision=296163
|
|
|
|
|
|
|
|
| |
PR: 162978
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Notes:
svn path=/head/; revision=290544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
| |
PR: 162611
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=285914
|
|
|
|
|
|
|
| |
pointy hat to: swills
Notes:
svn path=/head/; revision=276873
|
|
|
|
|
|
|
|
| |
PR: ports/158576
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Notes:
svn path=/head/; revision=276872
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
Notes:
svn path=/head/; revision=274133
|
|
|
|
|
|
|
|
|
| |
PR: 145110
Submitted by: Sahil Tandon
Approved by: maintainer
Notes:
svn path=/head/; revision=252122
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
| |
PR: ports/139668
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Notes:
svn path=/head/; revision=244431
|
|
with milter. milter manager has embedded Ruby interpreter to control
milters flexibly.
WWW: http://milter-manager.sourceforge.net/
PR: ports/138234
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Feature safe: yes
Notes:
svn path=/head/; revision=241506
|