Bug 150927 - [patch] textproc/mdocml: don't override -g[0-3] in DEBUG_FLAGS/CFLAGS
Summary: [patch] textproc/mdocml: don't override -g[0-3] in DEBUG_FLAGS/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: Ulrich Spörlein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-25 10:10 UTC by swell.k
Modified: 2010-09-25 10:30 UTC (History)
0 users

See Also:


Attachments
a.diff (702 bytes, patch)
2010-09-25 10:10 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-09-25 10:10:02 UTC
While here use only one EXAMPLESDIR in PLIST_SUB.

How-To-Repeat: $ make -V PLIST_SUB
EXAMPLESDIR=share/examples/mandoc ... EXAMPLESDIR="share/examples/mdocml" ...

$ make WITH_DEBUG= DEBUG_FLAGS=-g3
...
cc -pipe -g3  -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -DVERSION="\"1.10.5\"" -DHAVE_CONFIG_H -c mdoc.c
cc -pipe -g3  -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -DVERSION="\"1.10.5\"" -DHAVE_CONFIG_H -c mdoc_macro.c
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-25 10:10:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->uqs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-25 10:29:59 UTC
uqs         2010-09-25 09:29:55 UTC

  FreeBSD ports repository (src committer)

  Modified files:
    textproc/mdocml      Makefile 
  Log:
  Don't clobber user-defined DEBUG_FLAGS setting
  
  While here also remove redundant EXAMPLESDIR overrride
  
  PR:             ports/150927
  Submitted by:   Anonymous <swell.k@gmail.com>
  
  Revision  Changes    Path
  1.19      +3 -2      ports/textproc/mdocml/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 3 Ulrich Spörlein freebsd_committer freebsd_triage 2010-09-25 10:30:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!