| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 61663
Submitted by: David Fleck <david.fleck(at)mchsi.com>
Notes:
svn path=/head/; revision=108094
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=103820
|
|
|
|
| |
Notes:
svn path=/head/; revision=99421
|
|
|
|
|
|
|
|
|
|
|
| |
* Stability/compilation bugfixes
* Configure/automake improvements
* Escreen bugfixes (still alpha)
* Support for one more key name (XK_ISO_Left_Tab)
* Support for more color change sequences
Notes:
svn path=/head/; revision=97714
|
|
|
|
| |
Notes:
svn path=/head/; revision=95902
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use the "Eterm" termcap entry, which has been available in -STABLE
for quite some time.
* No longer depend on man2html.
* Do not install .la files.
(largely based on a port by Philip Paeps <philip@paeps.cx>)
Notes:
svn path=/head/; revision=77847
|
|
|
|
| |
Notes:
svn path=/head/; revision=76249
|
|
|
|
|
|
|
| |
patch-src:startup.c is left out as per ports/48055.
Notes:
svn path=/head/; revision=75547
|
|
|
|
|
|
|
|
| |
PR: 48259
Submitted by: Philip Paeps <philip@paeps.cx>
Notes:
svn path=/head/; revision=75538
|
|
|
|
| |
Notes:
svn path=/head/; revision=68863
|
|
|
|
|
|
|
| |
Submitted by: Lukasz Ciazynski <lciazyns@altosusers.com>
Notes:
svn path=/head/; revision=60398
|
|
|
|
| |
Notes:
svn path=/head/; revision=48679
|
|
|
|
|
|
|
|
|
|
| |
termcap), and revert the default color scheme to the plain old "white on
black".
Submitted by: kris
Notes:
svn path=/head/; revision=48118
|
|
|
|
|
|
|
|
| |
PR: 30628
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Notes:
svn path=/head/; revision=47913
|
|
|
|
|
|
|
|
|
| |
bugs.
Submitted by: Jeremy Norris <ishmael27@home.com>
Notes:
svn path=/head/; revision=47509
|
|
|
|
|
|
|
|
|
| |
This was the default Eterm behavior in version 0.8.
Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
Notes:
svn path=/head/; revision=38931
|
|
|
|
| |
Notes:
svn path=/head/; revision=38444
|
|
|
|
| |
Notes:
svn path=/head/; revision=37994
|
|
|
|
| |
Notes:
svn path=/head/; revision=37896
|
|
|
|
| |
Notes:
svn path=/head/; revision=37893
|
|
|
|
|
|
|
|
|
|
|
| |
* Add BUILD_DEPENDS: textproc/man2html
* Install Eterm.1.html
* Support PORTDOCS in pkg-plist
PR: 23182
Notes:
svn path=/head/; revision=37892
|
|
|
|
|
|
|
| |
files.
Notes:
svn path=/head/; revision=37855
|
|
|
|
|
|
|
|
|
|
|
| |
KANJI is defined (bad eterm, no cookie ;) to use EXTRA_PATCHES=
extra-patch-kanji.
(Actually, I'm not sure why KANJI is even needed when there exists a
japanese/eterm which appears to be a newer version, but anyway.)
Notes:
svn path=/head/; revision=33491
|
|
|
|
| |
Notes:
svn path=/head/; revision=33427
|
|
|
|
|
|
|
| |
Update description
Notes:
svn path=/head/; revision=33360
|
|
|
|
| |
Notes:
svn path=/head/; revision=33359
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=32755
|
|
|
|
|
|
|
|
|
| |
available memory and crash
Submitted by: Michael Jennings <mej@VALINUX.COM> via Bugtraq
Notes:
svn path=/head/; revision=29971
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
ldconfig in PLIST need personal consideration.
Notes:
svn path=/head/; revision=29636
|
|
|
|
| |
Notes:
svn path=/head/; revision=28452
|
|
|
|
| |
Notes:
svn path=/head/; revision=27497
|
|
|
|
|
|
|
|
| |
PR: 14874
Submitted by: Rod Taylor <rod@zort.on.ca>
Notes:
svn path=/head/; revision=24607
|
|
|
|
|
|
|
|
| |
PR: 15628
Submitted by: Mark Newton <newton@atdot.dotat.org>
Notes:
svn path=/head/; revision=23828
|
|
|
|
|
|
|
|
|
| |
files from NFS mounted home dirs can be read by Eterm.
PR: ports/11977
Notes:
svn path=/head/; revision=23337
|
|
|
|
| |
Notes:
svn path=/head/; revision=22244
|
|
|
|
|
|
|
|
| |
PR: 13537
Submitted by: Will Andrews <andrews@technologist.com>
Notes:
svn path=/head/; revision=21244
|
|
|
|
| |
Notes:
svn path=/head/; revision=21147
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
| |
Notes:
svn path=/head/; revision=20250
|
|
|
|
|
|
|
| |
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Notes:
svn path=/head/; revision=19493
|
|
|
|
|
|
|
|
| |
PR: 11843
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes:
svn path=/head/; revision=19059
|
|
|
|
| |
Notes:
svn path=/head/; revision=18403
|
|
|
|
|
|
|
|
| |
libgdk_imlib.so.2 -> libgdk_imlib.so.3
libImlib.so.2 -> libImlib.so.3
Notes:
svn path=/head/; revision=17236
|
|
|
|
| |
Notes:
svn path=/head/; revision=16855
|
|
|
|
|
|
|
|
| |
PR: 9994
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Notes:
svn path=/head/; revision=16837
|
|
|
|
| |
Notes:
svn path=/head/; revision=16104
|
|
|
|
| |
Notes:
svn path=/head/; revision=16042
|