Bug 183629 - devel/allegro - fails to install (patch)
Summary: devel/allegro - fails to install (patch)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rusmir Dusko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-03 22:00 UTC by Volodymyr Kostyrko
Modified: 2013-11-03 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (61.08 KB, patch)
2013-11-03 22:00 UTC, Volodymyr Kostyrko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Volodymyr Kostyrko 2013-11-03 22:00:00 UTC
Installation fails for me with:

-- Removed runtime path from "/tmp/ports/usr/ports/devel/allegro/work/stage/usr/local/bin/pat2dat"
-- Installing: /tmp/ports/usr/ports/devel/allegro/work/stage/usr/local/bin/grabber
-- Removed runtime path from "/tmp/ports/usr/ports/devel/allegro/work/stage/usr/local/bin/grabber"
install: /tmp/ports/usr/ports/devel/allegro/work/allegro-4.4.2/docs/man/*.3: No such file or directory
*** [post-install] Error code 71

Stop in /usr/ports/devel/allegro.
*** [install] Error code 1

Stop in /usr/ports/devel/allegro.

Maybe that's because I'm installing without DOCS?

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-03 22:00:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nemysis

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-03 22:27:00 UTC
Author: nemysis
Date: Sun Nov  3 22:26:52 2013
New Revision: 332651
URL: http://svnweb.freebsd.org/changeset/ports/332651

Log:
  - Remove DOCS Option
  
  PR:		ports/183629
  Submitted by:	Volodymyr Kostyrko <arcade@b1t.name>
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/devel/allegro/Makefile

Modified: head/devel/allegro/Makefile
==============================================================================
--- head/devel/allegro/Makefile	Sun Nov  3 22:26:38 2013	(r332650)
+++ head/devel/allegro/Makefile	Sun Nov  3 22:26:52 2013	(r332651)
@@ -31,7 +31,7 @@ SHLIB_VER=	${PORTVERSION}
 # Wrong versioning upstream
 PORTSCOUT=	ignore:1
 
-OPTIONS_DEFINE=	ALSA DOCS JACK OGG
+OPTIONS_DEFINE=	ALSA JACK OGG
 OPTIONS_GROUP=	DEMOS_EXAMPLES
 OPTIONS_GROUP_DEMOS_EXAMPLES=	DEMOS EXAMPLES
 OPTIONS_DEFAULT=	ALSA DEMOS OGG
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Rusmir Dusko freebsd_committer freebsd_triage 2013-11-03 22:27:53 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!