Bug 163173 - [patch] mail/alpine: respect CC/CFLAGS
Summary: [patch] mail/alpine: respect CC/CFLAGS
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: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-10 21:40 UTC by Jan Beich
Modified: 2012-01-20 10:10 UTC (History)
0 users

See Also:


Attachments
cc.diff (527 bytes, patch)
2011-12-10 21:40 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2011-12-10 21:40:09 UTC
CC/CXX are already exported before CONFIGURE_ENV in bsd.port.mk,
so Makefile@1.14 commit was a no-op. The port lacks CC/CFLAGS
override for a non-automake makefile, e.g.

  imap/src/osdep/unix/Makefile:
  GCCOPTLEVEL= -O2
  ...
  GCCCFLAGS= -g $(GCCOPTLEVEL) -pipe -fno-omit-frame-pointer
  GCC4CFLAGS= $(GCCCFLAGS) -Wno-pointer-sign
  ...
  CC=cc

How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/pico-alpine-2.00_1.log
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-10 21:40:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dougb

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Doug Barton freebsd_committer freebsd_triage 2012-01-20 10:04:00 UTC
State Changed
From-To: open->closed


Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-20 10:04:07 UTC
dougb       2012-01-20 10:03:47 UTC

  FreeBSD ports repository

  Modified files:
    mail/alpine          Makefile pkg-descr 
  Log:
  Apply a better fix for CC
  
  While I'm here, remove the license info
  
  PR:             ports/163173
  Submitted by:   Jan Beich <jbeich@tormail.net>
  
  Revision  Changes    Path
  1.16      +1 -3      ports/mail/alpine/Makefile
  1.4       +0 -2      ports/mail/alpine/pkg-descr
_______________________________________________
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"