aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kcd-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Reassign to portstabthorpe2008-10-271-1/+1
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 7.13.1tabthorpe2007-10-162-7/+6
| | | | | | - Configure sysconfdir to ${PREFIX} Approved by: clsung (mentor, implicit)
* Mark IGNORE: the port attempts to allocate all system memory duringkris2007-09-261-0/+2
| | | | the configure stage to see what happens.
* - change maintainer address on ports I maintaintabthorpe2007-08-231-1/+1
| | | | Approved by: clsung (mentor)
* - Unbreak under HEADmiwi2007-08-011-7/+1
| | | | | PR: 115097 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
* - Update to 7.13.0miwi2007-07-243-5/+13
| | | | | | | - Pass maintainership to submitter PR: 114846 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
* Mark IGNORE on 7.x: the configure script attempts to force a memorykris2006-03-111-1/+7
| | | | | | | | allocation failure by using setrlimit(RLIMIT_DATA, ...) and doing malloc, except malloc no longer uses sbrk() to allocate memory so this ends up running the entire machine out of swap. Approved by: portmgr (implicit)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Fix plist by using DOCSDIR and EXAMPLESDIRbarner2005-12-021-5/+5
| | | | Reported by: cluster
* Fix fetch: Use correct MASTER_SITE_SUBDIRvs2005-11-221-1/+1
| | | | Noticed by: cluster
* Add DISTNAME statement to make sure port can get fetched.edwin2005-11-221-0/+1
| | | | Noticed by: YAPHR
* Welcome misc/kcd-devel, which is version 7.11.xedwin2005-11-171-2/+2
| | | | | | Backout misc/kcd, which is version 7.6 Suggested by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 7.11.0edwin2005-11-152-3/+4
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Clean up handling of locale directories at deinstall-time:kris2004-12-161-0/+4
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* Update to version 7.6.1krion2004-08-032-3/+3
| | | | | PR: ports/69921 Submitted by: Ports Fury
* - Update to version 7.6.0krion2004-03-292-4/+3
| | | | | PR: ports/64857 Submitted by: Ports Fury
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2
| | | | | Submitted by: trevor Tested by: bento
* SIZEify.trevor2004-01-301-0/+1
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* update misc/kcd: 6.4.2 -> 7.0.0daichi2003-07-112-2/+2
| | | | | PR: 54326 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to version 6.4.2naddy2003-04-242-2/+2
| | | | | PR: 51058 Submitted by: Ports Fury
* De-pkg-comment.knu2003-02-212-1/+1
|
* upgrade to 6.4.1ijliao2002-11-204-4/+38
| | | | | PR: 45441 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* fix buildijliao2002-10-221-4/+4
| | | | | PR: 44350 Submitted by: Ports Fury
* BROKEN: Does not compilekris2002-10-061-0/+2
|
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* upgrade to 6.0.0ijliao2002-06-098-101/+28
| | | | | PR: 38999 Submitted by: Ports Fury
* Updated to 5.0.3.markp2001-06-123-6/+4
| | | | | | | Tidied doc handling while I'm here.. PR: 28056 Submitted by: Kato Tsuguru <tkato@prontomail.com>
* Depend on ncurses.5 after the upgrade of devel/ncurses.tg2000-11-161-1/+1
|
* Update to version 5.0.2.dannyboy2000-08-222-2/+2
| | | | | PR: 20747 Submitted by: Ports Fury
* Update to 5.0.1.will2000-08-208-5/+83
| | | | | PR: 20655 Submitted by: Ports Fury
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Update port to 4.11.2jedgar2000-05-084-30/+30
| | | | | PR: 18440 Submitted by: tkato@prontomail.ne.jp
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* Adding kcd version 4.11.1.steve1999-12-295-0/+73
A pogram that allows one to change direcotries in full-screen visual mode. PR: 12666 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
>Install a PAM policy, rather than just suggesting that the admin do so.des2007-04-104-21/+20 * Reset mharo due to maintainer-timeouts and no response to PRs.linimon2007-03-231-1/+1 * fix option textmharo2006-07-281-1/+1 * - Add LDAP support (off by default)sem2006-04-292-1/+30 * SHA256ifyedwin2006-01-241-0/+1 * - Remove etc/sudoers on deinstall if user haven't modified itpav2005-12-183-2/+5 * Upgrade to 1.6.8.12mharo2005-11-142-5/+4 * Security update to latest release: 1.6.8p9.osa2005-06-212-4/+4 * Upgrade to 1.6.8p8mharo2005-04-152-4/+4 * update to 1.6.8p7mharo2005-02-082-4/+4 * Upgrade to 1.6.8p6mharo2005-01-092-4/+4 * Update to 1.6.8p5mharo2004-11-302-4/+4 * Update to latest release of sudomharo2004-11-182-4/+4 * Update to sudo-1.6.3p8, which *really* includes the CDPATH fix, androam2004-11-173-15/+5 * strip out CDPATHmharo2004-11-162-1/+11 * Update to 1.6.8p2mharo2004-11-132-4/+4 * Update to 1.6.8p1mharo2004-09-192-4/+4 * Update to 1.6.8mharo2004-08-204-21/+9 * Undo yesterdays change after sysutils/porttools suddenly failed.edwin2004-07-203-7/+5 * [PATCH] security/sudo: Utilize EXAMPLESDIRedwin2004-07-193-5/+7 * Add SIZEmharo2004-01-302-1/+2 * Add more MASTER_SITES and remove dead onemharo2003-12-171-2/+7 * Add another MASTER_SITEmharo2003-12-171-0/+1 * Add WITH_SHELL_SETS_HOME knob to security/sudomharo2003-07-171-0/+4 * upgrade from 1.6.7.4 to 1.6.7.5mharo2003-07-172-3/+3 * update from 1.6.6 to 1.6.7p4mharo2003-04-20