Bug 135332 - net/asterisk16 doesn't work with Makefile.local
Summary: net/asterisk16 doesn't work with Makefile.local
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: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-07 20:00 UTC by Piotr Grabowski
Modified: 2009-11-20 23:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Grabowski 2009-06-07 20:00:14 UTC
I've tried to use Makefile.local in asterisk16 port. There is an error during compilation.

"/usr/ports/net/asterisk16/Makefile.local", line 10: warning: duplicate script for target "patch-conf" ignored

My Makefile.local is written correctly. Problem is in interpreting it by oryginal Makefile

How-To-Repeat: Create Makefile.local in asterisk16 port directory. My simpliest file looks like:

test:
       @abc
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-06-07 20:12:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sobomax

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-20 23:43:19 UTC
sobomax     2009-11-20 23:43:09 UTC

  FreeBSD ports repository

  Modified files:
    net/asterisk16       Makefile distinfo pkg-plist 
    net/asterisk16/files nocodecnego-patch-Makefile 
                         patch-main::Makefile 
  Log:
  o Update to 1.6.0.18.
  
  o comment section that explicitly includes bsd.port.options.mk, we don't
  need this functionality now, while it creates issues with Makefile.local
  
  PR:     135332
  Reported by:    Piotr Grabowski
  
  o add libexecinfo into the LIB_DEPENDS and fix linking with it.
  
  PR:     139776
  Submitted by:   Alexander V. Chernikov
  
  o add spandsp support (optional, turned off by default).
  
  PR:     133843
  Submitted by:   Alexander V. Chernikov
  
  Revision  Changes    Path
  1.125     +20 -7     ports/net/asterisk16/Makefile
  1.48      +3 -3      ports/net/asterisk16/distinfo
  1.11      +14 -19    ports/net/asterisk16/files/nocodecnego-patch-Makefile
  1.8       +9 -1      ports/net/asterisk16/files/patch-main::Makefile
  1.42      +12 -12    ports/net/asterisk16/pkg-plist
_______________________________________________
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 Maxim Sobolev freebsd_committer freebsd_triage 2009-11-20 23:44:45 UTC
State Changed
From-To: open->closed

The issue has been fixed along with upgrade to  1.6.0.18. Thank you for 
submission.