aboutsummaryrefslogtreecommitdiff
path: root/misc/lifelines
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* misc/lifelines: Unbreak build as userTobias Kortkamp2019-07-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | checking for bison... bison -o y.tab.c LifeLines requires GNU Bison to compile src/interp/yacc.y. =========================================================================== =======================<phase: build >============================ ===> Building for lifelines-3.1.1_1 gmake[1]: Entering directory '/wrkdirs/usr/ports/misc/lifelines/work/lifelines-3.1.1' gmake[1]: Makefile: No such file or directory The configure script cannot cope with any value for YACC that is not "bison -y" and just exits with an error (and exit status 0, so the build continues and fails in the next phase when it cannot find Makefile) when it is a different value. Set it to "bison -y" explicitly. This will fix building as user, but it is not clear why we do not see this failure when building as root. Notes: svn path=/head/; revision=507202
* misc/lifelines: Bump PORTREVISION on last commitMuhammad Moinur Rahman2019-03-271-0/+1
| | | | | | | Reported by: david@catwhisker.org Notes: svn path=/head/; revision=496946
* misc/lifelines: Fix "person" entries show extraneous "Y" in DATE fieldsMuhammad Moinur Rahman2019-03-273-6/+19
| | | | | | | | | | | | | - Fix patch files - Modernize with OPTIONS PR: 208698 Submitted by: matt@gsicomp.on.ca Reported by: david@catwhisker.org Approved by: matt@gsicomp.on.ca Notes: svn path=/head/; revision=496931
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-7/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* misc/lifelines: Return USES=ncurses (removed by r411920)John Marino2016-04-081-1/+1
| | | | Notes: svn path=/head/; revision=412731
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to upstream version 3.1.1Thomas Zander2016-03-266-73/+103
| | | | | | | | | | | | | | Changeset includes: - Fix to UTF-8 string handling (handling in upstream version 3.1.1) - Move from SF to GH - MAKE_JOBS_UNSAFE=yes (parallel builds are not reliable at the moment) - Comments on special DOCS handling for this port PR: 208090 Submitted by: matt@gsicomp.on.ca (maintainer) Notes: svn path=/head/; revision=411920
* misc/lifelines: document ncurses requirement (USES+=ncurses)John Marino2016-02-021-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=407918
* - Improve wide character (UTF-8) support, define LICENSE (MIT)Alexey Dokuchaev2015-10-232-15/+18
| | | | | | | | | | | | | - Convert to option helpers and thus cleanup Makefile; running `make package OPTIONS_UNSET=DOCS -DBATCH' will produce a docless package without any pre-staging-era hacks in the Makefile PR: 203098 Submitted by: dhw Approved by: maintainer Notes: svn path=/head/; revision=400022
* - Convert USE_BZIP2 to USESJason E. Hale2014-10-112-12/+3
| | | | | | | | | | - Use OPTIONS_SUB - Cleanup plist Approved by: portmgr blanket Notes: svn path=/head/; revision=370675
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* - Update to 3.0.62 [1]Raphael Kubo da Costa2014-02-153-16/+16
| | | | | | | | | | - Support staging PR: ports/186801 [1] Submitted by: Matt Emmerton <matt@gsicomp.on.ca> (maintainer) Notes: svn path=/head/; revision=344485
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | 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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* WITHOUT_NLS -> PORT_OPTIONS:MNLSBaptiste Daroussin2013-06-041-2/+3
| | | | | | | NOPORTDOCS -> PORT_OPTIONS:MDOCS Notes: svn path=/head/; revision=319864
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 3.0.51.Marcelo Araujo2009-08-274-23/+8
| | | | | | | | | PR: ports/138053 Submitted by: Sylvio Cesar <scjamorim___bsd.com.br> Approved by: Matt Emmerton <matt___gsicomp.on.ca> Notes: svn path=/head/; revision=240399
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - use SF macroIon-Mihai Tetcu2009-04-052-12/+15
| | | | | | | | | | | | | | - fix plist with -DNOPORTOCS - install man pages irrespective of NOPORTDOCS - use some dirrmtry in plist for locate dirs that might contain files istalled by other ports - bump PORTREVISION Prompted by: QAT QA run Approved by: maintainer timeout on QATMails Notes: svn path=/head/; revision=231631
* 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* 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
* No matter ncursesw from ports or base (OSVERSION >= 700033), it's inRong-En Fan2007-03-091-0/+4
| | | | | | | search path. This also fix build after inclusion ncursesw in current. Notes: svn path=/head/; revision=187003
* - Update to 3.0.50Cheng-Lung Sung2006-07-014-98/+109
| | | | | | | | | PR: ports/99673 Submitted by: chinsan <chinsan dot tw_AT_gmail dot com> Approved by: maintainer (Matt Emmerton) Notes: svn path=/head/; revision=166731
* Don't remove system directoriesKris Kennaway2006-01-261-12/+0
| | | | Notes: svn path=/head/; revision=154474
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-18/+18
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* Update to 3.0.46.1Marcus Alves Grando2005-10-145-16/+300
| | | | | | | | | PR: 87402 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Approved by: Matt Emmerton <matt@gsicomp.on.ca> (maintainer) Notes: svn path=/head/; revision=145327
* 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
* Support WITHOUT_NLSKirill Ponomarev2004-07-112-8/+15
| | | | Notes: svn path=/head/; revision=113385
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Update to version 3.0.37.2Kirill Ponomarev2004-02-144-5/+57
| | | | | | | | | PR: ports/62809 Submitted by: Hubert Tournier <hubert@frbsd.org> Approved by: maintainer Notes: svn path=/head/; revision=100926
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Add missing fileKris Kennaway2003-01-141-0/+1
| | | | Notes: svn path=/head/; revision=73091
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Updated to 3.06.Mark Pulford2001-09-306-139/+3
| | | | | | | | PR: 30896 Submitted by: maintainer Notes: svn path=/head/; revision=48281
* New port for the lifelines family tree package. Note that thisMaxim Sobolev2000-09-048-0/+174
port is the database core & data entry app only. Reports will follow in a separate package, since they are updated more frequently. PR: 20585 Submitted by: Matthew Emmerton <root@gabby.gsicomp.on.ca> Notes: svn path=/head/; revision=32248