Bug 152375 - [patch] lang/qscheme: add a missing dependency and hopefully unbreak
Summary: [patch] lang/qscheme: add a missing dependency and hopefully unbreak
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-18 19:20 UTC by Vitaly Magerya
Modified: 2010-12-19 15:20 UTC (History)
0 users

See Also:


Attachments
file.diff (937 bytes, patch)
2010-11-18 19:20 UTC, Vitaly Magerya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Magerya 2010-11-18 19:20:05 UTC
QScheme uses some Perl scripts during build, but there's no Perl
dependency. It seems that the build errors at portsmon [1] are
caused by this.

The attached patch adds a build dependency on Perl, removes the
BROKEN line and the MD5 checksum while we're at it.

[1] http://portsmon.freebsd.org/portoverview.py?category=lang&portname=qscheme

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-18 19:20:10 UTC
Maintainer of lang/qscheme,

Please note that PR ports/152375 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152375

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-18 19:20:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Erik Greenwald 2010-12-02 20:35:32 UTC
Looks good to me, thanks!
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2010-12-06 18:04:37 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-12-19 15:10:25 UTC
makc        2010-12-19 15:10:19 UTC

  FreeBSD ports repository

  Modified files:
    lang/qscheme         Makefile distinfo 
  Log:
  Unbreak by adding build dependency on perl
  
  PR:             ports/152375
  Submitted by:   Vitaly Magerya <vmagerya at gmail.com>
  Approved by:    Erik Greenwald (maintainer)
  
  Revision  Changes    Path
  1.27      +1 -2      ports/lang/qscheme/Makefile
  1.4       +0 -1      ports/lang/qscheme/distinfo
_______________________________________________
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"
Comment 6 Max Brazhnikov freebsd_committer freebsd_triage 2010-12-19 15:10:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!