aboutsummaryrefslogtreecommitdiff
path: root/x11/eterm
Commit message (Collapse)AuthorAgeFilesLines
* - Fix shebangDmitry Marakasov2014-07-231-1/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=362643
* Fix the way --with-mmx is passed to configure.Raphael Kubo da Costa2014-07-051-2/+2
| | | | | | | | | | | <OPTION>_CONFIGURE_ARGS does not exist, so the option was not being passed at all. We need <OPTION>_CONFIGURE_WITH here. CR: D357 Approved by: olgeni (maintainer) Notes: svn path=/head/; revision=360812
* - Convert to USES=libtoolTijl Coosemans2014-07-013-19/+7
| | | | | | | - Rearrange Makefile a bit Notes: svn path=/head/; revision=360097
* Support stageBaptiste Daroussin2014-01-062-19/+12
| | | | | | | | Set the bin/Eterm mode via plist Only propose the MMX option on i386 Notes: svn path=/head/; revision=338931
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Define gnu89 as C standard and remove now useless USE_GCC=anyBaptiste Daroussin2013-09-141-1/+1
| | | | Notes: svn path=/head/; revision=327265
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* Convert to OptionsNG and pet portlint.Jimmy Olgeni2012-10-071-10/+8
| | | | Notes: svn path=/head/; revision=305479
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Upgrade to version 0.9.6.Jimmy Olgeni2011-05-162-4/+3
| | | | Notes: svn path=/head/; revision=274172
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Upgrade to version 0.9.5.Jimmy Olgeni2008-06-202-5/+4
| | | | | | | | PR: ports/124796 Submitted by: miwi Notes: svn path=/head/; revision=215394
* Add DOCSDIR support as suggested by portlint warning.Jimmy Olgeni2008-06-202-6/+6
| | | | Notes: svn path=/head/; revision=215392
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - Update enlightenment-devel and EFL libraries to the latest snapshotStanislav Sedov2008-03-111-3/+3
| | | | | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Notes: svn path=/head/; revision=208836
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix after objformat removalPav Lucistnik2007-03-231-1/+1
| | | | Notes: svn path=/head/; revision=188133
* - Update e17 ports to 20070223 snapshotStanislav Sedov2007-03-111-1/+2
| | | | | | | | | | | | | | | - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2] Notes: svn path=/head/; revision=187097
* Upgrade to version 0.9.4.Jimmy Olgeni2006-12-1011-204/+30
| | | | | | | | | PR: ports/106495 Submitted by: trasz(at)pin.if.uz.zgora.pl Obtained from: miwi (patch update for FreeBSD 4.x, also by trasz) Notes: svn path=/head/; revision=179398
* Make port fetchable and use USE_LDCONFIG.Jimmy Olgeni2006-10-281-2/+3
| | | | | | | | | PR: ports/104766 Submitted by: Thomas Abthorpe <thomas(at)goodking.ca> Approved by: portmgr Notes: svn path=/head/; revision=175546
* Fix composed character handling (broken as described in ports/78234).Jimmy Olgeni2006-03-215-1/+106
| | | | | | | Obtained from: Gentoo Bug 91878 Notes: svn path=/head/; revision=157824
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ify (manually checked)Edwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154312
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* Add OPTIONS support and fix transparency/shading.Jimmy Olgeni2005-07-302-1/+61
| | | | | | | Obtained from: Björn König <bkoenig(at)cs.tu-berlin.de> Notes: svn path=/head/; revision=140456
* Whitespace only (for portlint).Jimmy Olgeni2005-07-301-1/+0
| | | | Notes: svn path=/head/; revision=140454
* detect imlib2 correctly. Otherwise it produces "useless" Esetroot binaryFUJISHIMA Satsuki2005-07-241-1/+3
| | | | | | | | | | | | like this: | $ ./bin/Esetroot | Eterm was built without pixmap support, so Esetroot is fairly useless. Sorry. maintainer timeout for 10 days. Notes: svn path=/head/; revision=140004
* Bump PORTREVISION on all ports that received the imlib2 shlib chase.Adam Weinberger2005-03-071-0/+1
| | | | Notes: svn path=/head/; revision=130541
* 1: Upgrade imlib2 to 1.2.0Vanilla I. Shu2005-03-071-1/+1
| | | | | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me Notes: svn path=/head/; revision=130537
* Upgrade to version 0.9.3.Jimmy Olgeni2005-02-213-9/+3
| | | | | | | | PR: 77833 Submitted by: Sam Lawrance <boris(at)brooknet.com.au> Notes: svn path=/head/; revision=129518
* 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