FreeBSD Bugzilla – Attachment 49703 Details for
Bug 75871
An Extra Patch Option Implement
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.28 KB, created by
Yuichiro AIZAWA
on 2005-01-06 06:30:25 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yuichiro AIZAWA
Created:
2005-01-06 06:30:25 UTC
Size:
1.28 KB
patch
obsolete
>diff -ruN quickml.old/Makefile quickml/Makefile >--- quickml.old/Makefile Thu Oct 14 04:31:07 2004 >+++ quickml/Makefile Fri Dec 24 00:12:12 2004 >@@ -7,17 +7,22 @@ > > PORTNAME= quickml > PORTVERSION= 0.7 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail > MASTER_SITES= http://namazu.org/%7esatoru/quickml/ > > MAINTAINER= yaizawa@mdbl.sfc.keio.ac.jp > COMMENT= An easy-to-use mailing list system > >-OPTIONS+= ANALOG "Enable quickml-analog" on >+OPTIONS+= ANALOG "Enable quickml-analog" on \ >+ LIMIT "Enable Creators and Members Limitation Patch" off > > PKGINSTALL= ${WRKDIR}/pkg-install > >+.if !defined(WITHOUT_LIMIT) >+PATCH_DIST_STRIP= -p1 >+.endif >+ > QUICKML_USER= quickml > QUICKML_GROUP= quickml > >@@ -44,7 +49,15 @@ > convert:${PORTSDIR}/graphics/ImageMagick > .endif > >+post-fetch: >+.if !defined(WITHOUT_LIMIT) >+ @ ( cd ${DISTDIR} && ${FETCH_CMD} -o ${PORTNAME}-${PORTVERSION}-limited.patch "http://linux.matchy.net/view.xcg?c=plugin;plugin=attach_download;p=QuickMLLimited;file_name=${PORTNAME}-${PORTVERSION}-limited.patch" ) >+.endif >+ > post-patch: >+.if !defined(WITHOUT_LIMIT) >+ ${PATCH} ${PATCH_DIST_ARGS} < ${DISTDIR}/${PORTNAME}-${PORTVERSION}-limited.patch >+.endif > @${SED} ${FILES_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ > ${FILESDIR}/quickml.sh > ${WRKDIR}/quickml.sh > .if defined(WITHOUT_ANALOG)
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 75871
: 49703