aboutsummaryrefslogtreecommitdiff
path: root/devel/ffcall
Commit message (Collapse)AuthorAgeFilesLines
* - mark MAKE_JOBS_UNSAFEDirk Meyer2009-11-141-0/+2
| | | | | | | | PR: 140428 Submitted by: Dmitry Marakasov Notes: svn path=/head/; revision=244249
* - set NO_PACKAGEDirk Meyer2009-01-162-0/+3
| | | | | | | author claims that generated callback funtions are derivated work Notes: svn path=/head/; revision=226271
* - fix build on sparc64Dirk Meyer2006-07-082-1/+231
| | | | | | | | PR: 99898 Submitted by: ahze (Michael Johnson) Notes: svn path=/head/; revision=167183
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* 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
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - fix urlDirk Meyer2005-10-022-3/+3
| | | | | | | | - extend MASTER_SITES reported by: Mark Linimon Notes: svn path=/head/; revision=143944
* - force -fPIC on all architecturesDirk Meyer2005-05-131-0/+2
| | | | Notes: svn path=/head/; revision=135208
* - make portlint happyDirk Meyer2005-01-151-4/+3
| | | | Notes: svn path=/head/; revision=126497
* - update to ffcall-1.10Dirk Meyer2005-01-132-5/+4
| | | | Notes: svn path=/head/; revision=126345
* - update to build with libtool-1.5Dirk Meyer2004-08-201-1/+2
| | | | Notes: svn path=/head/; revision=116833
* - support amd64Dirk Meyer2004-08-041-2/+10
| | | | Notes: svn path=/head/; revision=115402
* 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
* - udpate to 1.9Dirk Meyer2004-02-202-3/+3
| | | | Notes: svn path=/head/; revision=101471
* 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
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* - fix spelling of alphaDirk Meyer2003-01-311-1/+1
| | | | Notes: svn path=/head/; revision=74331
* - ONLY_FOR_ARCHS, spac64 not supportedDirk Meyer2003-01-301-0/+1
| | | | Notes: svn path=/head/; revision=74308
* - make portlint happierDirk Meyer2003-01-221-2/+0
| | | | Notes: svn path=/head/; revision=73806
* - update to newer releaseDirk Meyer2003-01-113-4/+9
| | | | | | | - MASTER_SITE_GNUSTEP Notes: svn path=/head/; revision=72906
* - Take maintainershipDirk Meyer2003-01-111-10/+10
| | | | | | | - use tabs Notes: svn path=/head/; revision=72905
* Change of websiteEdwin Groothuis2002-12-111-1/+1
| | | | | | | | PR: ports/46056 Submitted by: [patch] fix pkg-descr for devel/ffcall Notes: svn path=/head/; revision=71529
* 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
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* Add ffcall 1.8, a set of foreign function call libraries.Will Andrews2001-03-315-0/+58
PR: 25916 Submitted by: jagapen@home.com Notes: svn path=/head/; revision=40624