1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

fix manpage handling with XFree86-4.

PR:		   23694
Submitted by:	   myself
Non-responce from: maintainer
This commit is contained in:
FUJISHIMA Satsuki 2000-12-30 19:08:00 +00:00
parent 843f07e8a8
commit 676b2d1f90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36476
3 changed files with 24 additions and 38 deletions

View File

@ -21,8 +21,10 @@ WRKSRC= $(WRKDIR)/xmix
MAN1= xmix.1
pre-install:
pre-build:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
pre-install:
${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>

View File

@ -1,37 +1,10 @@
diff -rc ../../xmix.orig/Imakefile ./Imakefile
*** ../../xmix.orig/Imakefile Fri Jun 30 18:49:35 1995
--- ./Imakefile Fri Jun 30 20:11:30 1995
***************
*** 14,17 ****
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
! NormalProgramTarget(xmix,$(OBJS1),,$(LOCAL_LIBRARIES),)
--- 14,19 ----
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
! PROGRAM = $(PROGRAMS)
!
! ComplexProgramTarget_1($(PROGRAM),$(LOCAL_LIBRARIES),)
Only in ./: Imakefile.orig
diff -rc ../../xmix.orig/xmix.c ./xmix.c
*** ../../xmix.orig/xmix.c Fri Jun 30 20:09:41 1995
--- ./xmix.c Fri Jun 30 20:11:49 1995
***************
*** 77,83 ****
#include "square_empty.bit"
#include "square_with_x.bit"
! #include <linux/soundcard.h>
#define SOUND_FULL_SCALE 100.0
#define MAX_SOUND_VOL 95
--- 77,83 ----
#include "square_empty.bit"
#include "square_with_x.bit"
! #include <machine/soundcard.h>
#define SOUND_FULL_SCALE 100.0
#define MAX_SOUND_VOL 95
--- Imakefile.orig Wed Feb 2 13:54:35 1994
+++ Imakefile Wed Nov 1 10:25:40 2000
@@ -14,4 +14,6 @@
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
-NormalProgramTarget(xmix,$(OBJS1),,$(LOCAL_LIBRARIES),)
+PROGRAM = $(PROGRAMS)
+
+ComplexProgramTarget_1($(PROGRAM),$(LOCAL_LIBRARIES),)

11
audio/xmix/files/patch-ab Normal file
View File

@ -0,0 +1,11 @@
--- xmix.c.orig Wed Nov 1 10:29:04 2000
+++ xmix.c Wed Nov 1 10:29:04 2000
@@ -77,7 +77,7 @@
#include "square_empty.bit"
#include "square_with_x.bit"
-#include <linux/soundcard.h>
+#include <machine/soundcard.h>
#define SOUND_FULL_SCALE 100.0
#define MAX_SOUND_VOL 95