aboutsummaryrefslogtreecommitdiff
path: root/lang/intercal
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/intercal: Update to 0.31Neel Chauhan2021-01-252-4/+4
| | | | | | | | | Changes: http://www.catb.org/~esr/intercal/NEWS.html Approved by: 0mp (mentor, implicit) Notes: svn path=/head/; revision=562582
* These ports now build on aarch64.Mark Linimon2020-11-291-2/+0
| | | | | | | | Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com TRYBROKEN run Notes: svn path=/head/; revision=556569
* Fix build with -fno-commonStefan Eßer2020-09-292-2/+15
| | | | | | | While here add license (GPLv2). Notes: svn path=/head/; revision=550613
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516744
* Mark as broken on aarch64:Mark Linimon2019-03-291-0/+2
| | | | | | | | | | | ld: error: lexer.c:(function yylex: .text+0x10CC): improper alignment for relocation R_AARCH64_LDST32_ABS_LO12_NC: 0x28001B is not aligned to 4 bytes Oddly, it seems to compile on armv6. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=497207
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Drop 8 support.Mathieu Arnold2015-10-151-7/+1
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* Update intercal to 0.30 (bugfix release)Johan van Selst2015-04-052-5/+4
| | | | Notes: svn path=/head/; revision=383275
* Cleanup plistBaptiste Daroussin2014-10-271-2/+0
| | | | Notes: svn path=/head/; revision=371587
* Enable stage supportJohan van Selst2013-12-292-9/+9
| | | | Notes: svn path=/head/; revision=338023
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Force use of modern GCC (4.6+) on FreeBSD 8.x and olderJohan van Selst2012-12-311-6/+9
| | | | | | | | | | | Otherwise, an unusable binary would be produced - Bump PR PR: ports/174837 Submitted by: Klaus Aehlig <aehlig@linta.de> Notes: svn path=/head/; revision=309739
* - Update intercal to 0.29Johan van Selst2012-07-135-146/+39
| | | | | | | | - Adopt port - Remove local patches that are no longer needed Notes: svn path=/head/; revision=300872
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - Fix intercal library dir [1]Stanislav Sedov2006-10-082-1/+40
| | | | | | | | | | | - PREFIX-safety [2] - Change my email Submitted by: Phil Pennock <phil.pennock@globnix.org> [1], me (stas) [2] Approved by: sem (implicitly) Notes: svn path=/head/; revision=175009
* - Update to 0.24Rong-En Fan2006-07-296-191/+116
| | | | | | | | | | - Pass maintainership to submitter PR: ports/100929 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=169020
* Reset mph due to no response to email about status, and maintainer-timeouts.Mark Linimon2006-04-151-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159556
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* 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
* track ESR's page.FUJISHIMA Satsuki2003-03-012-2/+2
| | | | | | | www.tuxedo.org -> www.catb.org Notes: svn path=/head/; revision=76699
* Upgrade to 0.20.Matthew Hunt2000-11-292-2/+2
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=35514
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Upgrade to 0.19.Matthew Hunt1999-12-064-43/+38
| | | | | | | | PR: 14635 Submitted by: saper@system.pl Notes: svn path=/head/; revision=23627
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Yet more WWW: additionsMichael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18435
* Upgrade to 0.18.Matthew Hunt1998-12-115-19/+37
| | | | | | | Provoked by: Bill Fenner's distfile survey Notes: svn path=/head/; revision=15286
* Import of the INTERCAL compiler, ick, version 0.17.Matthew Hunt1998-04-176-0/+199
PR: 6080 Notes: svn path=/head/; revision=10547