aboutsummaryrefslogtreecommitdiff
path: root/lang/yabasic
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.82.1Wen Heping2019-03-142-4/+4
| | | | Notes: svn path=/head/; revision=495668
* - Update to 2.82.0Wen Heping2019-03-062-7/+11
| | | | Notes: svn path=/head/; revision=494802
* - Update to 2.81.1Wen Heping2018-11-172-4/+4
| | | | Notes: svn path=/head/; revision=485132
* - Update to 2.80.0Wen Heping2018-09-112-4/+4
| | | | Notes: svn path=/head/; revision=479499
* - Update to 2.79.0Wen Heping2018-05-062-4/+4
| | | | Notes: svn path=/head/; revision=469171
* - Update to 2.78.5Wen Heping2018-04-052-4/+4
| | | | Notes: svn path=/head/; revision=466513
* - Update to 2.78.4Wen Heping2018-04-012-4/+4
| | | | Notes: svn path=/head/; revision=466150
* - Update to 2.78.3Wen Heping2018-02-012-4/+4
| | | | Notes: svn path=/head/; revision=460560
* - Update to 2.78.2 from 2.769 and bump PORTEPOCHWen Heping2018-01-082-6/+8
| | | | | | | | - Update LICENSE - Take maintainership Notes: svn path=/head/; revision=458410
* - Switch to new test frameworkDmitry Marakasov2017-11-111-4/+2
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=453964
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-6/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* - Update to 2.769Wen Heping2015-10-162-9/+13
| | | | | | | | PR: 203800 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=399419
* - Mark BROKEN on < 10.x amd64:Dmitry Marakasov2015-06-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | /usr/bin/make check-TESTS Segmentation fault (core dumped) FAIL: tests/simple.yab Segmentation fault (core dumped) FAIL: tests/grammar.yab Segmentation fault (core dumped) FAIL: tests/io.yab Segmentation fault (core dumped) FAIL: tests/bugs.yab Segmentation fault (core dumped) FAIL: tests/break.yab =================== 5 of 5 tests failed =================== *** [check-TESTS] Error code 1 MFH: 2015Q2 Notes: svn path=/head/; revision=389872
* - Update to version 2.768; canonicalize Makefile headerAlexey Dokuchaev2015-04-112-10/+12
| | | | | | | | | | | | - Add LICENSE knob (ART10 GPLv2; multi) - Drop unneeded "xt" from USE_XORG and adjust its position - Improve test target by using -C and thus get rid of "cd" - Remove ".if ${PORT_OPTIONS:MDOCS}" guard, no longer needed PR: 199240 Notes: svn path=/head/; revision=383800
* - 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