aboutsummaryrefslogtreecommitdiff
path: root/misc/dejagnu
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 1.4.3Ying-Chieh Liao2002-10-124-12/+28
| | | | | | | | PR: 43943 Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> Notes: svn path=/head/; revision=67867
* Fix and sort plistPatrick Li2002-04-031-26/+27
| | | | | | | | PR: 36706 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=57286
* Update to version 1.4.2.David E. O'Brien2002-03-193-20/+3
| | | | Notes: svn path=/head/; revision=56347
* fix pkg-plist: add missed header and manpage.FUJISHIMA Satsuki2001-09-212-0/+4
| | | | Notes: svn path=/head/; revision=48039
* o Fix PLISTMario Sergio Fujikawa Ferreira2001-08-092-1/+14
| | | | | | | | | | | | o Fix port Makefile breakage in example/calc preventing calc from being installed PR: 29321 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>, bento Notes: svn path=/head/; revision=46005
* Update to version 1.4.1.David E. O'Brien2001-07-162-5/+2
| | | | Notes: svn path=/head/; revision=45182
* Update to version 1.4.1.David E. O'Brien2001-07-161-0/+17
| | | | Notes: svn path=/head/; revision=45181
* The GNU *@&%^Wpeople seem to have renamed the distfile.David E. O'Brien2001-03-312-1/+2
| | | | | | | | They are now going against their ?10? year tradition of source tarball naming. So who knows, is this even version "1.4.0", or is it "1.4"? Notes: svn path=/head/; revision=40681
* Update to v1.4.0 and relinquish maintainership.Mark Murray2001-03-133-22/+153
| | | | Notes: svn path=/head/; revision=39726
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-2/+1
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Cleanup pkg/PLIST so that it knows about all files installed andSteve Price1998-10-041-0/+1
| | | | | | | cleans up empty directories on deinstall. Notes: svn path=/head/; revision=13638
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12623
* These use tk80 not tk41. Correct the CATEGORIES.Justin M. Seger1997-11-221-2/+2
| | | | Notes: svn path=/head/; revision=8765
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4571
* Converted to MAN[1-8]David E. O'Brien1996-11-171-6/+2
| | | | | | | Converted p5* to use MASTER_SITE_PERL_CPAN Notes: svn path=/head/; revision=4541
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* Fix up the makefile to Satoshi's standard. :-)Mark Murray1996-11-011-6/+4
| | | | Notes: svn path=/head/; revision=4231
* DejaGNU is an automated testing tool. It uses expect to run your tests.Mark Murray1996-10-315-0/+69
Notes: svn path=/head/; revision=4223