summaryrefslogtreecommitdiff
path: root/irc/ninja/files/patch-source::ircaux.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-29Rename all patches that contain '::' as a path separator, and useAdam Weinberger1-16/+0
'__' instead. Notes: svn path=/head/; revision=363362
2003-10-29fix build on 5-CURRENT after RFC3542 change (EAI_ADDRFAMILY andHajimu UMEMOTO1-0/+16
EAI_NODATA were obsoleted). There is some issue; we have EAI_NODATA as an alias of EAI_NONAME for workaround. However, some of these ports use it as a case label of switch. Since our alias broke such code, we may better to consider deleting such alias. Requested by: kris Approved by: portmgr (kris) (implicitly) Notes: svn path=/head/; revision=92577