| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
http://www.lesstif.org/ReleaseNotes.html
|
|
|
|
| |
http://www.lesstif.org/ReleaseNotes.html
|
| |
|
|
|
|
| |
xpdf works with this version again
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Forgotten by: dinoex
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
|
| |
|
|
|
|
| |
- Fix MASTER_SITES
|
| |
|
|
|
|
| |
Submitted by: eikemeier@fillmore-labs.com
|
| |
|
|
|
|
| |
Thanks to kris for notice.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- install motif 2.1 libs
- remove lib*.la files
|
|
|
|
| |
supports Motif1.2 and Motif2.1
|
|
|
|
| |
http://people.freebsd.org/~dinoex/ports/lesstif/
|
|
|
|
|
|
|
|
| |
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: 41940
Submitted by: shammer@satanii.enemy.org
|
|
|
|
| |
the later case
|
|
|
|
|
|
|
|
|
|
| |
Remove USE_AUTOMAKE and but back explicit dependency to devel/automake.
These ports aren't intended to be configured by automake, which USE_AUTOMAKE
does automagically. Instead they are just using some files from
${LOCALBASE}/share/automake.
Screwed by: ade
Reported by: bento
|
| |
|
| |
|
|
|
|
|
| |
PR: 23557
Submitted by: ex-MAINTAINER
|
|
|
|
|
|
| |
- make it USE_LIBTOOL;
- sort PLIST;
- fix configure's sprintf test segfault.
|
|
|
|
|
| |
PR: 20182
Submitted by: MAINTAINER
|
|
|
|
| |
be done to save/restore original lib/X11/config/Imake.tmpl.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: 18145
Submitted by: maintainer
|
|
|
|
|
| |
PR: 18062
Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
|
| |
|
|
|
|
| |
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
|