Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2009 18:21:52 -0400
From:      "Philip M. Gollucci" <pgollucci@ridecharge.com>
To:        ruby@freebsd.org
Cc:        Stanislav Sedov <stas@FreeBSD.org>
Subject:   [RFC]: use --no-rdoc to implement NOPORTDOCS for rubygem-*
Message-ID:  <49DFC680.9000104@ridecharge.com>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~pgollucci/no_rdoc.diff

The only rubygem-* port this breaks is www/rubygem-merb

<aside>
ideally we'd make each DISTFILE a port and it would just work

www/rubygem-mongrel and www/rubygem-mongrel_cluster
required much less changes so I've patched them and they work as is now
</aside>

mysql> select count(1)
from build_ports bp, ports p
where bp.port_id = p.port_id
and p.port_directory like '%/rubygem-%'
and bp.build_id = 27;
+----------+
| count(1) |
+----------+
|      168 |
+----------+




-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@ridecharge.com)
p: 703.549.2050x206, did: 703.579.6947
Senior System Admin - RideCharge, Inc.  http://ridecharge.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49DFC680.9000104>