aboutsummaryrefslogtreecommitdiff
path: root/lang/yabasic
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.767Wen Heping2014-04-114-44/+3
| | | | Notes: svn path=/head/; revision=350995
* Remove trailing whitespaces from category langEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345417
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* - Convert to stagingEitan Adler2013-10-171-6/+6
| | | | Notes: svn path=/head/; revision=330596
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Fix build error with clang.Vanilla I. Shu2011-09-282-0/+40
| | | | Notes: svn path=/head/; revision=282538
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - 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
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* Upgrade to 2.763.Vanilla I. Shu2006-01-072-8/+5
| | | | | | | | PR: ports/91459 Submitted by: Ports Fury Notes: svn path=/head/; revision=152996
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* Update to 2.761Sam Lawrance2005-09-092-4/+6
| | | | | | | | PR: ports/85880 Submitted by: Ports Fury Notes: svn path=/head/; revision=142307
* 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 2.751Kirill Ponomarev2004-07-192-3/+6
| | | | | | | | PR: ports/69298 Submitted by: Ports Fury Notes: svn path=/head/; revision=114235
* - Update to version 2.744Kirill Ponomarev2004-05-102-4/+4
| | | | | | | | PR: ports/66469 Submitted by: Ports Fury Notes: svn path=/head/; revision=108859
* - Update to version 2.743Kirill Ponomarev2004-02-183-7/+5
| | | | | | | | PR: ports/63007 Submitted by: Ports Fury Notes: svn path=/head/; revision=101339
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to version 2.730Kirill Ponomarev2003-11-063-7/+9
| | | | | | | | PR: 59009 Submitted by: Ports Fury Notes: svn path=/head/; revision=93252
* Update to 2.722.Pete Fritchman2003-05-182-2/+2
| | | | | | | | PR: 51231 Submitted by: Ports Fury Notes: svn path=/head/; revision=81188
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Upgrade to 2.721.Oliver Braun2003-01-162-2/+2
| | | | | | | | PR: ports/47081 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=73276
* 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
* Update to 2.716Tilman Keskinoz2002-10-222-2/+2
| | | | | | | | PR: 43447 Approved by: kris (mentor) Notes: svn path=/head/; revision=68594
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-211-2/+3
| | | | | | | | PR: 39605 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61685
* Update to 2.712Patrick Li2002-02-092-2/+2
| | | | | | | | PR: 34772 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=54452
* Update to version 2.711.Jim Mock2002-01-142-4/+3
| | | | | | | | PR: 33885 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=53077
* Update to 2.697Mark Pulford2001-07-172-9/+8
| | | | | | | | PR: 29020 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=45188
* Unbreak port. Added manpage, replaced patches with regex, added PORTDOCS.Mark Pulford2001-06-144-43/+16
| | | | | | | Maintainer asked to drop maintainership. Notes: svn path=/head/; revision=43976
* Previous version was unavailable; partially upgrade this port to theKris Kennaway2001-03-102-3/+4
| | | | | | | | | latest version and switch to using a versioned distfile so it has a chance to keep building, but mark BROKEN for now because the patches fail to apply to the new version. Notes: svn path=/head/; revision=39367
* Upgrade from 2.64 to 2.66.Clive Lin2001-01-202-2/+2
| | | | | | | Submitted by: bento (checksum error) Notes: svn path=/head/; revision=37362
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-3/+1
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Upgrade to yabasic 2.64Kris Kennaway2000-09-222-2/+2
| | | | | | | Submitted by: Satoshi's big ball of rice Notes: svn path=/head/; revision=32959
* Update to version 2.63.3.Steve Price2000-05-281-1/+1
| | | | Notes: svn path=/head/; revision=28806
* Upgrade to latest version.Vanilla I. Shu2000-04-232-2/+2
| | | | | | | | PR: ports/18084 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> Notes: svn path=/head/; revision=27931
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Chase the checksum (a bunch of code changes with no version bump)Kris Kennaway2000-02-271-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=26340
* Md5 checksum changed (verified: only a few bug fixes present)Chris Piazza2000-02-102-2/+3
| | | | | | | | | | and USE_BISON PR: 16534 Submitted by: maintainer Notes: svn path=/head/; revision=25630
* Update to version 2.62.Steve Price2000-01-242-3/+3
| | | | | | | PR: 16178 Notes: svn path=/head/; revision=25019
* Upgrade to 2.61.Vanilla I. Shu2000-01-024-12/+16
| | | | Notes: svn path=/head/; revision=24353
* Adding yabasic version 2.60.Steve Price1999-12-257-0/+69
Yet another Basic for Unix and Windows. PR: 15016 Submitted by: Frank Gruender <elwood@mc5sys.in-berlin.de> Notes: svn path=/head/; revision=24050