FreeBSD Bugzilla – Attachment 65281 Details for
Bug 96782
[PATCH] print/magicfilter: link against correct libmagic on 5.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
magicfilter-2.3.h_1.patch
magicfilter-2.3.h_1.patch (text/plain), 1.32 KB, created by
Rong-En Fan
on 2006-05-04 17:40:12 UTC
(
hide
)
Description:
magicfilter-2.3.h_1.patch
Filename:
MIME Type:
Creator:
Rong-En Fan
Created:
2006-05-04 17:40:12 UTC
Size:
1.32 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/print/magicfilter/Makefile /home/rafan/tmp/ports/magicfilter/Makefile >--- /usr/ports/print/magicfilter/Makefile Tue May 2 18:49:02 2006 >+++ /home/rafan/tmp/ports/magicfilter/Makefile Thu May 4 12:28:29 2006 >@@ -7,14 +7,15 @@ > > PORTNAME= magicfilter > PORTVERSION= 2.3.h >+PORTREVISION= 1 > CATEGORIES= print > MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/magicfilter/ > > MAINTAINER= cjh@FreeBSD.org > COMMENT= Customizable, extensible automatic printer filter > >-LIB_DEPENDS= magic.1:${PORTSDIR}/sysutils/file >-RUN_DEPENDS= ${LOCALBASE}/bin/file:${PORTSDIR}/sysutils/file >+BUILD_DEPENDS= ${LOCALBASE}/lib/libmagic.so:${PORTSDIR}/sysutils/file >+RUN_DEPENDS= ${BUILD_DEPENDS} > > USE_GHOSTSCRIPT= yes > >diff -ruN --exclude=CVS /usr/ports/print/magicfilter/files/patch-configure.sh /home/rafan/tmp/ports/magicfilter/files/patch-configure.sh >--- /usr/ports/print/magicfilter/files/patch-configure.sh Mon May 1 21:50:19 2006 >+++ /home/rafan/tmp/ports/magicfilter/files/patch-configure.sh Thu May 4 12:27:42 2006 >@@ -15,7 +15,7 @@ > - AC_SUB MAGIC_HEADER "" > - AC_SUB MAGIC_LIB "" > + AC_SUB MAGIC_HEADER "-I${LOCALBASE}/include" >-+ AC_SUB MAGIC_LIB "-L${LOCALBASE}/lib" >++ AC_SUB MAGIC_LIB "-L${LOCALBASE}/lib -Wl,-rpath -Wl,${LOCALBASE}/lib" > AC_SUB MAKE_MAGIC ":" > AC_SUB CFMAGIC "" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 96782
: 65281