aboutsummaryrefslogtreecommitdiff
path: root/devel/adacurses
Commit message (Collapse)AuthorAgeFilesLines
* devel/adacurses: Fix linking options on adacurses.gprJohn Marino2014-05-152-2/+2
| | | | | | | | | | | | | The options weren't getting sent to the linker. Moreover, the -lncurses switch was not required and runpath switches are required, otherwise the realtime linker finds the system libncurses before the ports version. Use "Linker_Options" instead of "Switches" to enable linker options. Reported by: Natacha Porte Notes: svn path=/head/; revision=354108
* devel/adacurses: Correct adacurses.gpr; library name uses capital lettersJohn Marino2014-02-172-1/+2
| | | | Notes: svn path=/head/; revision=344710
* devel/adacurses: Build it properly; switch to original sourcesJohn Marino2014-02-166-114/+271
| | | | | | | | | | | | | | | | This was another Ada "library" port that didn't actually build the library. The first step is to switch to the original source (AdaCurses has been distributed by ncurses, but it's maintained separately by Thomas Dickey). Besides a much smaller distfile, we also get the html documentation which is not provided by ncurses. Use the provided makefile to build. The only change was adacurses.gpr added by myself to use as an alternative to adacurses-config (which is also now generated instead of provided if /files). This should address a complaint I heard at FOSDEM about AdaCurses not working (hopefully). Notes: svn path=/head/; revision=344549
* devel/adacurses: Take over maintainershipJohn Marino2014-02-161-1/+1
| | | | Notes: svn path=/head/; revision=344510
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* These ports have listed lang/gnat as a build dependency but the truth is ↵Baptiste Daroussin2013-04-301-2/+0
| | | | | | | | | | that they are not written in Ada and build fine without any Ada compiler. PR: ports/178166 Submitted by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=316927
* - Update to 5.9Sylvio Cesar Teixeira2011-05-182-3/+5
| | | | | | | - Add License Notes: svn path=/head/; revision=274271
* - Update to 5.8Sylvio Cesar Teixeira2011-03-033-15/+3
| | | | Notes: svn path=/head/; revision=270193
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update my mail address to FreeBSDSylvio Cesar Teixeira2009-11-271-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244870
* - Update to latest libtool version.Marcelo Araujo2009-09-032-1/+1
| | | | | | | | PR: ports/138082 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer) Notes: svn path=/head/; revision=240826
* - Pass maintainership to Sylvio Amorim <scjamorim at bsd.com.br>.Marcelo Araujo2009-06-211-1/+1
| | | | Notes: svn path=/head/; revision=236451
* - Update to 5.7.Marcelo Araujo2009-04-302-4/+4
| | | | Notes: svn path=/head/; revision=232975
* - Change my mail address to araujo@.Marcelo Araujo2007-06-291-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470
* - Updated to 5.6Nicola Vitale2007-01-173-88/+34
| | | | | | | | | | | - Taken maintainership by submitter PR: ports/107698 Submitted by: "Marcelo Araujo" <araujo at bsdmail.org> Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=182641
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-311-1/+1
| | | | Notes: svn path=/head/; revision=136564
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Update to 5.3 and get rid of BROKENYen-Ming Lee2003-11-215-15/+33
| | | | | | | | PR: 59534 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=94618
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81207
* Suppress command echo.Jimmy Olgeni2003-02-231-6/+6
| | | | Notes: svn path=/head/; revision=76254
* Whitespace.Jimmy Olgeni2003-02-231-1/+1
| | | | Notes: svn path=/head/; revision=76252
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Add devel/adacurses, ncurses bindings for the Ada language (lang/gnat).Jimmy Olgeni2002-06-196-0/+170
Notes: svn path=/head/; revision=61589