aboutsummaryrefslogtreecommitdiff
path: root/misc/dejagnu
Commit message (Collapse)AuthorAgeFilesLines
* misc/dejagnu: update to 1.6Pietro Cerutti2016-04-173-91/+5
| | | | | | | Announcement: https://lists.gnu.org/archive/html/info-gnu/2016-04/msg00007.html Notes: svn path=/head/; revision=413498
* misc/dejagnu: fix plist, bump portrevisionPietro Cerutti2016-04-112-0/+11
| | | | | | | Reported by: ohauer Notes: svn path=/head/; revision=413000
* msic/dejagnu: update to 1.5.3, depend on Tcl >= 8.5, add TEST targetPietro Cerutti2016-04-082-6/+7
| | | | Notes: svn path=/head/; revision=412728
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* lang/expect: update to 5.45.3, bump PORTREVISION on dependent portsPietro Cerutti2016-03-181-1/+1
| | | | Notes: svn path=/head/; revision=411367
* Cleanup plistBaptiste Daroussin2014-12-091-4/+0
| | | | Notes: svn path=/head/; revision=374378
* - Bump PORTREVISION after lang/expect updatePietro Cerutti2014-02-281-0/+1
| | | | | | | Suggested by: mat Notes: svn path=/head/; revision=346487
* - Chase devel/expect updatePietro Cerutti2014-02-281-2/+1
| | | | Notes: svn path=/head/; revision=346483
* - Convert to USES+=tcl gmakePietro Cerutti2013-10-282-4/+2
| | | | | | | - STAGE-clean Notes: svn path=/head/; revision=331838
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* fix the build after the update of lang/tcl84 to 8.4.20; assign toBrendan Fabeny2013-06-041-1/+1
| | | | | | | tcltk@ Notes: svn path=/head/; revision=319928
* - Update to 1.1.1Martin Wilke2013-03-242-11/+6
| | | | | | | | PR: 177253 Submitted by: ports fury Notes: svn path=/head/; revision=315135
* - Add missing dependencyDennis Herrmann2012-04-281-3/+4
| | | | | | | | PR: ports/167353 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=295642
* - Update to 1.5Dennis Herrmann2011-03-235-39/+17
| | | | | | | | PR: ports/155806 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=271553
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - fix typo in header file installedDmitry Marakasov2009-02-282-1/+12
| | | | | | | | PR: 132154 Submitted by: Marcin Cieslak <saper at SYSTEM dot PL> Notes: svn path=/head/; revision=229218
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - 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
* - 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
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149438
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to version 1.4.4Kirill Ponomarev2004-02-184-30/+18
| | | | | | | | PR: ports/63009 Submitted by: Ports Fury Notes: svn path=/head/; revision=101349
* misc category cleanup part 2 of 6:Clement Laforet2004-02-111-164/+164
| | | | | | | | | | | | | | | | - Use DATADIR/DOCSDIR/PORTSDOC - SIZEify port - make portlint happy * chord2html, cwish, demoniac - kill pkg-plist PR: 61027 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Updated/reworked by: me Notes: svn path=/head/; revision=100666
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* 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