Bug 156968 - [MAINTAINER] net/wackamole: fix compilation glitches and warnings
Summary: [MAINTAINER] net/wackamole: fix compilation glitches and warnings
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 02:10 UTC by Marcin Cieślak
Modified: 2011-05-12 08:40 UTC (History)
0 users

See Also:


Attachments
wackamole-2.1.4.patch (4.32 KB, patch)
2011-05-12 02:10 UTC, Marcin Cieślak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Cieślak 2011-05-12 02:10:10 UTC
Fix compilation error with devel/libpcap installed from ports
and warnings with clang

Added file(s):
- files/patch-alarm.c
- files/patch-config_gram.y
- files/patch-configuration.c
- files/patch-defines.h
- files/patch-wackamole.c

Generated with FreeBSD Port Tools 0.99
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2011-05-12 06:24:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-12 08:38:48 UTC
culot       2011-05-12 07:38:34 UTC

  FreeBSD ports repository

  Added files:
    net/wackamole/files  patch-alarm.c patch-config_gram.y 
                         patch-configuration.c patch-defines.h 
                         patch-wackamole.c 
  Log:
  - Fix compilation errors with libpcap installed from ports and warnings
    with clang
  
  PR:             ports/156968
  Submitted by:   Marcin Cieslak <saper@saper.info> (maintainer)
  
  Revision  Changes    Path
  1.1       +20 -0     ports/net/wackamole/files/patch-alarm.c (new)
  1.1       +11 -0     ports/net/wackamole/files/patch-config_gram.y (new)
  1.1       +11 -0     ports/net/wackamole/files/patch-configuration.c (new)
  1.1       +28 -0     ports/net/wackamole/files/patch-defines.h (new)
  1.1       +20 -0     ports/net/wackamole/files/patch-wackamole.c (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 3 Frederic Culot freebsd_committer freebsd_triage 2011-05-12 08:39:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!