summaryrefslogtreecommitdiff
path: root/korean/helvis/files/patch-aa
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-09-07 10:10:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-09-07 10:10:11 +0000
commitad3dff30b7c4b25052900b3c6adb896ccc027305 (patch)
tree48d358dc6d4f9244ae12e6ee7d16091536ac8530 /korean/helvis/files/patch-aa
parent- Update to 2.11 (diff)
2011-09-01 korean/hlatexfonts-ocf: No more public distfiles
2011-09-01 korean/pgp.language: No more public distfiles 2011-09-01 games/xgammon: No more public distfiles 2011-09-01 korean/hanIM: No more public distfiles 2011-09-01 misc/gplbp: No more public distfiles 2011-09-01 net/vyqchat: No more public distfiles 2011-09-01 news/xmitbin: No more public distfiles 2011-09-01 games/tvp: No more public distfiles 2011-09-01 games/glasteroids: No more public distfiles 2011-09-01 games/xscrabble: No more public distfiles 2011-09-01 games/xbat: No more public distfiles 2011-09-01 korean/hanmiscutils: No more public distfiles 2011-09-01 net-p2p/hagelslag: No more public distfiles 2011-09-01 games/cgoban2: No more public distfiles 2011-09-01 games/krosswordplayer: No more public distfiles 2011-09-01 korean/helvis: No more public distfiles 2011-09-01 print/mgv: No more public distfiles 2011-09-01 japanese/linux-JM: No more public distfiles 2011-09-01 games/xlines: No more public distfiles 2011-09-01 games/xgame: No more public distfiles 2011-09-01 net/ttt: No more public distfiles 2011-09-01 games/merlin: No more public distfiles 2011-09-01 games/xshisen: No more public distfiles 2011-09-01 games/slige: No more public distfiles 2011-09-01 games/wmtimebomb: No more public distfiles 2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles
Notes
Notes: svn path=/head/; revision=281375
Diffstat (limited to 'korean/helvis/files/patch-aa')
-rw-r--r--korean/helvis/files/patch-aa33
1 files changed, 0 insertions, 33 deletions
diff --git a/korean/helvis/files/patch-aa b/korean/helvis/files/patch-aa
deleted file mode 100644
index 45c81b6a9b38..000000000000
--- a/korean/helvis/files/patch-aa
+++ /dev/null
@@ -1,33 +0,0 @@
-*** config.h.orig Wed Apr 5 18:21:19 1995
---- config.h Fri May 24 02:06:52 2002
-***************
-*** 387,395 ****
---- 387,397 ----
- #endif
-
- /* BSD uses bcopy() instead of memcpy() */
-+ /*
- #if BSD && !hpux
- # define memcpy(dest, src, siz) bcopy(src, dest, siz)
- #endif
-+ */
-
- /* BSD uses getwd() instead of getcwd(). The arguments are a little different,
- * but we'll ignore that and hope for the best; adding arguments to the macro
-***************
-*** 417,423 ****
-
- /******************* Names of files and environment vars **********************/
-
-! #ifdef __386BSD__
- # define PRSVDIR "/var/preserve"
- # define PRSVINDEX "/var/preserve/Index"
- # define TMPDIR "/var/tmp"
---- 419,425 ----
-
- /******************* Names of files and environment vars **********************/
-
-! #if defined(__386BSD__) || defined(__FreeBSD__)
- # define PRSVDIR "/var/preserve"
- # define PRSVINDEX "/var/preserve/Index"
- # define TMPDIR "/var/tmp"