#20174 closed defect (fixed)
frei0r-plugins: Fetch from GIT and fix compilation under PPC
Reported by: | jm@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | frei0r-plugins |
Description
Frei0r-plugins is not released often. Last version from GIT is publised in Debian. It support pkg-config. I think frei0r-plugins should stick to Debian GIT versions.
Also, compilation fails under PPC.
Attachments (4)
Change History (10)
Changed 15 years ago by jm@…
Attachment: | patch-frei0r-plugins.txt added |
---|
comment:1 Changed 15 years ago by jm@…
comment:2 Changed 15 years ago by raimue (Rainer Müller)
Summary: | Fetch from GIT and fix compilation under PPC → frei0r-plugins: Fetch from GIT and fix compilation under PPC |
---|
You did not update the version number. Was this intentional or did you just miss it?
comment:3 Changed 15 years ago by jm@…
I missed it. Version should be git20090409. Will fix the patch.
Changed 15 years ago by jm@…
Attachment: | patch-frei0r-plugins.diff added |
---|
Moving to GIT, fetching new autogen.sh code, Mac OS X PPC fixes.
comment:4 Changed 15 years ago by jm@…
I don't know the rules for naming a package fetched from GIT. We worked with Frei0r team to fix PPC compilation. So I named it using major version + git and date. Could you correct and push to SVN. Thanks.
comment:5 Changed 15 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r53615 with the following changes:
- added build dependency on autoconf
- removed autogen.sh from pre-configure phase and added it to configure.cmd
- disabled livecheck since it can't check for a new git revision
Builds correctly on 10.4.11 ppc.
Changed 15 years ago by dbevans (David B. Evans)
Attachment: | patch-frei0r-plugins.2.diff added |
---|
Revised Portfile as committed
Note: See
TracTickets for help on using
tickets.
Sorry, I did not express myself well: 1) This patch checks out Frei0r-plugins like Debian package does. It modifies the autogen.sh script to use glibtoolize. 2) Compilation under PPC fails. This is also the case for the existing port. I don't know how to fix this and I need help. The Debian package for Frei0r compiles under PPC.