diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
commit | 7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch) | |
tree | e83ee6693050a76e305a95a376451aa583df151e /games/heretic/files/patch-i__udp.c | |
parent | textproc/rubygem-gitlab-grit: make it work with rubygem-mime-types again (diff) |
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=417166
Diffstat (limited to 'games/heretic/files/patch-i__udp.c')
-rw-r--r-- | games/heretic/files/patch-i__udp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/heretic/files/patch-i__udp.c b/games/heretic/files/patch-i__udp.c new file mode 100644 index 000000000000..e0ee0bc209c5 --- /dev/null +++ b/games/heretic/files/patch-i__udp.c @@ -0,0 +1,11 @@ +--- i_udp.c.orig 2000-05-01 10:24:52 UTC ++++ i_udp.c +@@ -31,7 +31,7 @@ + + boolean server = 0; + +-static int DOOMPORT = (IPPORT_USERRESERVED +0x1d ); ++static int DOOMPORT = (5000 +0x1d ); + + /* static int sendsocket; */ + /* static int insocket; */ |