Bug 120480 - [patch] devel/quilt: RPM dependency should be optional
Summary: [patch] devel/quilt: RPM dependency should be optional
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: 2008-02-09 18:50 UTC by js
Modified: 2008-06-23 01:00 UTC (History)
0 users

See Also:


Attachments
file.txt (2.26 KB, text/plain)
2008-02-09 18:50 UTC, js
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description js 2008-02-09 18:50:00 UTC
devel/quilt package depends on rpm, because of a helper script (called inspect, which gets info from an rpm spec file).  IMHO this functionality is needed only if rpm is already installed.  The patch

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-09 22:24:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-06-22 00:31:31 UTC
State Changed
From-To: feedback->open

Feedback timeout.
Comment 3 doj 2008-06-22 07:12:34 UTC
Hello Balazs,

I just found out about your patch to the quilt port for FreeBSD. The 
original mail from february slipped through. In fact you're right, rpm 
support for quilt can be optional and your patch looks reasonable.

If one of the ports commiters just applies this patch to devel/quilt 
we're fine.

-- 
---> Dirk Jagdmann
----> http://cubic.org/~doj
-----> http://llg.cubic.org
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-06-23 00:59:06 UTC
lippe       2008-06-22 23:59:01 UTC

  FreeBSD ports repository

  Modified files:
    devel/quilt          Makefile pkg-plist 
  Log:
  - Make RPM an optional dependency.
  - Respect WITH(OUT) NLS.
  - Bump PORTREVISION.
  
  PR:             ports/120480
  Submitted by:   Balazs Nagy <js@iksz.hu>
  Approved by:    gabor (mentor, implicit), Dirk Jagdmann <doj@cubic.org>
  
  Revision  Changes    Path
  1.4       +27 -7     ports/devel/quilt/Makefile
  1.3       +4 -4      ports/devel/quilt/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"
Comment 5 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-06-23 00:59:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!