Re: [pacman-dev] two patches for makepkg

2009-10-02 Thread Aaron Griffin
On Fri, Oct 2, 2009 at 2:03 PM, Aaron Griffin wrote: >> Comments welcome on the icc one :) > > The only comment I had... the patch doesn't make sense. I mean, > makepkg has no notion of gcc, and we can use it just fine with ANY > compiler. All this logic belongs in the build() function, not in > m

Re: [pacman-dev] two patches for makepkg

2009-10-02 Thread Aaron Griffin
On Fri, Oct 2, 2009 at 12:56 PM, Xavier wrote: > On Fri, Oct 2, 2009 at 7:43 PM, Ray Rashif wrote: >> 2009/10/2 huntxu >> >>> >>> 2. let makepkg install custom license automatically >>> When making packages whose licenses are "custom", we use PKGBUILD to >>> install the license file manually. Si

Re: [pacman-dev] two patches for makepkg

2009-10-02 Thread Loui Chang
On Sat 03 Oct 2009 01:43 +0800, Ray Rashif wrote: > 2009/10/2 huntxu > > 2. let makepkg install custom license automatically > > When making packages whose licenses are "custom", we use PKGBUILD to > > install the license file manually. Since it is a common step for those > > packages, why not let

Re: [pacman-dev] two patches for makepkg

2009-10-02 Thread Xavier
On Fri, Oct 2, 2009 at 7:43 PM, Ray Rashif wrote: > 2009/10/2 huntxu > >> >> 2. let makepkg install custom license automatically >> When making packages whose licenses are "custom", we use PKGBUILD to >> install the license file manually. Since it is a common step for those >> packages, why not l

Re: [pacman-dev] two patches for makepkg

2009-10-02 Thread Ray Rashif
2009/10/2 huntxu > > 2. let makepkg install custom license automatically > When making packages whose licenses are "custom", we use PKGBUILD to > install the license file manually. Since it is a common step for those > packages, why not let makepkg do that automatically? > Just specify $licensefi

Re: [pacman-dev] two patches for makepkg

2009-10-02 Thread Sebastian Nowicki
On Oct 2, 2009, at 5:35 PM, huntxu wrote: 2. let makepkg install custom license automatically When making packages whose licenses are "custom", we use PKGBUILD to install the license file manually. Since it is a common step for those packages, why not let makepkg do that automatically? Just

[pacman-dev] two patches for makepkg

2009-10-02 Thread huntxu
1. let makepkg work with icc this patch is inspired by the gentoo wiki page http://en.gentoo-wiki.com/wiki/ICC First of all, you should install icc of course, see http://aur.archlinux.org/packages.php?ID=2252 Add your icc CFLAGS/CXXFLAGS($ICCCFLAGS & $ICCCXXFLAGS) to /etc/makepkg.conf. Add