diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-25 09:21:12 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-25 09:21:12 +0000 |
commit | 81368dd220b130cced6c9d36b4df8816f949523f (patch) | |
tree | 3a0417783cee54fd1ff11298c381c74c1800ef60 /devel/picprog/files/patch-picport.cc | |
parent | Add p5-Net-OpenDHT. (diff) |
[1]:
- Update to 1.7
- Submitter takes maintainership
Moreover:
- Refactor pkg-plist as PLIST_FILES/PORTDOCS
- Replace the Makefile patch by USE_GMAKE and post-patch
PR: ports/80917 [1]
Submitted by: Erik Greenwald <erik@smluc.org> (new maintainer) [1]
Notes
Notes:
svn path=/head/; revision=136096
Diffstat (limited to 'devel/picprog/files/patch-picport.cc')
-rw-r--r-- | devel/picprog/files/patch-picport.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/picprog/files/patch-picport.cc b/devel/picprog/files/patch-picport.cc new file mode 100644 index 000000000000..0b4f619e0294 --- /dev/null +++ b/devel/picprog/files/patch-picport.cc @@ -0,0 +1,11 @@ +--- picport.cc.orig Thu Apr 29 06:08:10 2004 ++++ picport.cc Wed May 25 11:09:06 2005 +@@ -40,7 +40,7 @@ + #include <unistd.h> + #include <termios.h> + #include <sysexits.h> +-#include <string.h> ++#include <string> + #include <sched.h> + + #include "picport.h" |