aboutsummaryrefslogtreecommitdiff
path: root/devel/omake
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-3/+2
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* update to 0.9.8.6-rc1; add a test targetBrendan Fabeny2013-04-175-57/+28
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315988
* - Mark Broken fails to buildMartin Wilke2013-03-301-0/+2
| | | | | | | | | | | | | | | | | | | touch .config OMAKEFLAGS= OMAKEPATH=lib ./omake-boot --dotomake .omake --force-dotomake -j2 main *** omake: reading OMakefiles *** omake error: File mk/defaults: line 124, characters 1-41 write(): Broken pipe *** omake error: File mk/defaults: line 124, characters 1-41 command exited with code: 123 * Error code 123 Reported by: pointyhat Approved by: portmgr Notes: svn path=/head/; revision=315617
* - Update MASTER_SITES.Marcelo Araujo2012-12-132-33/+23
| | | | | | | | | | | | | - Update WWW pkg-descr. - Support USE_NCURSES. - Support USE_READLINE. - Trim header. PR: ports/171988 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=308823
* Mark as broken on powerpc: fails to build.Mark Linimon2011-11-101-0/+4
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285474
* - 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Disable some warnings to let it compile under Ocaml 3.12.Stanislav Sedov2011-04-051-4/+27
| | | | Notes: svn path=/head/; revision=272229
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently fromIon-Mihai Tetcu2009-05-121-3/+3
| | | | | | | | | | 5 to 6. Forgotten by: araujo@ Reported by: QAT Notes: svn path=/head/; revision=233764
* - Update lang/ocaml to 3.11.0. [1]Stanislav Sedov2009-04-114-8/+20
| | | | | | | | | | | | | | | | | | | | | - Fix devel/cil build with 3.11.0 by using proper object file name - Fix devel/deputy build with 3.11.0 by using proper object file name - Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters is not allowed now. - Fix usage message in lang/mtasc. - Implement a FreeBSD specific code for retriving the executable path in lang/mtasc. - Update devel/omake to 0.9.8.5. - Fix devel/omake compilation with 3.11 by dropping an unused reference from the code. - Fix www/geneweb build with 3.11 by not emitting errors for warnings. - Fix print/advi build. [2] - Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0). PR: ports/130845 [1] [2] (based on) Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2] Notes: svn path=/head/; revision=232098
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-10/+1
| | | | Notes: svn path=/head/; revision=200770
* - 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
* - COPYTREE_SHARE is not in bsd.port.mkPav Lucistnik2007-03-241-7/+0
| | | | Notes: svn path=/head/; revision=188193
* - Update to 0.9.8.1.Stanislav Sedov2007-03-175-22/+88
| | | | Notes: svn path=/head/; revision=187569
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].Mark Linimon2007-03-141-1/+0
| | | | | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] Notes: svn path=/head/; revision=187350
* - Add an additional mirrorStanislav Sedov2006-10-011-4/+4
| | | | | | | | | - Update my email address Approved by: sem (mentor) Notes: svn path=/head/; revision=174258
* OMake is a build system designed for scalability and portability. It uses aIon-Mihai Tetcu2006-09-066-0/+115
syntax similar to make utilities you may have used, but it features many additional enhancements. WWW: http://omake.metaprl.org/index.html PR: ports/101582 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=172382