| Summary: | multimedia/aegisub: fails to build with multiple option combinations | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | CC: | salfrancl | ||||||||
| Priority: | Normal | ||||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Dmitry Marakasov
2010-03-16 15:30:01 UTC
Maintainer of multimedia/aegisub,
Please note that PR ports/144794 has just been submitted.
If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.
The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144794
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. Hello Dmitri and others.
I made some modifications in order to fix errors you mentioned in the last mail .. I wonder if you test this new changes in which i handle '--disable-*' and '--without-*' parameters in order to get a complete compilation of the port .. Notify if there is any errors, please.
Hello once again. I made a modification to 'Makefile': 'USE_GNOME= pkgconfig intlhack'. I think the port is better now. When I install 'tinderbox' again I'll begin to send the 'tinderbox' compilation logs too.
Hello once again. I made a modification to 'Makefile': 'USE_GNOME= pkgconfig intlhack'. I think the port is better now. When I install 'tinderbox' again I'll begin to send the 'tinderbox' compilation logs too.
State Changed From-To: feedback->suspended please use a diff instead of a shar This was sent some time ago. Sorry, forgot to cc bug-followup. Since there was no feedback, I'm gonna commit this quite soon. ----- Forwarded message from Dmitry Marakasov <amdmi3@hades.panopticon> ----- Date: Thu, 8 Sep 2011 08:30:45 +0400 From: Dmitry Marakasov <amdmi3@hades.panopticon> To: "Leinier C. Salfran" <salfrancl@yahoo.es> Subject: Re: ports/144794: multimedia/aegisub: fails to build with multiple option combinations * Leinier C. Salfran (salfrancl@yahoo.es) wrote: > Hello once again. I made a modification to 'Makefile': 'USE_GNOME=3D pkgcon= > fig intlhack'. I think the port is better now. When I install 'tinderbox' a= > gain I'll begin to send the 'tinderbox' compilation logs too. Sorry for delay, I've completely forgot about this PR. I've modified the patch a bit, diff agaist current version of a port is [1], diff against your update is [2]. Plist is now clean, the only problem is that efence, gcov and ffmpeg options still do not build, so I've commented them out for now. Changes include: - properly depend on freetype and fontconfig (these are libs and there's no such thing as USE_FREETYPE2) - don't use x11 category (especially as primary), the port doesn't really belong there - depend on OpenGL since it's required - append (not set) CFLAGS/LDFLAGS to not clobber user-set values - comment out broken options - minor whitespace cleanup to make a port more readable - fix depend on hunspell - it should be textproc/hunspell as hungarian/ port is just a dictionary. Also improve option description as hunspell supports other languages besides hungarian - correctly handle files that may or may not be installed depending on options (PERL and LUA) - cleanup plist to use %%DATADIR%%/%%DOCSDIR%% macros and some more required @dirrmtry's [1] http://people.freebsd.org/~amdmi3/aegisub-vs-oldport.diff [2] http://people.freebsd.org/~amdmi3/aegisub-vs-update.diff Failure logs: http://people.freebsd.org/~amdmi3/aegisub-efence-2.1.8_4.log http://people.freebsd.org/~amdmi3/aegisub-ffmpeg-2.1.8_4.log http://people.freebsd.org/~amdmi3/aegisub-gcov-2.1.8_4.log -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru ----- End forwarded message ----- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru State Changed From-To: suspended->feedback That was wrong state State Changed From-To: feedback->open maintainer timeout (salfrancl@yahoo.es ; 138 days) State Changed From-To: open->closed No longer needed after lastest aegisub update |