Bug 148985 - [patch] devel/orc: prevent autoconf re-run
Summary: [patch] devel/orc: prevent autoconf re-run
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 09:10 UTC by swell.k
Modified: 2010-09-05 09:15 UTC (History)
0 users

See Also:


Attachments
a.diff (600 bytes, patch)
2010-07-27 09:10 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-07-27 09:10:00 UTC
While here don't link against librt for clock_gettime(), it's in libc.

How-To-Repeat:   $ make
  ...
  ===>  Building for orc-0.4.6
  CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /a/pkgbuild/a/freebsd-ports/devel/orc/work/orc-0.4.6/missing --run aclocal-1.11 -I m4
  configure.ac:46: error: AC_CHECK_SIZEOF: requires literal arguments
  ../../lib/autoconf/types.m4:765: AC_CHECK_SIZEOF is expanded from...
  m4/ax_create_stdint_h.m4:86: AX_CHECK_DATA_MODEL is expanded from...
  m4/ax_create_stdint_h.m4:173: AX_CREATE_STDINT_H is expanded from...
  configure.ac:46: the top level
  autom4te-2.66: /usr/pkg/bin/gm4 failed with exit status: 1
  aclocal-1.11: autom4te failed with exit status: 1
  gmake: *** [aclocal.m4] Error 1
  ===> Compilation failed unexpectedly.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-27 09:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-05 09:02:32 UTC
mm          2010-09-05 08:02:21 UTC

  FreeBSD ports repository

  Modified files:
    devel/orc            Makefile 
  Log:
  - Avoid configure re-run
  - Don't link against librt for clock_gettime
  
  PR:             ports/148985
  Submitted by:   swell.k@gmail.com
  
  Revision  Changes    Path
  1.6       +2 -1      ports/devel/orc/Makefile
_______________________________________________
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 3 Martin Matuska freebsd_committer freebsd_triage 2010-09-05 09:15:54 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!