diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-10-31 23:01:57 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-10-31 23:01:57 +0000 |
commit | 554570ea959f1dff17a6c218bdb19e65a7816f95 (patch) | |
tree | 233e7f01432d62b27b32fb917627b1e18c3eaaba /net/pvm/files/patch-ad | |
parent | Fix 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).
Diffstat (limited to 'net/pvm/files/patch-ad')
-rw-r--r-- | net/pvm/files/patch-ad | 10 |
1 files changed, 0 insertions, 10 deletions
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 ;; |