| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
PR: 89934
Submitted by: Sergey Prikhodko <sergey@network-asp.biz>
Notes:
svn path=/head/; revision=150652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=104520
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: maintainer informed
Notes:
svn path=/head/; revision=100425
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
| |
Notes:
svn path=/head/; revision=94172
|
|
|
|
|
|
|
| |
Prodded by: kris
Notes:
svn path=/head/; revision=87743
|
|
|
|
| |
Notes:
svn path=/head/; revision=87644
|
|
|
|
| |
Notes:
svn path=/head/; revision=86872
|
|
|
|
|
|
|
|
| |
Submitted by: Christian Weisgerber <naddy@freebsd.org>
PR: 51066
Notes:
svn path=/head/; revision=79106
|
|
|
|
|
|
|
| |
Pointed out by: kris
Notes:
svn path=/head/; revision=77237
|
|
|
|
|
|
|
| |
fix the libs cannot be used with php.
Notes:
svn path=/head/; revision=77231
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
| |
Submitted by: marius@alchemy.franken.de
Notes:
svn path=/head/; revision=69487
|
|
|
|
|
|
|
|
|
| |
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
Notes:
svn path=/head/; revision=69475
|
|
|
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
Notes:
svn path=/head/; revision=63850
|
|
|
|
|
|
|
| |
Spotted by: olgeni
Notes:
svn path=/head/; revision=58294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Correct pkg-plist;
General cleanup;
PR:
Submitted by: naddy
Remove files/ru.po file since it is the same file included into recode
distribution.
Notes:
svn path=/head/; revision=57787
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
Notes:
svn path=/head/; revision=57625
|
|
|
|
|
|
|
|
|
|
|
| |
message catalog so it will work with new gettext.
Assistance from Costas Christoyannis <dij@hack.gr>.
Approved by: demon
Notes:
svn path=/head/; revision=57240
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
Notes:
svn path=/head/; revision=56168
|
|
|
|
| |
Notes:
svn path=/head/; revision=48435
|
|
|
|
|
|
|
|
|
|
| |
PR: 30375
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
MAINTAINER timeout.
Assign maintainership to myself.
Notes:
svn path=/head/; revision=47565
|
|
|
|
| |
Notes:
svn path=/head/; revision=44786
|
|
|
|
|
|
|
| |
MAINTAINER timeout.
Notes:
svn path=/head/; revision=42850
|
|
|
|
| |
Notes:
svn path=/head/; revision=38670
|
|
|
|
| |
Notes:
svn path=/head/; revision=35743
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=29651
|
|
|
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
Notes:
svn path=/head/; revision=29628
|
|
|
|
| |
Notes:
svn path=/head/; revision=29615
|
|
|
|
| |
Notes:
svn path=/head/; revision=27419
|
|
|
|
|
|
|
|
|
| |
as the days of the former are numbered.
Reviewed by: asami
Notes:
svn path=/head/; revision=25584
|
|
|
|
|
|
|
|
| |
PR: 12891
Submitted by: Dmitry S. Sivachenko <diam@Chg.RU.
Notes:
svn path=/head/; revision=24235
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=20944
|
|
|
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
Notes:
svn path=/head/; revision=19799
|
|
|
|
| |
Notes:
svn path=/head/; revision=16378
|
|
|
|
|
|
|
| |
the letters "B" and "C". And some Chinese symbols as well.
Notes:
svn path=/head/; revision=12291
|
|
|
|
|
|
|
|
|
|
|
|
| |
for ISO 5426:1983 and Z39.47-1993/ANSEL/USMARC.
Both characters sets use 2 bytes for non-US characters.
The Library of Congress use ANSEL for their web gateway.
With this patches you should be able to read the search
results for german, french and spain (...) books.
Notes:
svn path=/head/; revision=10064
|
|
|
|
|
|
|
| |
converters.
Notes:
svn path=/head/; revision=6316
|
|
|
|
| |
Notes:
svn path=/head/; revision=4571
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
Notes:
svn path=/head/; revision=3948
|
|
|
|
| |
Notes:
svn path=/head/; revision=2466
|
|
Notes:
svn path=/head/; revision=1981
|