Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2010 22:05:11 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/zathura Makefile
Message-ID:  <201007232205.o6NM5B3F032114@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
makc        2010-07-23 22:05:11 UTC

  FreeBSD ports repository

  Modified files:
    graphics/zathura     Makefile 
  Log:
  - drop USE_GMAKE
  - respect DEBUG_FLAGS rather than DFLAGS, currently any flag (e.g. `-ggdb3')
  in DEBUG_FLAGS or CFLAGS is being overriden by DFLAGS' `-g'
  - use PTHREAD_LIBS instead of -lpthread
  - no need to specify -lc when no -nostdlib is used
  - make build target verbose, options target doesn't show what flags are used when linking
  - make install target verbose, so the user know what's being installed
  - use CFLAGS when linking, too; makes things like -flto in CFLAGS work
  - add extra tab to MAN1 (cosmetic)
  
  PR:             ports/148607
  Submitted by:   Anonymous <swell.k at gmail.com>
  Approved by:    Quentin Stievenart (maintainer)
  
  Revision  Changes    Path
  1.2       +19 -4     ports/graphics/zathura/Makefile



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