aboutsummaryrefslogtreecommitdiff
path: root/x11/eterm
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Improve .orig file removal in post-patch.Jimmy Olgeni2004-05-011-3/+1
| | | | | | | | PR: 61663 Submitted by: David Fleck <david.fleck(at)mchsi.com> Notes: svn path=/head/; revision=108094
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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
* Remove MASTER_SITE_SOURCEFORGE, which has an incorrect checksum.Jimmy Olgeni2004-03-121-3/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=103820
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Chase checksum change.Jimmy Olgeni2004-01-082-1/+2
| | | | | | | | | | | * 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
* - Chase libraries for new Imlib2 versionKirill Ponomarev2003-12-151-1/+1
| | | | Notes: svn path=/head/; revision=95902
* Upgrade to 0.9.2, including the following changes:Jimmy Olgeni2003-03-3114-197/+81
| | | | | | | | | | | | | | * 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
* De-pkg-comment my ports + some more.Jimmy Olgeni2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76249
* Back out bogus update to 0.9.2... I'll have to look into that later.Jimmy Olgeni2003-02-1510-45/+204
| | | | | | | patch-src:startup.c is left out as per ports/48055. Notes: svn path=/head/; revision=75547
* Update to version 0.9.2.Jimmy Olgeni2003-02-1411-215/+45
| | | | | | | | PR: 48259 Submitted by: Philip Paeps <philip@paeps.cx> Notes: svn path=/head/; revision=75538
* Bump libast shared lib version.Jimmy Olgeni2002-10-261-1/+1
| | | | Notes: svn path=/head/; revision=68863
* Enable --enable-multi-charset.Jimmy Olgeni2002-05-311-1/+2
| | | | | | | Submitted by: Lukasz Ciazynski <lciazyns@altosusers.com> Notes: svn path=/head/; revision=60398
* for slave portsYing-Chieh Liao2001-10-111-1/+1
| | | | Notes: svn path=/head/; revision=48679
* Use the "xterm-color" termcap entry rather than "Eterm" (missing fromJimmy Olgeni2001-09-233-0/+32
| | | | | | | | | | termcap), and revert the default color scheme to the plain old "white on black". Submitted by: kris Notes: svn path=/head/; revision=48118
* Let other ports override MAINTAINER and CONFIGURE_ARGS.Jimmy Olgeni2001-09-171-2/+2
| | | | | | | | PR: 30628 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=47913
* Update port to version 0.9.1, plus a couple of patches from CVS to fix someJimmy Olgeni2001-09-079-93/+180
| | | | | | | | | bugs. Submitted by: Jeremy Norris <ishmael27@home.com> Notes: svn path=/head/; revision=47509
* Make backspace generate ^H, not ^?.Jimmy Olgeni2001-03-011-1/+3
| | | | | | | | | 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
* Update to version 0.9.Jimmy Olgeni2001-02-1717-234/+136
| | | | Notes: svn path=/head/; revision=38444
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-2/+2
| | | | Notes: svn path=/head/; revision=37994
* Take over port maintainership with Murray's permission.Jimmy Olgeni2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=37896
* Following portlint's suggestion, use MASTER_SITE_SOURCEFORGE.Jimmy Olgeni2001-02-011-6/+2
| | | | Notes: svn path=/head/; revision=37893
* Merged changes from ports/23182.Jimmy Olgeni2001-02-012-11/+15
| | | | | | | | | | | * Add BUILD_DEPENDS: textproc/man2html * Install Eterm.1.html * Support PORTDOCS in pkg-plist PR: 23182 Notes: svn path=/head/; revision=37892
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}Jimmy Olgeni2001-01-311-1/+1
| | | | | | | files. Notes: svn path=/head/; revision=37855
* Rewrite the rule that was copying patch-kanji into ${PATCHDIR} whenSatoshi Asami2000-10-071-2/+1
| | | | | | | | | | | 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
* Implement WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-051-2/+1
| | | | Notes: svn path=/head/; revision=33427
* Requested-by: Greg SutterMurray Stokely2000-10-031-7/+8
| | | | | | | Update description Notes: svn path=/head/; revision=33360
* Update MASTER_SITESMurray Stokely2000-10-031-6/+7
| | | | Notes: svn path=/head/; revision=33359
* Fix PLISTKris Kennaway2000-09-171-0/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32755
* Prevent a DoS from an escape sequence that can cause the eterm to use up allKris Kennaway2000-06-291-0/+27
| | | | | | | | | available memory and crash Submitted by: Michael Jennings <mej@VALINUX.COM> via Bugtraq Notes: svn path=/head/; revision=29971
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* murray is now a committer, reflect this in MAINTAINER.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28452
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27497
* Update to version 0.8.10.Steve Price2000-01-095-14/+32
| | | | | | | | PR: 14874 Submitted by: Rod Taylor <rod@zort.on.ca> Notes: svn path=/head/; revision=24607
* Fix a couple long-standing and annoying bugsChris Piazza1999-12-221-0/+35
| | | | | | | | PR: 15628 Submitted by: Mark Newton <newton@atdot.dotat.org> Notes: svn path=/head/; revision=23828
* Define HAVE_SAVED_UID and NEED_LINUX_HACK so that .XauthorityJustin M. Seger1999-11-262-0/+22
| | | | | | | | | files from NFS mounted home dirs can be read by Eterm. PR: ports/11977 Notes: svn path=/head/; revision=23337
* Use updated imlib library.Yukihiro Nakai1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=22244
* Update to version 0.8.9Chris Piazza1999-09-044-33/+30
| | | | | | | | PR: 13537 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=21244
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21147
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Cleanup some more WWW (occasionally fixing-up the DESCR in general too).Tim Vanderhoek1999-07-171-1/+3
| | | | Notes: svn path=/head/; revision=20250
* Add ${PREFIX}/share/Eterm/bg/{scale,tile} to seach paths in themes/*/MAINSatoshi Taoka1999-06-161-0/+66
| | | | | | | Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=19493
* Fixup after imlib version bump.Steve Price1999-05-292-31/+27
| | | | | | | | PR: 11843 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19059
* Add WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18403
* Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.Jacques Vidrine1999-03-151-2/+2
| | | | | | | | libgdk_imlib.so.2 -> libgdk_imlib.so.3 libImlib.so.2 -> libImlib.so.3 Notes: svn path=/head/; revision=17236
* I meant to say, "Update to version 0.8.8".Steve Price1999-02-221-1/+1
| | | | Notes: svn path=/head/; revision=16855
* Update to version 3.8.8.Steve Price1999-02-225-51/+85
| | | | | | | | PR: 9994 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=16837
* Honor LOCALBASE for finding libraries: jpeg, png, et. al.Jacques Vidrine1999-01-171-1/+2
| | | | Notes: svn path=/head/; revision=16104
* Bump Imlib's version number to 2.Vanilla I. Shu1999-01-141-2/+2
| | | | Notes: svn path=/head/; revision=16042