summaryrefslogtreecommitdiff
path: root/converters/libiconv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable EXTRA_PATCHES option.Alexander Nedotsukov2007-10-272-9/+12
| | | | | | | PR: 117561 Notes: svn path=/head/; revision=202138
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-246-40/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* - Remove extraneous comma from previous commitAlexey Dokuchaev2007-10-112-2/+2
| | | | | | | - Better English in port description Notes: svn path=/head/; revision=201284
* - Convert to OPTIONS.Alexander Nedotsukov2007-10-101-9/+7
| | | | | | | | | - Pet portlint (spaces -> tab). PR: 117063 Notes: svn path=/head/; revision=201260
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176397
* portlint:Jeremy Messenger2006-05-161-34/+2
| | | | | | | | - Remove a long list of support encoding in pkg-descr, tell user to check in either README or website. Reduced it under 24 lines. Notes: svn path=/head/; revision=162582
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Add backup sites for WITH_EXTRA_PATCHES.Norikatsu Shigemura2006-01-281-0/+2
| | | | Notes: svn path=/head/; revision=154628
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+2
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Add WWW: http://www.gnu.org/software/libiconv/ to pkg-descrMichael Johnson2005-03-091-0/+2
| | | | Notes: svn path=/head/; revision=130703
* Add knob WITH_EXTRA_PATCHES which brings in:Alexander Nedotsukov2004-07-272-0/+10
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=114839
* Update to 1.9.2Alexander Nedotsukov2004-07-096-28/+25
| | | | Notes: svn path=/head/; revision=113306
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104457
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Add a check for USE_ICONV, and if found, error out. This will avoid forkJoe Marcus Clarke2004-02-081-0/+5
| | | | | | | | | | bombs on systems where USE_ICONV has been incorrectly defined in make.conf or in the environment. Submittd by: trevor Notes: svn path=/head/; revision=100427
* Add depricated charset names to mapping. They still required by olderAlexander Nedotsukov2003-10-142-3/+12
| | | | | | | | | 4.x systems. Reminded by: marcus Notes: svn path=/head/; revision=91145
* - Starting from FreeBSD 4.6 we have nl_langinfo(CODESET) supported. ThereforeAlexander Nedotsukov2003-10-143-6/+42
| | | | | | | | we must map codeset name rather than locale name on recent systems. - Use %%DOCSDIR%% Notes: svn path=/head/; revision=91137
* Add optional support to compile in additional character set support.Joe Marcus Clarke2003-06-161-0/+11
| | | | | | | Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=83108
* Don't try to install files to ${PREFIX} during the build.Joe Marcus Clarke2003-06-131-20/+2
| | | | | | | Reported by: Andrew J Caines <A.J.Caines@halplant.com> Notes: svn path=/head/; revision=82917
* Update to 1.9.1.Joe Marcus Clarke2003-06-1114-377/+39
| | | | | | | | PR: 52893 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=82800
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* A letter got chopped from this patchfile and caused the portAlfred Perlstein2002-10-281-1/+1
| | | | | | | to be unable to patch. fix it. Notes: svn path=/head/; revision=69010
* Do not create a ${PREFIX}/doc directory. Also, consolidate two patchesJoe Marcus Clarke2002-10-285-36/+49
| | | | | | | | | that modify the same file into one. Submitted by: bento and kris Notes: svn path=/head/; revision=69008
* Add --without-libintl-prefix as a CONFIGURE_ARG so to eliminate aJoe Marcus Clarke2002-08-041-1/+3
| | | | | | | | circular dependency with gettext. This prevents iconv from being linked against libintl. Bump PORTREVISION. Notes: svn path=/head/; revision=63943
* Update to 1.8, and retain shared lib version of 3.Joe Marcus Clarke2002-06-166-25/+30
| | | | | | | Reviewed by: sobomax Notes: svn path=/head/; revision=61388
* Add a few other distfile mirrors.Joe Marcus Clarke2002-06-151-2/+5
| | | | | | | | Reported by: Anders Andersson <anders@sanyusan.se>, Kent Stewart <kstewart@owt.com> Notes: svn path=/head/; revision=61325
* Speed up fetching.David E. O'Brien2002-05-291-2/+2
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=60266
* Update to 1.7.0.1.David E. O'Brien2002-05-282-3/+3
| | | | | | | OK'ed by: marcus Notes: svn path=/head/; revision=60164
* Correct the path to gperf.Joe Marcus Clarke2002-05-261-1/+1
| | | | | | | | | PR: 38586 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> Pointy hat to: me Notes: svn path=/head/; revision=60043
* * Add support for Korean real-world localesJoe Marcus Clarke2002-05-232-5/+33
| | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=59768
* Allow libiconv to be built by a non-root user.Joe Marcus Clarke2002-05-142-0/+22
| | | | | | | | PR: 36810 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> Notes: svn path=/head/; revision=59093
* Use USE_LIBTOOL.Maxim Sobolev2002-04-305-57/+28
| | | | Notes: svn path=/head/; revision=58355
* Actually add the new patches from the last commit....Joe Marcus Clarke2002-04-292-0/+139
| | | | Notes: svn path=/head/; revision=58333
* Fix a few problems in libiconv.Joe Marcus Clarke2002-04-292-6/+15
| | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=58332
* As it was advertised more than a month ago complete giconv -> iconvMaxim Sobolev2002-04-242-11/+1
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=58061
* Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries andMaxim Sobolev2002-03-189-177/+124
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=56286
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-312-6/+26
| | | | | | | | PRs: 31601, 31602, 31603, ... Submitted by: Ports Fury Notes: svn path=/head/; revision=49418
* Remove dead WWW.Maxim Sobolev2001-10-231-2/+0
| | | | Notes: svn path=/head/; revision=49112
* Don't create ${PREFIX}/doc, which isn't used anyway.Satoshi Asami2001-09-161-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=47884
* - Remove useless USE_LIBTOOL;Maxim Sobolev2001-08-279-52/+123
| | | | | | | | | - 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. Notes: svn path=/head/; revision=46959
* Upgrade to 1.7... Run included tests after the build... MaintainersMikhail Teterin2001-08-267-40/+76
| | | | | | | | | | | (gnome@) were informed a couple of days ago, but are impressively silent and I've been using KDE/libxml2 linked against this library since with no problem. Approved by: maintainer's silence Notes: svn path=/head/; revision=46910
* Remove patch that isn't necessary anymore. This should fix build on -current.Maxim Sobolev2001-06-291-14/+0
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=44553
* Unbroke on 5-CURRENT.Maxim Sobolev2001-05-291-0/+14
| | | | Notes: svn path=/head/; revision=43232
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to 1.6.1.Maxim Sobolev2001-04-025-22/+47
| | | | | | | | Submitted by: Dave Duchscher <daved@tamu.edu> Udo Schweigert <Udo.Schweigert@cert.siemens.de> Notes: svn path=/head/; revision=40729
* Update to 1.5.1.Maxim Sobolev2001-02-098-74/+180
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=38140