aboutsummaryrefslogtreecommitdiff
path: root/lang/hla
Commit message (Collapse)AuthorAgeFilesLines
* - Always accompany OSVERSION check with OPSYS checkDmitry Marakasov2017-04-071-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=437931
* Update to 3.0.4Sunpoet Po-Chuan Hsieh2017-01-132-1/+108
| | | | | | | | | | | | | | | - Add LICENSE - Use USES=localbase - Use PORTDATA - Sort PLIST Changes: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS Differential Revision: https://reviews.FreeBSD.org/D9073 PR: 215840 Exp-run by: antoine Notes: svn path=/head/; revision=431345
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-021-2/+8
| | | | | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=425174
* - Switch to options helpersDmitry Marakasov2016-04-051-9/+8
| | | | | | | - Fix wrkdir permissions Notes: svn path=/head/; revision=412567
* lang/hla: store all distfiles at my placePietro Cerutti2016-03-061-8/+4
| | | | Notes: svn path=/head/; revision=410469
* Fix build as a user.Mathieu Arnold2016-02-221-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=409372
* Cleanup plistBaptiste Daroussin2014-10-271-37/+0
| | | | Notes: svn path=/head/; revision=371587
* Stage, unbreak without gcc, and introduce a TEST option.Adam Weinberger2014-07-302-24/+37
| | | | Notes: svn path=/head/; revision=363481
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362717
* Convert l* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347773
* 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-7/+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
* - remove MD5Olli Hauer2011-07-031-6/+0
| | | | Notes: svn path=/head/; revision=276987
* - Fix extraction of HTML documentationPietro Cerutti2008-12-151-1/+1
| | | | | | | Reported by: PH via erwin Notes: svn path=/head/; revision=224269
* - Update to 1.103Pietro Cerutti2008-12-094-1262/+1255
| | | | | | | - Switch to the native version of HLA's stdlib Notes: svn path=/head/; revision=224042
* - New port: hlaPietro Cerutti2008-06-024-0/+1402
High Level Assembler (HLA) is an assembly language developed by Randall Hyde which can use high-level language constructs to aid x86 assembly programmer beginners and advanced assembly developers alike. Notes: svn path=/head/; revision=214196