Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303909 - ~x86-fbsd keyword request for sci-libs/qrupdate, patches included
Summary: ~x86-fbsd keyword request for sci-libs/qrupdate, patches included
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo x86 FreeBSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 303915
  Show dependency tree
 
Reported: 2010-02-07 19:17 UTC by Henning Schild
Modified: 2012-10-24 22:28 UTC (History)
1 user (show)

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


Attachments
patch to the ebuild qrupdate-1.1.0-r1.ebuild (qrupdate-1.1.0-r1.ebuild.patch,857 bytes, patch)
2010-02-07 19:21 UTC, Henning Schild
Details | Diff
patch Makefile in sci-libs/qrupdate to work on fbsd (qrupdate-1.1.0-install.patch,1.23 KB, text/plain)
2010-02-07 19:23 UTC, Henning Schild
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henning Schild 2010-02-07 19:17:07 UTC
sci-libs/qrupdate-1.1.0-r1 can be used on Gentoo FBSD with the attached patches.

please apply the patches and add ~x86-fbsd keyword


Reproducible: Always
Comment 1 Henning Schild 2010-02-07 19:21:45 UTC
Created attachment 218847 [details, diff]
patch to the ebuild qrupdate-1.1.0-r1.ebuild

Use sed to replace "make" with "$(MAKE)" in Makefile. On fbsd hardcoded make does not work.

And apply the install-Patch.
Comment 2 Henning Schild 2010-02-07 19:23:43 UTC
Created attachment 218849 [details]
patch Makefile in sci-libs/qrupdate to work on fbsd

replace "install -D ... dir/file ..." with
"install -d dir"
"install ... file ..."
install on fbsd does not support "-D"
Comment 3 Naohiro Aota gentoo-dev 2011-12-20 10:47:01 UTC
sci team,

Could you take a look at [Comment #2] please? I see no problme with it
and if you don't see any problems, I'm going to apply the patch on the
current version.

FYI: [Comment #1]'s patch is already applied in the current version.

Thanks in advance
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2011-12-20 11:08:36 UTC
(In reply to comment #3)
> sci team,
> 
> Could you take a look at [Comment #2] please? I see no problme with it
> and if you don't see any problems, I'm going to apply the patch on the
> current version.
> 
> FYI: [Comment #1]'s patch is already applied in the current version.
> 
> Thanks in advance

Go ahead. exchanging make to $(MAKE) should be fine everywhere. But please take care of parallel build issues.
Comment 5 Naohiro Aota gentoo-dev 2011-12-21 03:03:28 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > sci team,
> > 
> > Could you take a look at [Comment #2] please? I see no problme with it
> > and if you don't see any problems, I'm going to apply the patch on the
> > current version.
> > 
> > FYI: [Comment #1]'s patch is already applied in the current version.
> > 
> > Thanks in advance
> 
> Go ahead. exchanging make to $(MAKE) should be fine everywhere. But please take
> care of parallel build issues.

hm you seems misunderstood my words. I'm working on attachment 218849 [details] replacing "install -D something somedir/somename" with "install -d somedir; install something somedir/somename"

Exchanging make to $(MAKE) is already done with the current patch.
Comment 6 Naohiro Aota gentoo-dev 2012-10-10 13:13:10 UTC
I'm going to apply the patch and keyword it in a week or so.
Comment 7 Naohiro Aota gentoo-dev 2012-10-24 22:28:55 UTC
Applied and added ~x86-fbsd.