aboutsummaryrefslogtreecommitdiff
path: root/textproc/syck
Commit message (Collapse)AuthorAgeFilesLines
* - Support USE_GITHUBMartin Wilke2014-05-171-4/+10
| | | | | | | | PR: 187744 Submitted by: Ports Fury Notes: svn path=/head/; revision=354311
* - Stage supportMartin Wilke2014-03-011-1/+0
| | | | Notes: svn path=/head/; revision=346702
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Unbreak buildMartin Wilke2013-03-234-2/+67
| | | | | | | | PR: 176956 Submitted by: Stephon Chen <stephon@gmail.com> Notes: svn path=/head/; revision=315052
* - BROKEN does not build:Martin Wilke2013-03-081-0/+2
| | | | | | | | | | cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -fPIC -O2 -pipe -fPIC -fno-strict-aliasing -MT gram.o -MD -MP -MF .deps/gram.Tpo -c -o gram.o gram.c In file included from sycklex.h:4, from gram.y:23: gram.h:107: error: conflicting types for 'syckparse' Notes: svn path=/head/; revision=313647
* 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Update to 0.70Wen Heping2009-10-013-17/+13
| | | | | | | | | - Update MASTER_SITES Approved by: miwi(mentor) Notes: svn path=/head/; revision=242356
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* dd@ has had his port bit taken for safekeeping. Therefore, return theseMark Linimon2007-03-041-1/+1
| | | | | | | | | to the pool. Hat: portmgr Notes: svn path=/head/; revision=186467
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.Jean Milanez Melo2006-08-081-3/+2
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=170091
* Mark broken: fails to fetch.Mark Linimon2006-07-161-0/+2
| | | | Notes: svn path=/head/; revision=168021
* - Update to 0.55Sergey Matveychuk2006-07-022-5/+5
| | | | | | | | PR: ports/98834 Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=166748
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Fix build of textproc/py-syck by using -fPIC in CFLAGS.Kirill Ponomarev2005-05-021-0/+1
| | | | Notes: svn path=/head/; revision=134482
* This port require bison even though it will configure without it.Dima Dorfman2004-12-071-0/+1
| | | | | | | Found by: kris via pointyhat Notes: svn path=/head/; revision=123364
* Syck is a YAML parser for popular scripting languagesDima Dorfman2004-12-024-0/+33
Notes: svn path=/head/; revision=122975