summaryrefslogtreecommitdiff
path: root/net/pvm/files
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-10-31 23:01:57 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-10-31 23:01:57 +0000
commit554570ea959f1dff17a6c218bdb19e65a7816f95 (patch)
tree233e7f01432d62b27b32fb917627b1e18c3eaaba /net/pvm/files
parentFix building errors for emulators/xmame, while keeping joystick (diff)
Upgrade to 3.4.4 released over a year ago. Obey CFLAGS.
Split the man-pages into the actual texts and MLINKS, of which there are over a hundred. The vendor used the .so macro, but either it was not used properly, or there is a bug in our man(1). Either way, MLINKS seems cleaner. Move the text in the post-install target into pkg-message and arrange for showing it after installing the port. The last two items were not shown to maintainer, but are not expected to raise objections. TODO -- add WITHOUT_X11 compliance -- a must for some deployments. Approved by: demon (maintainer).
Notes
Notes: svn path=/head/; revision=69220
Diffstat (limited to 'net/pvm/files')
-rw-r--r--net/pvm/files/patch-ac8
-rw-r--r--net/pvm/files/patch-ad10
2 files changed, 5 insertions, 13 deletions
diff --git a/net/pvm/files/patch-ac b/net/pvm/files/patch-ac
index a9d524a37b6b..38a00d2ac3c6 100644
--- a/net/pvm/files/patch-ac
+++ b/net/pvm/files/patch-ac
@@ -1,9 +1,11 @@
---- src/host.c.orig Fri Nov 26 17:28:41 1999
-+++ src/host.c Fri Nov 26 17:28:54 1999
-@@ -939,7 +939,7 @@
+--- src/host.c Wed Sep 26 19:35:18 2001
++++ src/host.c Thu Oct 31 13:57:18 2002
+@@ -992,9 +992,7 @@
perror("ioctl");
goto bail;
}
+- /* On some FreeBSD systems: */
+- /* if (IFF_UP & req.ifr_flags) { */
- if (IFF_UP & req.ifr_ifru.ifru_flags) {
+ if (IFF_UP & req.ifr_flags) {
if (nip > 0 && !(nip % 10))
diff --git a/net/pvm/files/patch-ad b/net/pvm/files/patch-ad
deleted file mode 100644
index 8cce16b3f338..000000000000
--- a/net/pvm/files/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/pvmgetarch.orig Sun Feb 6 18:18:29 2000
-+++ lib/pvmgetarch Sun Feb 6 18:18:48 2000
-@@ -73,6 +73,7 @@
- Linux,ppc ) ARCH=LINUXPPC ;;
- BSD/OS,i[3456]86 ) ARCH=BSD386 ;;
- FreeBSD,i386 ) ARCH=FREEBSD ;;
-+ FreeBSD,alpha ) ARCH=FREEBSD ;;
- SUPER-UX,SX-3 ) ARCH=SX3 ;;
- uts,* ) ARCH=UTS2 ;;
- realix,M88* ) ARCH=M88K ;;