Bug 142500 - [PATCH] net/udpxy: pointed out by: pointyhat via erwin
Summary: [PATCH] net/udpxy: pointed out by: pointyhat via erwin
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 22:20 UTC by alex.deiter
Modified: 2010-01-09 00:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.12 KB, patch)
2010-01-08 22:20 UTC, alex.deiter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!