Bug 121441 - [PATCH]archivers/szip: respect CFLAGS
Summary: [PATCH]archivers/szip: respect 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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 20:40 UTC by bf
Modified: 2008-03-09 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (976 bytes, patch)
2008-03-06 20:40 UTC, bf
no flags Details | Diff
szip.txt (998 bytes, text/plain)
2008-03-06 23:36 UTC, bf
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2008-03-06 20:40:00 UTC
source makefile redefines CFLAGS

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-06 20:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 bf 2008-03-06 22:47:07 UTC
Sorry, forgot to yank a line from the Makefile in my
patch.  No need for:

+                -e 's,%%CFLAGS%%,${CFLAGS},' \

in the REINPLACE_CMD.

bf


      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
Comment 3 bf 2008-03-06 23:36:26 UTC
Sigh.  This comes of trying to do several things at
once.  Neither the first patch nor my earlier
follow-up got it right: when making my comment, I
forgot that the default do-build target had been
redefined in the port Makefile.  So, use the attached
patch instead.  Sorry about the mix-up.

bf




      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-03-09 14:12:31 UTC
garga       2008-03-09 14:12:21 UTC

  FreeBSD ports repository

  Modified files:
    archivers/szip       Makefile 
  Log:
  - Respect CFLAGS
  - Bump PORTREVISION
  
  PR:             ports/121441 (based on)
  Submitted by:   bf <bf2006a@yahoo.com>
  
  Revision  Changes    Path
  1.15      +2 -1      ports/archivers/szip/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 5 Renato Botelho freebsd_committer freebsd_triage 2008-03-09 14:12:40 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!