aboutsummaryrefslogtreecommitdiff
path: root/editors/bvi
Commit message (Collapse)AuthorAgeFilesLines
* 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
* * Update from 1.3.1 to 1.3.2Vasil Dimov2006-03-245-22/+45
| | | | | | | * Adopt Notes: svn path=/head/; revision=158050
* Reset jedgar as maintainer; has not responded to email about status.Mark Linimon2006-03-241-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=158048
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update port to 1.3.1.Chris D. Faulhaber2002-02-194-22/+16
| | | | | | | Submitted by: naddy Notes: svn path=/head/; revision=54907
* Update MASTER_SITES and WWW to reflect bvi's new sourceforge address.Chris D. Faulhaber2001-01-152-2/+3
| | | | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=37218
* Add forgotten @dirrmChris D. Faulhaber2000-10-271-0/+1
| | | | Notes: svn path=/head/; revision=34316
* Add missing off_t casts to prevent bus errors when using the 'X' commandChris D. Faulhaber2000-10-261-0/+20
| | | | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=34239
* Update port to 1.3.0Chris D. Faulhaber2000-10-253-4/+8
| | | | Notes: svn path=/head/; revision=34223
* portname/portversion updateMichael Haro2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27501
* Update MASTER_SITES and WWW to new domainChris D. Faulhaber2000-03-272-4/+4
| | | | | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=27092
* * Changes prompted by Christian Weisgerber <naddy@mips.rhein-neckar.de>:Steve Price1999-11-272-1/+12
| | | | | | | | | | | | * gmake not needed * link bview.1 -> bvi.1 * patch io.c PR: 15104 Submitted by: maintainer Notes: svn path=/head/; revision=23428
* Initial import of bvi version 1.2.0.Steve Price1999-11-265-0/+33
A vi-like binary file (hex)editor. PR: 14720 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=23391