Bug 145288 - editors/cle make fails
Summary: editors/cle make fails
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 12:30 UTC by mitsuru
Modified: 2010-05-04 18:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.56 KB, patch)
2010-04-02 12:30 UTC, mitsuru
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitsuru 2010-04-02 12:30:06 UTC
make fails with the following messages.


gmake[2]: Entering directory `/usr/ports/editors/cle/work/cle-0.4/src'
cd .. && automake --gnu src/Makefile
src/Makefile.am: required file `./depcomp' not found
src/Makefile.am:   `automake --add-missing' can install `depcomp'
gmake[2]: *** [Makefile.in] Error 1
gmake[2]: Leaving directory `/usr/ports/editors/cle/work/cle-0.4/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/editors/cle/work/cle-0.4'
gmake: *** [all] Error 2
*** Error code 1

How-To-Repeat: 	make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-02 12:30:14 UTC
Maintainer of editors/cle,

Please note that PR ports/145288 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/145288

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-02 12:30:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-05-04 18:23:22 UTC
glarkin     2010-05-04 17:23:13 UTC

  FreeBSD ports repository

  Modified files:
    editors/cle          Makefile 
  Added files:
    editors/cle/files    patch-configure.in 
  Removed files:
    editors/cle/files    patch-configure 
  Log:
  - Fixed build problem (install missing depcomp)
  
  PR:             ports/145288
  Submitted by:   mitsuru@riken.jp
  Approved by:    timbob@bigpond.com (maintainer, implicit, timeout - 1 month)
  
  Revision  Changes    Path
  1.2       +2 -4      ports/editors/cle/Makefile
  1.2       +0 -11     ports/editors/cle/files/patch-configure (dead)
  1.1       +14 -0     ports/editors/cle/files/patch-configure.in (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Greg Larkin freebsd_committer freebsd_triage 2010-05-04 18:23:23 UTC
State Changed
From-To: feedback->closed

Committed after maintainer timeout, thank you!