| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=183830
|
|
|
|
|
|
|
| |
Found by: portlint (cports.sh)
Notes:
svn path=/head/; revision=176397
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=161308
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
| |
Notes:
svn path=/head/; revision=154628
|
|
|
|
| |
Notes:
svn path=/head/; revision=149215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=130703
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=113306
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104457
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
4.x systems.
Reminded by: marcus
Notes:
svn path=/head/; revision=91145
|
|
|
|
|
|
|
|
| |
we must map codeset name rather than locale name on recent systems.
- Use %%DOCSDIR%%
Notes:
svn path=/head/; revision=91137
|
|
|
|
|
|
|
| |
Submitted by: Pav Lucistnik <pav@oook.cz>
Notes:
svn path=/head/; revision=83108
|
|
|
|
|
|
|
| |
Reported by: Andrew J Caines <A.J.Caines@halplant.com>
Notes:
svn path=/head/; revision=82917
|
|
|
|
|
|
|
|
| |
PR: 52893
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=82800
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
to be unable to patch. fix it.
Notes:
svn path=/head/; revision=69010
|
|
|
|
|
|
|
|
|
| |
that modify the same file into one.
Submitted by: bento and kris
Notes:
svn path=/head/; revision=69008
|
|
|
|
|
|
|
|
| |
circular dependency with gettext. This prevents iconv from being linked
against libintl. Bump PORTREVISION.
Notes:
svn path=/head/; revision=63943
|
|
|
|
|
|
|
| |
Reviewed by: sobomax
Notes:
svn path=/head/; revision=61388
|
|
|
|
|
|
|
|
| |
Reported by: Anders Andersson <anders@sanyusan.se>,
Kent Stewart <kstewart@owt.com>
Notes:
svn path=/head/; revision=61325
|
|
|
|
|
|
|
| |
Noted by: kris
Notes:
svn path=/head/; revision=60266
|
|
|
|
|
|
|
| |
OK'ed by: marcus
Notes:
svn path=/head/; revision=60164
|
|
|
|
|
|
|
|
|
| |
PR: 38586
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Pointy hat to: me
Notes:
svn path=/head/; revision=60043
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
PR: 36810
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
Notes:
svn path=/head/; revision=59093
|
|
|
|
| |
Notes:
svn path=/head/; revision=58355
|
|
|
|
| |
Notes:
svn path=/head/; revision=58333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PRs: 31601, 31602, 31603, ...
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=49418
|
|
|
|
| |
Notes:
svn path=/head/; revision=49112
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=47884
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
| |
Submitted by: sf
Notes:
svn path=/head/; revision=44553
|
|
|
|
| |
Notes:
svn path=/head/; revision=43232
|
|
|
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
Notes:
svn path=/head/; revision=42527
|
|
|
|
|
|
|
|
| |
Submitted by: Dave Duchscher <daved@tamu.edu>
Udo Schweigert <Udo.Schweigert@cert.siemens.de>
Notes:
svn path=/head/; revision=40729
|
|
|
|
|
|
|
| |
Submitted by: ade
Notes:
svn path=/head/; revision=38140
|
|
|
|
| |
Notes:
svn path=/head/; revision=37974
|
|
|
|
| |
Notes:
svn path=/head/; revision=35288
|
|
|
|
|
|
|
| |
Make indentation uniform across my ports.
Notes:
svn path=/head/; revision=34558
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
another iconv() in converters/iconv:
libiconv --> libgiconv
iconv.h --> giconv.h
iconv*.3 --> giconv*.3
Suggested by: knu
Notes:
svn path=/head/; revision=30771
|