aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-gnustep
Commit message (Collapse)AuthorAgeFilesLines
* - use @dirrmtryDirk Meyer2006-04-081-2/+2
| | | | Notes: svn path=/head/; revision=159131
* - fix build with gcc4.1Dirk Meyer2006-04-061-0/+11
| | | | Notes: svn path=/head/; revision=158950
* - fix MASTER_SITE_SUBDIRDirk Meyer2006-03-312-4/+4
| | | | Notes: svn path=/head/; revision=158455
* - change path on MASTER_SITEDirk Meyer2006-03-201-1/+1
| | | | Notes: svn path=/head/; revision=157707
* - update to 0.2.2Dirk Meyer2006-01-205-69/+35
| | | | | | | | - cleanup Makefile and use bsd.gnustep.mk - fix build with gcc34 Notes: svn path=/head/; revision=153960
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - take MAINTAINERSHIPDirk Meyer2005-11-131-1/+1
| | | | Notes: svn path=/head/; revision=148086
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* - cleanup Makefile locationDirk Meyer2005-08-281-3/+4
| | | | | | | Approved by: knu (implicit) Notes: svn path=/head/; revision=141184
* - update auf gnustep-back 0.10Dirk Meyer2005-07-271-3/+4
| | | | | | | Approved by: knu (implicit) Notes: svn path=/head/; revision=140259
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-2/+2
| | | | | | | 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-2/+2
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Disable threads again; it has caused the more troubles. This time, it hasJeremy Messenger2005-02-251-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl, ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve those issues. It is recommend you to rebuild any apps that depend on lang/ruby18, so see the UPDATING for detail. Remove the 'BROKEN' on the other ports that knu has added them few weeks ago. Some of them have been tested, so if one of them is still broke then please let us know and one of us will re-add the 'BROKEN'. This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x and I did others. lofi, thanks for help! Tested by: many people Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x), and sparc64 (FreeBSD 5.x and 6.x) Not test on: ia64 and alpha Approved by: portmgr (kris) Notes: svn path=/head/; revision=129708
* The slippery pthread support for systems prior to 502102 has beenAkinori MUSHA2005-02-051-2/+4
| | | | | | | | | | | | | | | | | | | | | dropped and the lang/ruby16_r and lang/ruby18_r ports have been removed, since no one seems to appreciate the partially working solution. Good news is that the pthread support of lang/ruby18 is now enabled by default for newer systems, which means the ruby interpreter is linked with libpthread. This will allow threaded extension libraries to run and work properly on those systems. The --march=cputype flag is disabled because it gets ruby to malfunction and fail to build. I don't know if the problem is in libpthread or in gcc. (It really makes me wonder if they had actually tested before asking me to do this somewhat risky change ;-) Notes: svn path=/head/; revision=128068
* - cleanup obsolete defsDirk Meyer2004-11-141-1/+0
| | | | Notes: svn path=/head/; revision=121544
* - support for GNUSTEP_WITH_BASE_GCCDirk Meyer2004-04-301-1/+12
| | | | | | | Approved by: (implicit by knu) Notes: svn path=/head/; revision=108000
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102161
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-2/+3
| | | | Notes: svn path=/head/; revision=93890
* - Layout for GnuSTEP 1.8.0Dirk Meyer2003-10-192-21/+5
| | | | Notes: svn path=/head/; revision=91666
* - Update for GNUstep 1.7.3Dirk Meyer2003-08-271-1/+2
| | | | | | | | - preserve MAKE_ENV Approved by: knu (implicit) Notes: svn path=/head/; revision=87769
* - flat layoutDirk Meyer2003-07-262-9/+15
| | | | | | | Approved by: knu Notes: svn path=/head/; revision=85629
* - make more dependencys configureableDirk Meyer2003-06-302-8/+13
| | | | | | | Approved by: knu Notes: svn path=/head/; revision=83917
* - Add WITH_GNUSTEP_DEVELDirk Meyer2003-06-183-9/+38
| | | | | | | | - resolve namespace confict Approved by: knu Notes: svn path=/head/; revision=83231
* - use lang/gnustep-objc so libobjc.so is be usedDirk Meyer2003-04-181-1/+4
| | | | | | | | PR: 50479 Approved by: knu Notes: svn path=/head/; revision=79174
* - drop gnustep-objc in favor of gcc32 in STABLEDirk Meyer2003-03-031-5/+1
| | | | | | | Approved by: knu Notes: svn path=/head/; revision=76778
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75776
* Add dependency to ffcall (was previous supplied with gnustep-objc)Dirk Meyer2003-02-041-0/+1
| | | | | | | Approved by: knu Notes: svn path=/head/; revision=74688
* - unbreak INDEX (was still broken)Dirk Meyer2003-01-232-5/+10
| | | | | | | | | | | - migrate dependency gnustep-xgps -> gnustep-back - don't depend on gnustep-objc in CURRENT - Fix PLIST as we are here PR: 47351 Approved by: knu Notes: svn path=/head/; revision=73868
* Catch up with the Ruby Application Archive's URL scheme change.Akinori MUSHA2002-12-071-1/+1
| | | | Notes: svn path=/head/; revision=71410
* Use RUBY_MOD*.Akinori MUSHA2002-10-062-28/+28
| | | | Notes: svn path=/head/; revision=67504
* Make the port build with the latest GNUstep port.Akinori MUSHA2002-03-301-1/+8
| | | | | | | (Although I'm not sure if it works 100% functionally) Notes: svn path=/head/; revision=56925
* Update to 0.2.1.Akinori MUSHA2001-10-123-3/+19
| | | | Notes: svn path=/head/; revision=48717
* Update to 0.2.0.Akinori MUSHA2001-09-283-4/+58
| | | | Notes: svn path=/head/; revision=48252
* Add ruby-gnustep, a Ruby interface to the GNUstep developmentAkinori MUSHA2001-09-145-0/+110
environment. Notes: svn path=/head/; revision=47829