diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2011-11-02 07:55:41 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2011-11-02 07:55:41 +0800 |
commit | a46766452f6b3efbd2e04b46e349270c5d0020a8 (patch) | |
tree | 17af96c9797579567f49be7b424ed154e99e2b8e /www | |
parent | 48b238bb74c81420a1a5909e853c3a9b8bb83640 (diff) | |
download | freebsd-ports-gnome-a46766452f6b3efbd2e04b46e349270c5d0020a8.tar.gz freebsd-ports-gnome-a46766452f6b3efbd2e04b46e349270c5d0020a8.tar.zst freebsd-ports-gnome-a46766452f6b3efbd2e04b46e349270c5d0020a8.zip |
- Unmark broken, it works just fine
$ cd /var/db/pkg ; ls -1d redmine-1.2.1 ruby1*
redmine-1.2.1/
ruby18-gems-1.8.10/
ruby18-iconv-1.8.7.352,1/
ruby18-mysql-2.8.2_1/
ruby18-rmagick-2.13.1_1/
The bug sited in the previous commit
http://rubyforge.org/tracker/index.php?func=detail&aid=29188&group_id=126&atid=575
is for rails 2.3.11 and rubygems 1.8.1 neither of which are actually in the ports tree
anymore
With Hat: ruby@
Diffstat (limited to 'www')
-rw-r--r-- | www/redmine/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/redmine/Makefile b/www/redmine/Makefile index 038d575c027b..006517267f15 100644 --- a/www/redmine/Makefile +++ b/www/redmine/Makefile @@ -25,8 +25,6 @@ USE_RAKE= yes NO_BUILD= yes SUB_LIST+= RUBY_NAME=${RUBY_NAME} -BROKEN= Does not work with RubyGems 1.8 - OPTIONS= MYSQL "Enable MySQL support" on \ POSTGRESQL "Enable PostgreSQL support" off \ RMAGIC "Enable Gantt charts support" on \ |