| 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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
PR: 39938
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
|
|
| |
bump PORTREVISION
|
|
|
|
|
| |
PR: 35480
Submitted by: Norikatsu Shigemura <nork@ninth-nine.com>
|
|
|
|
|
|
| |
Don't update the timestamp of "${WRKSRC}/acconfig.h".
PR: 33680
|
|
|
|
| |
depending on where the distfile was fetched.
|
|
|
|
|
| |
PR: 29823
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
Fix a potential buffer overflow I noticed while in here
Bump PORTREVISION
|
|
|
|
| |
Submitted by: okazaki
|
|
|
|
| |
Reviewed by: wca
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is one copy on the author's ftp site.
There is a differnt copy on all the SunSite mirrors.
The difference is small. The SunSite copy contains a config.cache file.
The actual source code is identical.
So, allow this port to work with either tarballs.
We need both checksums in distinfo and we need to delete config.cache
(if it exists) prior to running configure.
Submitted by: bento which found the problem while the authors site was down
|
| |
|
|
|
|
|
| |
PR: 19926
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
|
| |
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* declare USE_XLIB when XFree86 is installed and NO_X11 is not defined.
* fix configure.in more to use built-in ncurses if exist, and turn on USE_AUTOCONF.
* remove patches already obsoleted by USE_LIBTOOL.
PR: 17004
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
|
|
|
|
|
|
| |
have time to maintain them.
Approved by: andy
|
| |
|
|
|
|
| |
the .la file.
|
|
|
|
| |
how is bsd.port.mk supposed to figure out the minor number? ;)
|
| |
|
|
|
|
|
|
| |
There's an extremely high probability that this port is also missing
its ldconfig -m line, but I really wasn't planning to make even this
commit...
|
|
|
|
|
|
|
|
|
|
|
| |
- corrected MD5 checksum
- the removal of config.cache isn't necessary anomore, port build
failed here, since config.cache isn't in the sources anymore
- revamped the patches a bit, it's bad style to patch one file
(configure) using several patches, you loose the overview what
is patches in one file and it makes it difficult to maintain
patches in the future...
- hope MAINTAINER agrees, needed aalib for gimp port, but didn't work
|
| |
|
|
|
|
| |
Found by: Satoshi Asami
|
| |
|
|
|
|
|
| |
PR: 6079
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
|
|
PR: ports/5339
Submitted by: frankch@waru.life.nthu.edu.tw
|