Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17278 - rdate-990821-r1 shouldn't need to depend on supersed
Summary: rdate-990821-r1 shouldn't need to depend on supersed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-10 21:49 UTC by Eric Hustvedt
Modified: 2003-03-13 18:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
rdate-990821-r1.diff (rdate-990821-r1.diff,237 bytes, patch)
2003-03-10 21:51 UTC, Eric Hustvedt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Hustvedt 2003-03-10 21:49:52 UTC
rdate, as of the rdate-990821-r1.ebuild depends on supersed to incorporate the
user's CFLAGS into the Makefile. Currently I don't have supersed installed, and
I don't feel that it should be required for me to install it, when sed can do
what the supersed regexp is doing.

I'm attaching a patch to change the ebuild to using a sed expression.

Reproducible: Always
Steps to Reproduce:
Comment 1 Eric Hustvedt 2003-03-10 21:51:43 UTC
Created attachment 9237 [details, diff]
rdate-990821-r1.diff

This patch changes the rdate-990821-r1.ebuild to use the typical Gentoo method
of using sed to munge Makefiles.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-13 18:30:05 UTC
fixed