FreeBSD Bugzilla – Attachment 85862 Details for
Bug 122178
www/moodle: enabling mimeTeX functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.05 KB, created by
hiroto.kagotani
on 2008-03-28 04:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
hiroto.kagotani
Created:
2008-03-28 04:00:01 UTC
Size:
1.05 KB
patch
obsolete
>diff -ru moodle.orig/Makefile moodle/Makefile >--- moodle.orig/Makefile 2008-03-08 03:48:58.000000000 +0900 >+++ moodle/Makefile 2008-03-28 12:03:32.000000000 +0900 >@@ -22,7 +22,8 @@ > MSSQL "Add support for a MS SQL Server" Off \ > ZLIB "Add zip/unzip functionality" On \ > NETWORK "Add Moodle Network functionality" Off \ >- LDAP "Add LDAP authentication functionality" Off >+ LDAP "Add LDAP authentication functionality" Off \ >+ MIMETEX "Add mimeTeX filter functionality" On > > .include <bsd.port.pre.mk> > >@@ -64,6 +65,10 @@ > USE_PHP+= ldap > .endif > >+.if !defined(WITHOUT_MIMETEX) >+RUN_DEPENDS+= ${PREFIX}/www/cgi-bin/mimetex.cgi:${PORTSDIR}/www/mimetex >+.endif >+ > NO_BUILD= yes > PLIST= ${WRKDIR}/plist > SUB_FILES= pkg-message >@@ -92,6 +97,9 @@ > >> ${TMPPLIST} > ${CHMOD} 755 ${PREFIX}/${MOODLEDATADIR} > @${ECHO_CMD} '@exec ${CHMOD} 755 ${PREFIX}/${MOODLEDATADIR}' >> ${TMPPLIST} >+.if !defined(WITHOUT_MIMETEX) >+ ${LN} -sf ${PREFIX}/www/cgi-bin/mimetex.cgi ${PREFIX}/${MOODLEDIR}/filter/tex/mimetex.freebsd >+.endif > > post-install: > @${CAT} ${PKGMESSAGE}
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 122178
: 85862 |
85863