Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17_1 23 Jan 2024 13:47:38 |
Muhammad Moinur Rahman (bofh) |
converters/libiconv: Impelled to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.17 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.17 24 Jul 2022 13:25:11 |
Dima Panov (fluffy) |
converters/libiconv: update to 1.17 release (+)
New in 1.17:
* The libiconv library is now licensed under the LGPL version 2.1, instead of
the LGPL version 2.0. The iconv program continues to be licensed under GPL
version 3.
* Added converters for many single-byte EBCDIC encodings:
IBM-{037,273,277,278,280,282,284,285,297,423,424,425,500,838,870,871,875},
IBM-{880,905,924,1025,1026,1047,1097,1112,1122,1123,1130,1132,1137,1140},
IBM-{1141,1142,1143,1144,1145,1146,1147,1148,1149,1153,1154,1155,1156,1157},
IBM-{1158,1160,1164,1165,1166,4971,12712,16804}.
They are available through the configure option '--enable-extra-encodings'. |
1.16 20 Jul 2022 14:21:03 |
Tobias C. Berner (tcberner) |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
1.16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.16 10 Sep 2020 18:55:41 |
tcberner |
Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362 |
1.16 18 May 2020 18:31:59 |
zeising |
converters/libiconv: Update to 1.16
Update converters/libiconv to 1.16.
This update removes the extra patches for CP932 and EUCJP-MS, as they are
not compatible with this release.
Add an UPDATING entry for this change.
ABI/API stable, no need to bump dependent ports:
https://abi-laboratory.pro/index.php?view=timeline&l=libiconv
PR: 240954
Submitted by: Yuichiro NAITO
Exp-run by: antoine
Approved by: maintainer timeout (gnome@) |
1.14_11 25 Sep 2017 20:55:28 |
tijl |
Define ICONV_GET_ILSEQ_INVALID and ICONV_SET_ILSEQ_INVALID when mimicking
base system iconv.h. |
1.14_10 09 Dec 2016 12:57:21 |
sunpoet |
- Add LICENSE
Approved by: portmgr (blanket) |
1.14_10 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.14_9 10 Oct 2015 14:03:01 |
tijl |
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above ) |
1.14_8 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
1.14_8 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- 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 |
1.14_8 16 Apr 2015 10:57:57 |
tijl |
Hide _LIBICONV_VERSION when LIBICONV_PLUG is defined.
This fixes building devel/gettext-runtime with gcc from lang/gcc*.
With base system compiler gettext includes /usr/include/iconv.h but
lang/gcc* implies -I/usr/local/include and gettext calls
libiconv_set_relocation_prefix when it sees _LIBICONV_VERSION which
isn't implemented (and isn't needed) by libc iconv.
Reported by: Dewayne Geraghty <dewayne.geraghty@heuristicsystems.com.au> |
1.14_7 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
1.14_6 30 Nov 2014 11:04:02 |
tijl |
Restore a patch hunk that was removed in r373636. It fixes a reference
to the stage directory in an installed binary.
Reported by: antoine |
1.14_5 29 Nov 2014 18:22:33 |
tijl |
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) |
1.14_4 20 Oct 2014 09:37:01 |
bapt |
Cleanup plist |
1.14_4 04 Sep 2014 11:00:15 |
tijl |
Remove *.la files from stagedir to fix a check-plist error.
The files were accidentally removed from pkg-plist in the previous commit
but let's keep it that way now.
This commit will be reverted when this port switches from "libtool:oldver"
to "libtool".
Reported by: ohauer |
1.14_4 01 Sep 2014 19:53:39 |
tijl |
Add USES=libtool:oldver and INSTALL_TARGET=install-strip |
1.14_3 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
1.14_3 23 Mar 2014 13:26:21 |
tijl |
- Remove indefinite article from COMMENT.
- Enable -fvisibility=hidden.
- Add USE_CSTD=gnu89 to fix compilation with -O0 and -Oz.
- Add DOCS option.
PR: ports/186846
Approved by: kwm, marcus |
1.14_2 03 Mar 2014 21:15:30 |
adamw |
Don't unconditionally install DOCS. PORTREVISION bump
for plist change.
PR: ports/186590
Approved by: maintainer |
1.14_1 29 Jan 2014 20:24:50 |
tijl |
- Add two new arguments to USES=iconv so ports can indicate they use GNU
iconv extensions that the base system iconv doesn't support yet:
* wchar_t: port uses the special WCHAR_T character conversion.
* translit: port uses //TRANSLIT or //IGNORE conversion options.
Adding one or both of these arguments makes the port depend on
converters/libiconv for now.
- Allow installation of converters/libiconv on FreeBSD 10+.
- Use ICONV_CONFIGURE_ARG in devel/gettext instead of defining CPPFLAGS
and LDFLAGS to fix compilation with libiconv installed.
- Stage converters/libiconv and devel/gettext.
Approved by: bapt (on trust) |
1.14_1 15 Jan 2014 23:24:19 |
bapt |
Reduce over inclusion of bsd.port.mk |
1.14_1 23 Oct 2013 15:05:04 |
uqs |
Allow users to install converters/libiconv on 10.x systems if they
decided to build world with WITHOUT_ICONV set. There's no need for
this check to be based on OSVERSION.
Some users (i.e. me), report subtle application breakages with the
iconv-from-src that disappear when iconv-from-ports is installed.
Allow for a bridge till these issues are sorted out.
Approved by: portmgr (bdrewery) |
1.14_1 20 Sep 2013 16:05:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
1.14_1 06 Sep 2013 20:02:01 |
madpilot |
Report correct OSVERSION in IGNORE message. |
1.14_1 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
1.14_1 06 Jul 2013 17:45:15 |
kwm |
Remove extra blank line to please portlint.
Don't let the port chmod 777 ${WRKSRC}/src to prevent possible security issue.
Submitted by: tijl@ (priv mail) |
1.14_1 06 Jul 2013 13:29:55 |
kwm |
Remove USE_AUTOTOOLS=libtool. This was added in r183830 because the bundled
libtool at the time didn't handle the removal of objformat correctly.
Also revert r239611. This revision was because the libtool port and the bundled
libtool at the time detect "clang" as a valid C compiler.
PR: ports/179753
Submitted by: tijl@ |
1.14_1 27 Apr 2013 22:09:15 |
bapt |
Convert the last USE_ICONV to USES=iconv |
1.14_1 18 Mar 2013 15:51:39 |
bapt |
Prevent using gawk which depends on gettext in configure scripts
Reported by: rene, avg
Tested by: rene |
1.14_1 18 Mar 2013 11:40:04 |
bapt |
Fix a long standing bug of lib/charset.alias being overwritten, modified, and
badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to
prevent a port from modifying/overwritting the charset.alias file during make
install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale
(http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)
Approved by: kwm (gnome)
Exp-run by: miwi |
1.14 10 Dec 2012 21:08:34 |
kwm |
Update distinfo for the optional patch. For some reason the wrong sha265 got
recorded. I checked and the content hasn't changed.
Submitted by: zeising@ |
1.14 09 Dec 2012 20:00:20 |
kwm |
Reenable the patch to fix CP932 and add EUCJP-MS.
While here trim header and convert to OptionsNG.
PR: ports/173986
Submitted by: Takumi Takahashi <takumi@tmfam.com> |
1.14 21 Apr 2012 19:00:29 |
kwm |
Update to 1.14.
Disable EXTRA_PATCHES since there isn't a new version of this patch for 1.14.
Ports exp-run done by linimon@
PR: ports/165514
Submitted by: myself |
1.13.1_2 04 Mar 2012 23:57:59 |
marcus |
Bump PORTREVISION for the previous commit to fix C++ builds. |
1.13.1_1 04 Mar 2012 23:56:56 |
marcus |
Fix building C++ code that uses libiconv.
PR: 165348
Submitted by: Pedro Giffuni <giffunip@tutopia.com> |
1.13.1_1 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.13.1_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.13.1_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.13.1_1 25 Feb 2010 08:28:28 |
danfe |
Restore comma I bogusly deleted in rev. 1.41 over 2 years ago.
Feature safe: yes |
1.13.1_1 06 Feb 2010 00:55:44 |
bland |
Apply patch from the upstream to prevent endless loop triggered by
incomplete UTF-8 sequence.
PR: 143575 |
1.13.1 15 Aug 2009 18:07:49 |
marcus |
Fix with build with llvm/clang.
Submitted by: Ryan Flynn <parseerror@gmail.com> |
1.13.1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.13.1 05 Jul 2009 06:00:10 |
nork |
Fix patch issue WITH_EXTRA_PATCHES. |
1.13.1 04 Jul 2009 23:49:16 |
marcus |
Update to 1.13.1. |
1.13 15 Jun 2009 14:51:23 |
kwm |
Fix the OPTIONS bit of EXTRA_PATCHES. |
1.13 15 Jun 2009 14:30:57 |
nork |
Re-enable EXTRA_PATCHES. |
1.13 15 Jun 2009 14:03:48 |
kwm |
Comment out the EXTRA_PATCHES option. Patch needs to be updated. |
1.13 15 Jun 2009 03:51:57 |
marcus |
Update to 1.13. Note: the iconv(1) utility is now licensed under GPLv3.
The library is still licensed under the LGPL.
PR: 131769
Submitted by: Takeshi Taguchi <taguchi@iij.ad.jp> (based on) |
1.11_1 04 Jun 2009 06:25:38 |
ed |
Build libiconv with -std=gnu89.
libiconv fails to link when built with a C99 compiler, because it uses
GNU-style inlining.
Approved by: marcus |
1.11_1 07 Apr 2009 23:25:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: David Naylor <naylor.b.david@gmail.com> |
1.11_1 27 Oct 2007 15:31:50 |
bland |
Re-enable EXTRA_PATCHES option.
PR: 117561 |
1.11_1 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
1.9.2_2 11 Oct 2007 07:24:47 |
danfe |
- Remove extraneous comma from previous commit
- Better English in port description |
1.9.2_2 10 Oct 2007 13:29:42 |
bland |
- Convert to OPTIONS.
- Pet portlint (spaces -> tab).
PR: 117063 |
1.9.2_2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.9.2_2 05 Nov 2006 02:42:02 |
mezz |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
1.9.2_2 16 May 2006 15:59:23 |
mezz |
portlint:
- Remove a long list of support encoding in pkg-descr, tell user to
check in either README or website. Reduced it under 24 lines. |
1.9.2_2 03 May 2006 23:38:41 |
edwin |
remove USE_REINPLACE for all ports with categories starting with C |
1.9.2_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.9.2_1 28 Jan 2006 03:19:38 |
nork |
Add backup sites for WITH_EXTRA_PATCHES. |
1.9.2_1 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
1.9.2_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.9.2_1 09 Mar 2005 10:10:44 |
ahze |
Add WWW: http://www.gnu.org/software/libiconv/ to pkg-descr |
1.9.2_1 27 Jul 2004 03:28:14 |
bland |
Add knob WITH_EXTRA_PATCHES which brings in:
- Fixes for cp932 roundtrip issue (Microsoft KB: Q170559).
- EUCJP-MS encoding.
- A number of aliases for cp932 and EUCJP-MS encodings.
Requested by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Patches by: MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> |
1.9.2 09 Jul 2004 19:14:39 |
bland |
Update to 1.9.2 |
1.9.1_3 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.9.1_3 18 Mar 2004 13:32:26 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
1.9.1_3 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.9.1_3 08 Feb 2004 22:57:37 |
marcus |
Add a check for USE_ICONV, and if found, error out. This will avoid fork
bombs on systems where USE_ICONV has been incorrectly defined in make.conf
or in the environment.
Submittd by: trevor |
1.9.1_3 14 Oct 2003 08:00:14 |
bland |
Add depricated charset names to mapping. They still required by older
4.x systems.
Reminded by: marcus |
1.9.1_2 14 Oct 2003 07:04:52 |
bland |
- Starting from FreeBSD 4.6 we have nl_langinfo(CODESET) supported. Therefore
we must map codeset name rather than locale name on recent systems.
- Use %%DOCSDIR%% |
1.9.1_1 16 Jun 2003 16:14:26 |
marcus |
Add optional support to compile in additional character set support.
Submitted by: Pav Lucistnik <pav@oook.cz> |
1.9.1 13 Jun 2003 06:37:08 |
marcus |
Don't try to install files to ${PREFIX} during the build.
Reported by: Andrew J Caines <A.J.Caines@halplant.com> |
1.9.1 11 Jun 2003 17:48:42 |
marcus |
Update to 1.9.1.
PR: 52893
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
1.8_2 07 Mar 2003 05:58:00 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.8_2 28 Oct 2002 06:03:01 |
alfred |
A letter got chopped from this patchfile and caused the port
to be unable to patch. fix it. |
1.8_2 28 Oct 2002 03:15:36 |
marcus |
Another diff got merged into my last commit. It's probably okay to add
it anyway.
Add an alias for the UTF8 locale that points to UTF-8. |
1.8_2 28 Oct 2002 03:14:04 |
marcus |
Do not create a ${PREFIX}/doc directory. Also, consolidate two patches
that modify the same file into one.
Submitted by: bento and kris |
1.8_1 04 Aug 2002 05:46:14 |
marcus |
Add --without-libintl-prefix as a CONFIGURE_ARG so to eliminate a
circular dependency with gettext. This prevents iconv from being linked
against libintl. Bump PORTREVISION. |
1.8 16 Jun 2002 19:11:11 |
marcus |
Update to 1.8, and retain shared lib version of 3.
Reviewed by: sobomax |
1.7.0.1 15 Jun 2002 20:16:13 |
marcus |
Add a few other distfile mirrors.
Reported by: Anders Andersson <anders@sanyusan.se>,
Kent Stewart <kstewart@owt.com> |
1.7.0.1 29 May 2002 19:21:28 |
obrien |
Speed up fetching.
Noted by: kris |
1.7.0.1 28 May 2002 03:04:43 |
obrien |
Update to 1.7.0.1.
OK'ed by: marcus |
1.7_5 26 May 2002 21:35:49 |
marcus |
Correct the path to gperf.
PR: 38586
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Pointy hat to: me |
1.7_5 23 May 2002 05:57:20 |
marcus |
* Add support for Korean real-world locales
* Allow libiconv to be built on FreeBSD < 4.3
* Bump PORTREVISION
PR: 37271
Submitted by: Hye-Shik Chang <perky@fallin.lv> (Korean locale patch)
me (build fix)
Reviewed by: sobomax (build fix) |
1.7_4 14 May 2002 19:28:45 |
marcus |
Allow libiconv to be built by a non-root user.
PR: 36810
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> |
1.7_4 30 Apr 2002 08:07:36 |
sobomax |
Use USE_LIBTOOL. |
1.7_4 29 Apr 2002 18:42:33 |
marcus |
Actually add the new patches from the last commit.... |
1.7_4 29 Apr 2002 18:41:51 |
marcus |
Fix a few problems in libiconv.
* Allow libcharset to find charset.alias in the correct place
* Add support for the new FreeBSD locales
* Fix potential infinite loop when conversion fails
* Bump PORTREVISION
PR: 37543, 37497
Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp> (infinite loop
fix) marcus (everything else)
Reviewed by: nork (infinite loop fix), sobomax
Approved by: sobomax |
1.7_3 24 Apr 2002 15:49:49 |
sobomax |
As it was advertised more than a month ago complete giconv -> iconv
conversion by removing code which installs compatibility `g'-symlinks. This
change is likely to break the following ports:
ports/x11-wm/icewm
ports/databases/grass
Please blame their maintainers, not me. |
1.7_2 18 Mar 2002 09:43:25 |
sobomax |
Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries and
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 |
31 Oct 2001 08:32:30 |
sobomax |
Don't link in libc - FreeBSD doesn't need this. |
23 Oct 2001 10:48:26 |
sobomax |
Remove dead WWW. |
16 Sep 2001 20:30:33 |
asami |
Don't create ${PREFIX}/doc, which isn't used anyway. |
27 Aug 2001 10:39:54 |
sobomax |
- Remove useless USE_LIBTOOL; - properly name shared libraries (get rid of
bogus .so.X.Y convention); - add files missed from pkg-plist (documentation);
- don't waste time building/running tests included into distribution. |