aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/blt
Commit message (Collapse)AuthorAgeFilesLines
* 2 more ports: convert to USES+= zipJohn Marino2014-05-281-2/+1
| | | | | | | | USES=zip is required when at least one distfile is a zip archive. Approved by: general infrastructure blanket Notes: svn path=/head/; revision=355658
* x11-toolkits/blt: Regen patch with DragonFly supportJohn Marino2014-02-051-15/+24
| | | | Notes: svn path=/head/; revision=342798
* - Remove dependency on infozipAntoine Brodin2013-12-132-2/+37
| | | | | | | - Package man pages, I couldn't find any conflit in the ports tree Notes: svn path=/head/; revision=336373
* - Support Tcl/Tk 8.6Pietro Cerutti2013-11-212-3/+10
| | | | | | | Submitted by: mi@ Notes: svn path=/head/; revision=334474
* - Support INSTALL_AS_USERPietro Cerutti2013-11-203-1/+1349
| | | | | | | | | - Restore a patch to use Tcl/Tk internal include files Suggested by: mi Notes: svn path=/head/; revision=334406
* - Update to 2.5.3Pietro Cerutti2013-11-1943-2922/+1256
| | | | Notes: svn path=/head/; revision=334300
* - Convert to USES+=tkPietro Cerutti2013-10-304-12/+33
| | | | | | | | - Convert to new LIB_DEPENDS format - STAGE-clean Notes: svn path=/head/; revision=332155
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti2013-04-231-1/+1
| | | | | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble) Notes: svn path=/head/; revision=316351
* - Set Tcl/Tk 86 as an invalid version for this portPietro Cerutti2013-02-191-5/+2
| | | | | | | - While at it, trim Makefile headers Notes: svn path=/head/; revision=312555
* - Chase 82+ not being a valid Tcl/Tk version anymorePietro Cerutti2012-12-041-1/+1
| | | | | | | | Feature safe: yes Reported by: beat, bapt Notes: svn path=/head/; revision=308232
* Remove -Werror from compiler flags to fix build with clangPawel Pekala2012-07-041-4/+1
| | | | Notes: svn path=/head/; revision=300495
* - Kick MD5 supportMartin Wilke2011-07-021-2/+0
| | | | Notes: svn path=/head/; revision=276920
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Turns out, BLT had its own copies of some important structs, thatMikhail Teterin2010-01-262-8/+1322
| | | | | | | | | | | | | | | | | | | | Tk does not normally export to extensions. Unfortunately, these became slightly different in Tk-8.5 resulting in mistery crashes... Fortunately, some of these structs are available on FreeBSD, where we install some important headers, that Tcl/Tk themselves don't install. Use those, wherever possible. Where it is not possible (Frame is defined in BLT's own tkFrame.c), rename the struct (Frame becomes bltFrame) so that the discrepancy is easier to catch in the future. Bump PORTREVISION again. Tested with: tkdesk, ttt Notes: svn path=/head/; revision=248590
* Fix parallel building. Patch up another run-time problem, that,Mikhail Teterin2010-01-243-1/+64
| | | | | | | apparently, strikes only under Tk-8.5. Bump PORTREVISION. Notes: svn path=/head/; revision=248482
* There is an X11 problem with RenderCreatePicture, when BLT uses Tk-8.5Mikhail Teterin2010-01-241-0/+15
| | | | | | | | | and the latter has Xft enabled (which is the default). Add a work-around. Obtained from: RedHat Notes: svn path=/head/; revision=248445
* Add one more hunk, without which BLT will not find Tk at run time andMikhail Teterin2010-01-242-1/+8
| | | | | | | not offer Tk-functionality. Bump PORTREVISION. Notes: svn path=/head/; revision=248443
* Add a forgotten new patch, that addresses compatibility with againstMikhail Teterin2010-01-231-0/+146
| | | | | | | newer versions of Tcl (8.5+) Notes: svn path=/head/; revision=248384
* Allow to build with any Tcl/Tk-8.* version. Fix enough warning to allowMikhail Teterin2010-01-222-3/+1078
| | | | | | | compile with -Wall -Werror. Enable JPEG-support. Bump PORTREVISION. Notes: svn path=/head/; revision=248349
* - Fix some more SF URLs, including ones in PATCH_SITES and comments (for ↵Dmitry Marakasov2009-08-271-1/+1
| | | | | | | | | consistency) Approved by: portmgr (pav) Notes: svn path=/head/; revision=240420
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | 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
* - Prepare for lang/tcl80 and x11-toolkits/tk80 removalMartin Matuska2009-07-071-1/+1
| | | | | | | - Switch all ports that have USE_TCL=80+ to use USE_TCL=82+ Notes: svn path=/head/; revision=237310
* - Add tcl86 to unsupported tcl versionsMartin Matuska2009-02-141-1/+1
| | | | Notes: svn path=/head/; revision=228270
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* Maintainer no longer has time to work on FreeBSD. We hope to see himMark Linimon2007-10-011-1/+1
| | | | | | | back again sometime. Notes: svn path=/head/; revision=200542
* - Fix shared library dependenciesRong-En Fan2007-09-092-1/+13
| | | | | | | | | | PR: ports/116130 Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> Obtained from: http://sourceforge.net/tracker/index.php?func=detail&aid=1470209&group_id=18616&atid=318616 Approved by: Kenjiro Cho <kjc at iijlab.net> (maintainer) Notes: svn path=/head/; revision=199175
* - Use USE_TK=80+ and USE_XORG=x11Martin Matuska2007-08-241-13/+11
| | | | | | | | | PR: ports/115766 Submitted by: mm Approved by: Kenijro Cho <kjc at iijlab.net> (maintainer) Notes: svn path=/head/; revision=198265
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix build after objformat is goneRong-En Fan2007-02-132-12/+8
| | | | | | | | | PR: ports/108958 Submitted by: CHAO Shin <quakelee at cn.freebsd.org> Approved by: Kenjiro Cho <kjc at iijlab.net> (maintainer) Notes: svn path=/head/; revision=185088
* - Respect X11BASERong-En Fan2006-12-021-1/+3
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=178631
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Use PATCH_SITE_SUBDIR instead of substituting %SUBDIR%.Bill Fenner2005-11-281-1/+2
| | | | | | | Approved by: Kenjiro Cho (MAINTAINEr) Notes: svn path=/head/; revision=149752
* do not install manpages for now to avoid conflicts.Kenjiro Cho2005-02-262-11/+12
| | | | | | | update the maintainer's e-mail address while I'm here. Notes: svn path=/head/; revision=129837
* utilize MASTER_SITE_SOURCEFORGEYing-Chieh Liao2004-04-151-2/+3
| | | | Notes: svn path=/head/; revision=107084
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* update BLT to BLT2.4z, and switch to tcl/tk8.4.Kenjiro Cho2003-10-226-53/+96
| | | | | | | | | | bump the share lib version to libBLT24.so.3. Submitted by Klaus Robert Suetterlin <robert@mpe.mpg.de> with minor tweak by me. PR: 57960 Notes: svn path=/head/; revision=91885
* Give more hints to configure to make it working on non-/usr/local/Edwin Groothuis2003-08-291-1/+7
| | | | | | | LOCALBASE systems. Notes: svn path=/head/; revision=87946
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76045
* instruct configure to respect PREFIX when looking for tcl/tk.Kenjiro Cho2001-04-241-0/+1
| | | | | | | Submitted by: mwm@mired.org (Mike Meyer) via dirk.meyer@dinoex.sub.org (Dirk Meyer) Notes: svn path=/head/; revision=41854
* Batch of style fixes for x11-toolkits.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37998
* update BLT from 2.4s to 2.4u.Kenjiro Cho2000-12-215-10/+11
| | | | | | | move from tcl8.2/tk8.2 to tcl8.3/tk8.3. Notes: svn path=/head/; revision=36192
* 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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+2
| | | | Notes: svn path=/head/; revision=29614
* upgrade BLT2.4m to BLT2.4sKenjiro Cho2000-06-095-33/+47
| | | | Notes: svn path=/head/; revision=29438
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27434