Summary: | [PATCH]: lang/ruby18 - yet one fix to PREFIX-clean ports support | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Stanislav Sedov <ssedov> | ||||
Component: | Individual Port(s) | Assignee: | Stanislav Sedov <stas> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Stanislav Sedov
2006-08-30 10:40:21 UTC
Responsible Changed From-To: freebsd-ports-bugs->ehaupt I will take care of it. Responsible Changed From-To: ehaupt->sem sem is already working on this. Responsible Changed From-To: sem->stas Over to submitter who is a committer now stas 2006-10-01 19:10:48 UTC FreeBSD ports repository Modified files: lang/ruby18 Makefile pkg-plist lang/ruby18/files patch-mkmf.rb Added files: lang/ruby18/files obsoleted Log: - Prepare port to make ruby libraries PREFIX-clean (also requires bsd.ruby.mk modifications) - Add OPTIONS - Provide automatic pkg-plist generator to simplify updates - Guarantee permissions safety when installing docs and examples (eliminate ${CP} -r *) - Create handy docs and examples structure (install examples for external libraries in separate directories) - Remove unused KNOB (NORUBYLIB) - Add knob to disable RDOC generation [1] - Add knob to disable IPv6 support - Move list of obsoleted packages to the separate file (files/obsoleted) - Add additional .keep_me like files to allow shared directories to not be deleted by dependent ports - Minor cleanups and modifications - Bump-up portrevision All ruby ports were tested in tinderbox with these modifications. Requested by: VANHULLEBUS Yvan <vanhu_bsd@zeninc.net> [1] PR: ports/103353 [1], ports/102648, ports/102663, ports/102685, ports/102646 Approved by: sem (mentor) Revision Changes Path 1.115 +203 -130 ports/lang/ruby18/Makefile 1.1 +26 -0 ports/lang/ruby18/files/obsoleted (new) 1.6 +17 -3 ports/lang/ruby18/files/patch-mkmf.rb 1.56 +10886 -10888 ports/lang/ruby18/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |