FreeBSD Bugzilla – Attachment 131705 Details for
Bug 175840
[update]: deskutils/znotes up to optionsng
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.61 KB, created by
Veniamin
on 2013-02-04 18:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Veniamin
Created:
2013-02-04 18:30:00 UTC
Size:
1.61 KB
patch
obsolete
>diff -ruN znotes.orig/Makefile znotes/Makefile >--- znotes.orig/Makefile 2013-02-04 22:23:20.716243747 +0400 >+++ znotes/Makefile 2013-02-04 17:13:42.692303834 +0400 >@@ -1,13 +1,9 @@ >-# New ports collection makefile for: znotes >-# Date created: 2009-11-12 >-# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> >-# >-# $FreeBSD: ports/deskutils/znotes/Makefile,v 1.13 2013/01/23 15:05:32 svnexp Exp $ >-# >+# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> >+# $FreeBSD$ > > PORTNAME= znotes > PORTVERSION= 0.4.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= deskutils > MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ > >@@ -23,7 +19,8 @@ > "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ > "Utility;TextEditor;Qt;" ${FALSE} > >-OPTIONS= NLS "Build with NLS support" on >+OPTIONS_DEFINE= NLS >+NLS_DESC= Build with NLS support > > PLIST_FILES= bin/${PORTNAME} \ > share/pixmaps/${PORTNAME}.png >@@ -34,7 +31,7 @@ > @${REINPLACE_CMD} -i -e 's,QCoreApplication::applicationDirPath()+"/translations","${DATADIR}/translations",g' \ > ${WRKSRC}/settings.cpp > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > > do-configure: > cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} >@@ -43,7 +40,7 @@ > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} > ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps/ > >-.if defined(WITH_NLS) >+.if ${PORT_OPTIONS:MNLS} > ${MKDIR} ${DATADIR}/translations > ${INSTALL_DATA} ${WRKSRC}/translations/*.qm ${DATADIR}/translations > PLIST_FILES+= %%DATADIR%%/translations/${PORTNAME}_cs.qm \ >@@ -59,4 +56,4 @@ > .else > .endif > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk>
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 175840
: 131705