| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
by textproc/opensp.
Notes:
svn path=/head/; revision=116982
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=104341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
| |
Notes:
svn path=/head/; revision=86324
|
|
|
|
|
|
|
| |
Submitted by: hrs
Notes:
svn path=/head/; revision=84389
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837
Notes:
svn path=/head/; revision=83949
|
|
|
|
|
|
|
| |
Submitted by: naddy
Notes:
svn path=/head/; revision=76648
|
|
|
|
| |
Notes:
svn path=/head/; revision=76128
|
|
|
|
|
|
|
| |
Pointed out by: naddy
Notes:
svn path=/head/; revision=72771
|
|
|
|
| |
Notes:
svn path=/head/; revision=72628
|
|
|
|
| |
Notes:
svn path=/head/; revision=69860
|
|
|
|
|
|
|
|
|
| |
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
Notes:
svn path=/head/; revision=69429
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
restartable multibyte/wide character functions (mbsrtowcs(),
wcsrtombs()) means that all of the other ISO C90 Amd.1 wide character
functions exist. The restartable mb/wc functions were added recently
and do not exist in -stable.
Making blind assumptions like this defeats the purpose of using
autoconf at all..
Submitted by: tjr
Notes:
svn path=/head/; revision=66381
|
|
|
|
|
|
|
| |
Reminded by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Notes:
svn path=/head/; revision=56144
|
|
|
|
|
|
|
|
|
| |
Refine CXXFLAGS tweak.
Submitted by: naddy
Notes:
svn path=/head/; revision=53417
|
|
|
|
|
|
|
|
| |
PR: ports/33860
Submitted by: Rod Taylor <rbt@zort.ca>
Notes:
svn path=/head/; revision=53325
|
|
|
|
|
|
|
| |
Found by: bento
Notes:
svn path=/head/; revision=39298
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
more readable and follows most ports using similar solutions.
Besides, it is more lightweight.
Use the same AWK pattern with SED adding the option -E
for extended pattern matching.
Submitted by: roam
Notes:
svn path=/head/; revision=39061
|
|
|
|
| |
Notes:
svn path=/head/; revision=38872
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
both all -m machine and -O > -O1 optimizations such as
(-O[s2-9]+|-m[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?|-O[s2-9]+) since openjade
built with some of these optimizations core dumps when building
some of the /usr/doc files
o Use INSTALLS_SHLIB=yes instead of a post-install ldconfig line
o "UN"echo post-install (prefix lines with @). Cleaner
o Also, fix openjade's complain that it does not find builtins.dls,
point it in the right direction with CONFIGURE_ARGS+=--datadir
o Bump PORTREVISION since there is an improvement fix
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=38869
|
|
|
|
| |
Notes:
svn path=/head/; revision=37996
|
|
|
|
| |
Notes:
svn path=/head/; revision=31811
|
|
|
|
| |
Notes:
svn path=/head/; revision=29595
|
|
|
|
|
|
|
| |
Reported by: bento
Notes:
svn path=/head/; revision=29559
|
|
|
|
|
|
|
| |
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Notes:
svn path=/head/; revision=29259
|
|
|
|
|
|
|
|
| |
Pointed out by: Hiroki Sato <hrs@geocities.co.jp>
Forgotten to "cvs add" by: kuriyama
Notes:
svn path=/head/; revision=28655
|
|
|
|
|
|
|
|
|
| |
OpenJade is more active developped version of Jade.
Repo. copied by: PW
Notes:
svn path=/head/; revision=28572
|
|
|
|
| |
Notes:
svn path=/head/; revision=27429
|
|
|
|
|
|
|
|
|
| |
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
PR: ports/16698
Not approved by: maintainer
Notes:
svn path=/head/; revision=25934
|
|
|
|
|
|
|
|
|
|
| |
Portlint.
Reported by: jkh
Not approved by: maintainer
Notes:
svn path=/head/; revision=25678
|
|
|
|
|
|
|
|
|
|
|
| |
Add missing PLIST entries.
Submitted by: kiri@pis.toba-cmt.ac.jp
Comment from: PW
No response from: maintainer
Notes:
svn path=/head/; revision=25652
|
|
|
|
| |
Notes:
svn path=/head/; revision=24144
|
|
|
|
| |
Notes:
svn path=/head/; revision=23547
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=21145
|
|
|
|
|
|
|
| |
port.
Notes:
svn path=/head/; revision=20024
|
|
|
|
|
|
|
|
| |
Submitted by: Robert Brive <brive@mail.dotcom.fr>
Requested by: John Fieber <jfieber@FreeBSD.ORG>
Notes:
svn path=/head/; revision=16437
|
|
|
|
|
|
|
| |
- strip installed binaries.
Notes:
svn path=/head/; revision=16380
|
|
|
|
|
|
|
|
|
|
| |
Uses autoconf and libtool, now. Thus shared libraries are working now
and the bmakefiles are not necessary any longer.
OK'ed by: John Fieber <jfieber@FreeBSD.ORG>
Notes:
svn path=/head/; revision=16369
|
|
|
|
| |
Notes:
svn path=/head/; revision=13529
|
|
|
|
|
|
|
| |
Bugfixes only, no new features.
Notes:
svn path=/head/; revision=11278
|
|
|
|
|
|
|
|
|
|
|
| |
tests for /usr/lib/aout, I took the easy way out and deleted the
attempted support of FreeBSD-2.1.x. That branch is dead, dead,
dead, and support for it in this port was broken anyway.
Another "make release" killer bites the dust.
Notes:
svn path=/head/; revision=11229
|
|
|
|
|
|
|
| |
Adds XML support, including a utility to convert SGML files to XML files.
Notes:
svn path=/head/; revision=10132
|
|
|
|
| |
Notes:
svn path=/head/; revision=8256
|
|
|
|
| |
Notes:
svn path=/head/; revision=8255
|
|
|
|
| |
Notes:
svn path=/head/; revision=7785
|
|
|
|
| |
Notes:
svn path=/head/; revision=7410
|