Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2010 06:17:21 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators/pearpc Makefile ports/emulators/pearpc/files pkg-message.in
Message-ID:  <201006140617.o5E6HLv7059519@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
danfe       2010-06-14 06:17:21 UTC

  FreeBSD ports repository

  Modified files:
    emulators/pearpc     Makefile 
    emulators/pearpc/files pkg-message.in 
  Log:
  - Convert port to use OPTIONS
  - Unmute INSTALL_DATA statements
  - Expand COMMENT to match that on official site
  - Kill needless PKGMESSAGE assignment (it is done automagically)
  - Remove no-op inplace patching commands
  - Remove whitespace from `files/pkg-message.in' and do padding within
    post-install target; this makes message output identical between port vs.
    package installation
  - Adjust `video.x' location in sample configuration file
  - Simplify target CPU determination code
  - Canonicalize header and do some Makefile cleanup
  - Remove bogus hack that prevented clock_settime(2) detection; instead, use
    CLOCK_THREAD_CPUTIME_ID instead of CLOCK_PROCESS_CPUTIME_ID as the latter
    is undefined on FreeBSD.  Under Linux, thread clock is essentially just a
    process clock with CPUCLOCK_PERTHREAD_MASK bit applied, so it should work
    in this case.
  
  Approved by:    novel (maintainer; timeout since May 31)
  
  Revision  Changes    Path
  1.32      +29 -44    ports/emulators/pearpc/Makefile
  1.4       +1 -3      ports/emulators/pearpc/files/pkg-message.in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006140617.o5E6HLv7059519>