| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
===> ces (all)
make[2]: don't know how to make euc-jp.so. Stop
Reported by: pkg-fallout
|
| |
|
|
|
|
|
| |
This is doing very dirty things with '../' in OBJS and building of objects
via 'VAR!= make' hacks.
|
|
|
|
|
| |
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
| |
'__' instead.
|
| |
|
| |
|
| |
|
|
|
|
| |
converters)
|
|
|
|
| |
- Convert to new perl5 USES framework, forgot in the last commit
|
|
|
|
|
|
|
|
|
| |
- Add a default option called CSSUTIL which installs iconv_mktbl and pulls in
perl as a run dependency
PR: ports/180877
Submitted by: wg (myself)
Approved by: maintainer (timeout)
|
|
|
|
| |
PR: 178954
|
|
|
|
|
|
|
| |
/usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts
|
|
|
|
|
| |
Approved by: portmgr
Approved by: bapt (mentor)
|
| |
|
|
|
|
|
|
| |
PR: ports/150894
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (bland ; 14 days)
|
|
|
|
| |
Reported by: krismail
|
|
|
|
|
|
| |
- INSTALLS_SHLIB -> USE_LDCONFIG
Submitted by: dionex [1]
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
| |
and fix fetching.
Reported by: kris
|
| |
|
|
|
|
| |
Noticed by: marcus
|
|
|
|
| |
Obtained from: sobomax via the imake-4 and linux_base ports
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
| |
Submitted by: ru
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
conversion error. This fixes null conversion and all the case where
errno is set.
Bump PORTREVISION.
Approved by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
(MAINTAINER, Author)
Reported by: Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
manpages installed by libiconv (aka GNU iconv) and add similar `b'-prefixes
into components installed by iconv (aka BSD iconv). The reason why we do this
is because unfortunately BSD iconv become abadonware (author doesn't maintain
it anymore), while number of ports that need functional iconv library grows
very fast, thus creating significant overhead due to patches needed to make
ports working with prefixed GNU iconv. For compatibility reasons create
symlinks in GNU iconv, so that all ports that expect GNU iconv to have `g'
prefix should work unmodified until all those `g'-hacks are wiped out.
Prompted by: ache
Reviewed by (in principle): freebsd-ports, freebsd-gnome
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
| |
workaround.
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist in the case when NOPROFILE isn't defined;
- fix breakage on system with old perl < 5.6.0 (4-STABLE and downward) by
including pre-generated on 5-CURRENT files. Perl scripts supplied with the
port have some problems with old perl and I hope Konstantin will address this
problem in the next revision of iconv.
Prompted by: asami (plist), Mikhail Teterin <mi@privatelabs.com> (4-CURRENT)
|
|
|
|
|
| |
PR: 23163, 23164, 23165
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed problems:
- All the modules are linked against libiconv. iconv() now can be
called from other shared libraries (it could only be called from
executables in iconv-1.0);
- Case insensitive recognition of charset names. There was a bug in
1.0: the first letter of a charset name was case sensitive;
- Modified behaviour of iconv() used with (inbytesleft == NULL) or
(*inbytesleft = 0): now iconv silently returns 0; in 1.0 it
returned (size_t)(-1) and set errno=EINVAL. According to POSIX
specification both ways are correct; the new behaviour is just
less restrictive.
PR: ports/21521, ports/21522, ports/21523
Submitted by: Konstantin.Chuguev@dante.org.uk (MAINTAINER)
(Problems reported by: knu)
|
|
|
|
|
| |
PR: 21169
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
| |
ldconfig in PLIST need personal consideration.
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
A charset conversion library and asscociated set of utitilies.
PR: 14012
Submitted by: Konstantin Chuguev <joy@urc.ac.ru>
|