summaryrefslogtreecommitdiff
path: root/x11-toolkits/blt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak this port (needed by others) by hacking at the configureSatoshi Asami1997-11-222-6/+55
| | | | | | | | | script. Did I tell you that I absolutely hate these tcl/tk ports with the humongous configure scripts that try to catch everything from a rat's nest to a broken muffler? ;< Notes: svn path=/head/; revision=8753
* Mark the ports that were broken in one way or another by the recent tclSatoshi Asami1997-11-221-1/+3
| | | | | | | change "BROKEN". Notes: svn path=/head/; revision=8744
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Distfile moved.Bill Fenner1997-04-021-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6101
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+3
| | | | Notes: svn path=/head/; revision=4575
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-7/+4
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* Make this compile with tcl75 in /usr/lib. Remove LIB_DEPENDS.Satoshi Asami1996-10-161-3/+2
| | | | Notes: svn path=/head/; revision=4004
* Make this compile with tcl75 in /usr/lib. Make sure it won't accidentallySatoshi Asami1996-10-161-12/+11
| | | | | | | | pick up libtclx as a valid tcl library (well, it matches "libtcl*") from /usr/local/lib. Use the value once it's found. Notes: svn path=/head/; revision=4003
* Makefile cleanup, i.e.,Satoshi Asami1996-08-061-6/+10
| | | | | | | | | | | | | | | | (1) Use submitter's full address in Whom: line. (2) Move WRKSRC down to where it belongs. (3) Remove unnecessary ALL_TARGET. (4) Use full pathname for ldconfig. (5) Convert mega-command to compress manpages to a .for loop. Also conditionalize it on NOMANCOMPRESS. Notes: svn path=/head/; revision=3532
* Take out version number.Satoshi Asami1996-08-061-1/+1
| | | | Notes: svn path=/head/; revision=3531
* Update to version 2.1 of BLT. Note: I'm a little nervous about theJordan K. Hubbard1996-08-056-79/+91
| | | | | | | | | value of the MASTER_SITES line here and would like Kostya to keep an eye on it in case they eventually move it out of "NEW" on neosoft's FTP server. Submitted-By: Kostya Lukin <lukin@ns.okbmei.msk.su> Notes: svn path=/head/; revision=3526
* Change MASTER_SITE addresses from ftp.aud.alcatel.com (whichGary Palmer1996-07-021-2/+2
| | | | | | | | | | no longer holds the archive) to ftp.neosoft.com, correcting paths as necessary. Pointed Out By: jkh Notes: svn path=/head/; revision=3296
* AddSatoshi Asami1995-06-242-2/+5
| | | | | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) Notes: svn path=/head/; revision=1871
* And now the rest of the x11 ports Makefiles.Satoshi Asami1995-04-121-3/+5
| | | | Notes: svn path=/head/; revision=1352
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Try to get most ports checksummedGary Palmer1995-03-311-0/+1
| | | | Notes: svn path=/head/; revision=1262
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Port of BLT version 1.7Garrett Wollman1994-12-145-0/+90
Notes: svn path=/head/; revision=570