View | Details | Raw Unified | Return to bug 160078
Collapse All | Expand All

(-)audio/libworkman/Makefile (-4 / +6 lines)
Lines 16-22 Link Here
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	Workman library required by some audio apps
17
COMMENT=	Workman library required by some audio apps
18
18
19
BROKEN=		does not build
19
LICENSE=	LGPL20
20
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
20
21
21
WRKSRC=		${WRKDIR}/libworkman
22
WRKSRC=		${WRKDIR}/libworkman
22
USE_IMAKE=	yes
23
USE_IMAKE=	yes
Lines 24-31 Link Here
24
CFLAGS+=	-fPIC
25
CFLAGS+=	-fPIC
25
26
26
post-patch:
27
post-patch:
27
	@${CP} ${WRKSRC}/Config ${WRKSRC}/Config.orig;
28
	@${REINPLACE_CMD} -e \
28
	@${SED} -e 's^/usr/local/^${PREFIX}/^g' \
29
		's|^DESTDIR|XCOMM DESTDIR| ; \
29
		${WRKSRC}/Config.orig > ${WRKSRC}/Config
30
		 s|=include/workman|=$$(INCROOT)/workman| ; \
31
		 s|^LIBDIR|XCOMM LIBDIR|' ${WRKSRC}/Config
30
32
31
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)audio/libworkman/files/patch-ab (-2 / +11 lines)
Lines 1-5 Link Here
1
--- Imakefile.orig	Sun May 30 01:48:17 1999
1
--- Imakefile.orig	1999-05-30 00:48:17.000000000 +0900
2
+++ Imakefile	Sun Aug  8 21:09:06 1999
2
+++ Imakefile	2011-08-23 13:40:41.000000000 +0900
3
@@ -31,7 +31,7 @@
3
@@ -31,7 +31,7 @@
4
 
4
 
5
 #include "include/wm_version.h"
5
 #include "include/wm_version.h"
Lines 17-19 Link Here
17
 	include/wm_cdinfo.h \
17
 	include/wm_cdinfo.h \
18
 	include/wm_cdrom.h \
18
 	include/wm_cdrom.h \
19
 	include/wm_config.h \
19
 	include/wm_config.h \
20
@@ -65,7 +66,7 @@
21
 
22
 #ifdef SHARED_LIBWORKMAN
23
 SharedLibraryTarget(workman,$(WM_LIBVER),$(OBJS),.,.)
24
-InstallSharedLibrary(workman,$(WM_LIBVER),$(LIBDIR))
25
+InstallSharedLibrary(workman,$(WM_LIBVER),$(USRLIBDIR))
26
 #else
27
 NormalLibraryTarget(workman, $(OBJS))
28
 #endif

Return to bug 160078