aboutsummaryrefslogtreecommitdiff
path: root/lang/yorick
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories lNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'l' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516915
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516744
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+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
* - Add LICENSEDmitry Marakasov2016-12-011-3/+8
| | | | | | | | | - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=427486
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-082-16/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* Patch imported from Debian (Thibaut Paumard)Johan van Selst2015-05-192-0/+15
| | | | | | | Fixes crash at startup Notes: svn path=/head/; revision=386795
* Update Yorick to 2.2.04Johan van Selst2015-05-183-3/+4
| | | | Notes: svn path=/head/; revision=386706
* Update ports in the [i-m]* category to not use GH_COMMIT.Mathieu Arnold2015-05-072-5/+4
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385637
* Cleanup plistBaptiste Daroussin2014-10-271-8/+0
| | | | Notes: svn path=/head/; revision=371587
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359327
* Update to Yorick 2.2.03Johan van Selst2014-05-053-5/+13
| | | | Notes: svn path=/head/; revision=353038
* - Try to unbreak; it looks like r322706 left out another race, which happensAlexey Dokuchaev2014-04-113-34/+31
| | | | | | | | | | | with -jX build: `libyor.a' is not built atomically, so depend on the cookie file that is dropped after all parts of libyor.a are completed (search for ``oinsert'' targets inside ${WRKSRC}/yorick/Makefile to get the idea) - While here, fix/sort pkg-plist, cleanup the Makefile and port description, use relative symbolic links Notes: svn path=/head/; revision=350891
* Mark broken: fails to linkAntoine Brodin2014-04-051-0/+2
| | | | | | | | | | | | | cc -O2 -Wl,-E -o yorick main.o yinit.o -L. -L../drat -L../hex -lyor -L/usr/local/lib -lX11 -lm yinit.o(.text+0x15): In function `on_launch': : undefined reference to `y_launch' yinit.o(.data+0x0): undefined reference to `yk_yor' *** Error code 1 Reported by: pkg-fallout since february 2014 Notes: svn path=/head/; revision=350277
* Add shared librariesJohan van Selst2014-02-202-0/+4
| | | | Notes: svn path=/head/; revision=345258
* Remove patch files that are no longer relevantJohan van Selst2014-02-082-30/+0
| | | | Notes: svn path=/head/; revision=343314
* - Update to Yorick 2.2.02Johan van Selst2014-02-074-11/+17
| | | | | | | - MASTER_SITE has moved to Github Notes: svn path=/head/; revision=343282
* Enable stage supportJohan van Selst2014-02-052-174/+164
| | | | Notes: svn path=/head/; revision=342816
* 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
* Sanitize port's inner Makefiles to allow parallel builds.Alexey Dokuchaev2013-07-101-0/+6
| | | | Notes: svn path=/head/; revision=322706
* - Cleanup Makefile before making the port make jobs safeAlexey Dokuchaev2013-07-101-20/+16
| | | | | | | - Convert NOPORTDOCS to OPTIONS; pet portlint(1) Notes: svn path=/head/; revision=322703
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Update yorick to 2.1.06Johan van Selst2010-05-204-8/+11
| | | | Notes: svn path=/head/; revision=254668
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250235
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* Add optional regression testsJohan van Selst2008-06-261-0/+6
| | | | | | | | PR: ports/124918 Submitted by: Pedro F. Giffuni Notes: svn path=/head/; revision=215797
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-1/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209644
* Update to 2.1.5Johan van Selst2008-01-102-5/+4
| | | | Notes: svn path=/head/; revision=205400
* - 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
* Update to 2.1.04Johan van Selst2007-04-183-4/+9
| | | | Notes: svn path=/head/; revision=190294
* - Update to 2.1.01Pav Lucistnik2006-03-167-43/+33
| | | | | | | | PR: ports/94274 Submitted by: Johan van Selst <johans@stack.nl> (maintainer) Notes: svn path=/head/; revision=157414
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-1/+0
| | | | Notes: svn path=/head/; revision=150431
* - Update to 1.6.02Pav Lucistnik2005-05-204-181/+188
| | | | | | | | | | | - Transfer maintainership PR: ports/81254 Submitted by: Johan van Selst <johans@stack.nl> Approved by: David H. Munro <munro@oldben.llnl.gov> (maintainer) Notes: svn path=/head/; revision=135712
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Update to 1.5.14Pav Lucistnik2003-12-133-21/+13
| | | | | | | | PR: ports/59858 Submitted by: maintainer via Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=95761
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedJoe Marcus Clarke2003-11-071-2/+2
| | | | | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93295
* Update to 1.5.12 and use INFO.Norikatsu Shigemura2003-09-093-23/+6
| | | | | | | | | | | | PR: ports/55358 Submitted by: Kang Liu <lazykang@hotmail.com> Reviewed by: Pedro F. Giffuni <giffunip@yahoo.com> David H. Munro <munro@oldben.llnl.gov> (maintainer) Oliver Eikemeier <eikemeier@fillmore-labs.com> Approved by: David H. Munro <munro@oldben.llnl.gov> (maintainer) Notes: svn path=/head/; revision=88838
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* - Update to 1.5.08Kevin Lo2002-02-097-45/+103
| | | | | | | | | | - Takeover maintainership PR: 34616 Submitted by: David H. Munro <munro1@llnl.gov> Notes: svn path=/head/; revision=54419
* portlint: remove extra whitespaces before end of line.Dirk Froemberg2001-12-241-2/+2
| | | | Notes: svn path=/head/; revision=52088
* o update to 1.5.02.FUJISHIMA Satsuki2001-09-225-172/+201
| | | | | | | | | | o support NOPORTDOCS in pkg-plist. PR: 30721 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=48064
* Update WWW: line.Pete Fritchman2001-08-301-1/+1
| | | | | | | | PR: 29123 Submitted by: Pedro F. Giffuni <giffunip@asme.org> (previous maintainer) Notes: svn path=/head/; revision=47130
* Remove previous maintainer, who no longer uses FreeBSD.Kris Kennaway2001-08-231-1/+1
| | | | | | | Approved by: old maintainer Notes: svn path=/head/; revision=46748
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Add two missing files.Tim Vanderhoek1999-12-281-0/+2
| | | | Notes: svn path=/head/; revision=24204
* Fix md5 checksumSeiichirou Hiraoka1999-12-101-1/+1
| | | | | | | Pointed out by: s974123@cc.matsuyama-u.ac.jp Notes: svn path=/head/; revision=23748
* Add USE_XLIB=yes since this port needs X libraries to work.Steve Price1999-11-261-0/+1
| | | | | | | | PR: 14271 Submitted by: maintainer Notes: svn path=/head/; revision=23371
* Add WWW: (ftp://ftp-icf.llnl.gov/pub/Yorick/yorick-ad.html).Tim Vanderhoek1999-10-121-0/+2
| | | | Notes: svn path=/head/; revision=22364