cvs commit: ports/lang/gcc33 Makefile pkg-plist

Gerald Pfeifer gerald at FreeBSD.org
Sun Mar 26 19:58:01 UTC 2006


gerald      2006-03-26 19:58:01 UTC

  FreeBSD ports repository

  Modified files:
    lang/gcc33           Makefile pkg-plist 
  Log:
  Install the .info files in a port-specific subdirectory, which removes
  hidden conflicts with some older lang/gcc ports.
  
  Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
  of hardcoding the version number 33.
  
  Always build both shared and static libraries instead of having these as
  two exclusive options defaulting to the former.  This requires a hack to
  set LD_LIBRARY_PATH from MAKE_ENV which makes me think the WANT_SHAREDLIBS
  case really failed to build previously.
  
  Make MAKE_ARGS non-cumulative.
  
  Fix handling of shared libraries via rc.d for non-default prefixes and
  move the rc.d script from PLIST_FILES to pkg-plist.
  
  Do not strip some of the the binaries any longer.
  
  No longer hardcode the version number in LATEST_LINK.
  
  Remove the cklatest target which we just do not need any longer.
  
  Bump PORTREVISION.
  
  Revision  Changes    Path
  1.211     +16 -26    ports/lang/gcc33/Makefile
  1.57      +13 -11    ports/lang/gcc33/pkg-plist


More information about the cvs-ports mailing list