Bug 142500

Summary: [PATCH] net/udpxy: pointed out by: pointyhat via erwin
Product: Ports & Packages Reporter: alex.deiter
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description alex.deiter 2010-01-08 22:20:02 UTC
Patch for net/udpxy building:

===>   udpxy-1.0.14 depends on executable: gmake - found
===>  Configuring for udpxy-1.0.14
===>  Building for udpxy-1.0.14
cc -o util/mkdep util/mkdep.c
gmake: *** Deleting file `util/mkdep'
gmake: *** No rule to make target `udpxy.dep', needed by `all'.  Stop.
*** Error code 1

pointed out by: pointyhat via erwin

please review patch:

1. change ALL_TARGET to 'lean'
2. change PORTREVISION
3. add patch for Makefile

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-01-09 00:35:56 UTC
mi          2010-01-09 00:35:42 UTC

  FreeBSD ports repository

  Modified files:
    net/udpxy            Makefile 
  Added files:
    net/udpxy/files      patch-Makefile 
  Log:
  Hopefully fix an unreproducable problem reported by buildcluster on 9.0
  
  Build with NDEBUG and add an option for tracing.
  
  PR:     ports/142500
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.2       +11 -2     ports/net/udpxy/Makefile
  1.1       +17 -0     ports/net/udpxy/files/patch-Makefile (new)
_______________________________________________
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 2 Mikhail Teterin freebsd_committer freebsd_triage 2010-01-09 00:37:31 UTC
State Changed
From-To: open->closed

Problem fixed. Thanks!