/math/diehard/

cs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/xscrabble
Commit message (Expand)AuthorAgeFilesLines
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-0/+1
* Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).flz2008-07-231-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-20e7549c50755d8d6fa4ffa4ca5bd5b598b71b'>Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-3/+1
|
* Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.will2000-06-101-2/+2
| | | | Pointy hat: will
* Use absolute path for FILESDIR instead of relative path.will2000-06-101-1/+1
| | | | | PR: 19150 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Be aware of otclsh and tclsh8.1_rhoek2000-06-012-2/+2
|
* PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromhoek2000-06-011-0/+1
| | | | | | | | | ${PKGDIR} if DEINSTALL.tclsh exists there. Also, add INSTALL.tclsh to ja-tcl*, otcl, and itcl. The latter two technically don't need it since they depend on another library which will pull the (DE)?INSTALL.tclsh stuff in, but I'm changing them anyways as a defensive measure.
* Let the user know about itcl installations, too.hoek2000-06-011-3/+6
|
* Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh.hoek2000-06-011-0/+22
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Add some missing manpages.steve1999-11-011-0/+3
| | | | | PR: 13677 (8 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Upgrade to tcl and tk 8.1.jseger1999-06-201-1/+2
| | | | | | Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80. Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp>
* Don't unintentionally overwrite an existing tclsh/wish.hoek1999-05-261-4/+4
| | | | Reported-By: Mikhail Teterin <mi@kot.ne.mediaone.net>
* <mumble> <mumble>hoek1999-05-262-150/+405
| | | | PR: ports/9787
* Use MLINKS and friends (rather than PLIST literals) to stipulate man pages & ↵cwt1999-05-072-406/+150
| | | | links
* Fix the script that makes the long-name man page links, and add thefenner1999-05-052-1/+250
| | | | | | | | long-name man pages to PLIST. Note that instead of including a 54k patch, there's a post-patch: target in the Makefile that uses sed. PR: ports/9786 and ports/9787
* Tcl 8.0.5. Fenner's MLINK PR TBA RSNcwt1999-05-014-23/+18
|
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...scrappy1999-04-222-3/+3
|
* Proper URLs that reference directories end in '/'billf1999-04-091-2/+2
|
* Add Central European Summer time zonejseger1999-04-041-0/+10
| | | | | Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> PR: ports/9666
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-121-1/+5
|
* Assume role of maintainer. By request of: maintainer.cwt1998-12-241-2/+2
|
* Cause tcl "info sharedlibextension" command to correctly returncwt1998-12-191-0/+1
| | | | | ".so". Submitted by: "Louis A. Mamakos" <louie@TransSys.COM>
* Tcl v8.0.4cwt1998-12-195-26/+29
|
* Use PKG* variables instead of adding extra files to PKG_ARGS.asami1998-12-131-4/+4
|
* Create ${PREFIX}/bin before cat'ing a file into it.asami1998-11-281-0/+1
|
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-10/+11
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Only use -soname flag if building for an ELF world.steve1998-09-231-3/+7
| | | | Noticed by: smace
* Unbreak deinstall by adding the required trailing '%%'.steve1998-09-211-2/+2
|
* Make this build in an ELF world.steve1998-09-184-23/+47
| | | | Reviewed by: jkh
* Install a "tclsh" script that spits-out a list of the real tclsh's, ashoek1998-07-282-1/+37
| | | | | | | | | | | discussed many times on -ports. I expect that a few of the dependencies will break silently. I didn't touch ja-tcl (etc.) since the tclsh message should perhaps be translated? PR: ports/5894 Mention: Eivind (a first shot at a tclsh script)
* MASTERSITE moved to ftp.scriptics.com.steve1998-07-041-2/+2
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Do the Right Thing when building static libraries.jmz1998-03-18