Bug 128368 - [PATCH] net/ushare: fix build on 6.1
Summary: [PATCH] net/ushare: fix build on 6.1
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-25 16:20 UTC by Dmitry Marakasov
Modified: 2008-11-10 00:20 UTC (History)
1 user (show)

See Also:


Attachments
ushare-1.1a.patch (695 bytes, patch)
2008-10-25 16:20 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2008-10-25 16:20:00 UTC
I've got a report of build failure on FreeBSD 6.1 (althrough it built fine in my tinderbox on 6.3, 7.0 and current):

---
...
gmake[1]: Entering directory `/usr/ports/net/ushare/work/ushare-1.1a/src'
cc -I.. -MM -O2 -fno-strict-aliasing -pipe cds.c cms.c msr.c http.c presentation.c metadata.c mime.c services.c buffer.c util_iconv.c content.c cfgparser.c trace.c redblack.c osdep.c ctrl_telnet.c ushare.c 1>.depend
cds.c:23:23: upnp/upnp.h: No such file or directory
cds.c:24:28: upnp/upnptools.h: No such file or directory
cms.c:23:23: upnp/upnp.h: No such file or directory
...
---

The cause is incorrect passing of CFLAGS to configure, the attached patch fixes the problem.

Port maintainer (votdev@gmx.de) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-25 16:20:08 UTC
Maintainer of net/ushare,

Please note that PR ports/128368 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128368

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-25 16:20:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-10-26 14:32:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

My PR.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-11-10 00:13:06 UTC
amdmi3      2008-11-10 00:12:53 UTC

  FreeBSD ports repository

  Modified files:
    net/ushare           Makefile 
  Log:
  - Fix CFLAGS handling
  
  PR:             128368
  Submitted by:   myself
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.13      +3 -2      ports/net/ushare/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 Dmitry Marakasov freebsd_committer freebsd_triage 2008-11-10 00:13:47 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!