FreeBSD Bugzilla – Attachment 126009 Details for
Bug 169727
[MAINTAINER] textproc/pootle: port fixes - conflicts, options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pootle-2.1.6_1.patch
pootle-2.1.6_1.patch (text/plain), 2.23 KB, created by
Denis Pokataev
on 2012-07-09 08:10:05 UTC
(
hide
)
Description:
pootle-2.1.6_1.patch
Filename:
MIME Type:
Creator:
Denis Pokataev
Created:
2012-07-09 08:10:05 UTC
Size:
2.23 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/textproc/pootle/Makefile /usr/home/dpokataev/pootle/Makefile >--- /usr/ports/textproc/pootle/Makefile 2011-10-12 03:39:44.000000000 +0000 >+++ /usr/home/dpokataev/pootle/Makefile 2012-07-09 06:47:40.000000000 +0000 >@@ -21,6 +21,9 @@ > > RUN_DEPENDS:= ${BUILD_DEPENDS} > >+CONFLICTS= ${PYTHON_PKGNAMEPREFIX}django-profiles-[0-9]* \ >+ ${PYTHON_PKGNAMEPREFIX}django-registration-[0-9]* >+ > USE_BZIP2= yes > USE_GETTEXT= yes > USE_PYTHON= yes >@@ -53,26 +56,28 @@ > > PORTDOCS= ChangeLog COPYING INSTALL README wsgi.py > >-OPTIONS= MYSQL "MYSQL support" on \ >- SUBVERSION "SVN support" on \ >- LUCENE "py-lucene for faster searching" on \ >- MEMCACHED "Enable memcached support" on >+OPTIONS_DEFINE= MYSQL SUBVERSION LUCENE MEMCACHED >+OPTIONS_DEFAULT= MYSQL SUBVERSION LUCENE MEMCACHED >+MYSQL_DESC= MYSQL support >+SUBVERSION_DESC= SVN support >+LUCENE_DESC= py-lucene for faster searching >+MEMCACHED_DESC= Enable memcached support > > .include <bsd.port.pre.mk> > >-.if defined(WITH_MYSQL) >+.if ${PORT_OPTIONS:MMYSQL} > USE_MYSQL= yes > .endif > >-.if defined(WITH_SUBVERSION) >+.if ${PORT_OPTIONS:MSUBVERSION} > RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion > .endif > >-.if defined(WITH_LUCENE) >+.if ${PORT_OPTIONS:MLUCENE} > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}PyLucene>0:${PORTSDIR}/textproc/py-lucene > .endif > >-.if defined(WITH_MEMCACHED) >+.if ${PORT_OPTIONS:MMEMCACHED} > LIB_DEPENDS+= memcached:${PORTSDIR}/databases/libmemcached > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}memcached>=1.45:${PORTSDIR}/databases/py-memcached > .endif >@@ -92,7 +97,7 @@ > @${CP} -n ${PREFIX}/etc/pootle/localsettings.py.sample \ > ${PREFIX}/etc/pootle/localsettings.py > >-.if !defined(NOPORTDOCS) >+.if empty(PORT_OPTIONS:MDOCS) > ${MKDIR} ${DOCSDIR} > .for docs in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} >diff -ruN --exclude=CVS /usr/ports/textproc/pootle/pkg-descr /usr/home/dpokataev/pootle/pkg-descr >--- /usr/ports/textproc/pootle/pkg-descr 2009-12-31 11:59:05.000000000 +0000 >+++ /usr/home/dpokataev/pootle/pkg-descr 2012-07-09 06:19:41.000000000 +0000 >@@ -5,4 +5,4 @@ > You can run Pootle as an Internet server like > these projects or run your own copy on an Intranet. > >-WWW: http://pootle.locamotion.org/ >+WWW: http://translate.sourceforge.net/wiki/pootle/index
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 169727
: 126009 |
126010