Changes between Initial Version and Version 6 of Ticket #790


Ignore:
Timestamp:
Mar 24, 2016, 1:27:14 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #790

    • Property Status changed from new to closed
    • Property Cc jpm@… added
    • Property Owner changed from jpm@… to fkr@…
    • Property Resolution changed from to fixed
    • Property Port libnet added
    • Property Blocked changed from to 791
  • Ticket #790 – Description

    initial v6  
    22patch to fix it.
    33
     4{{{
    45--- Portfile    18 Mar 2003 08:03:54 -0000      1.10
    56+++ Portfile    16 Aug 2003 13:12:02 -0000
     
    1314 
    1415 variant darwin {
    15 
     16}}}
    1617
    1718Also needed is files/patch-include-libnet.h
    1819
     20{{{
    1921--- include/libnet.h.orig       Sat Aug 16 23:04:16 2003
    2022+++ include/libnet.h    Sat Aug 16 23:04:46 2003
     
    2628-need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN.  See the
    2729-documentation regarding the libnet-config script."
    28 +#error "byte order has not been specified, you'll need to #define either LIBNET_LIL_ENDIAN or
    29 LIBNET_BIG_ENDIAN.  See the documentation regarding the libnet-config script."
     30+#error "byte order has not been specified, you'll need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN.  See the documentation regarding the libnet-config script."
    3031 #endif
    3132 
    3233 #endif  /* __LIBNET_H */
     34}}}