FreeBSD Bugzilla – Attachment 130293 Details for
Bug 174193
devel/alabastra: Support CXXFLAGS properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.45 KB, created by
tkato432
on 2012-12-05 18:10:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-12-05 18:10:11 UTC
Size:
1.45 KB
patch
obsolete
>diff -urN /usr/ports/devel/alabastra/Makefile devel/alabastra/Makefile >--- /usr/ports/devel/alabastra/Makefile 2012-11-08 05:11:24.000000000 +0900 >+++ devel/alabastra/Makefile 2012-12-03 23:39:34.000000000 +0900 >@@ -1,34 +1,35 @@ >-# New ports collection makefile for: alabastra >-# Date created: 20 Jun 2007 >-# Whom: Yinghong Liu <relaxbsd@gmail.com> >-# >+# Created by: Yinghong Liu <relaxbsd@gmail.com> > # $FreeBSD: head/devel/alabastra/Makefile 301519 2012-07-25 11:24:09Z cs $ > > PORTNAME= alabastra > PORTVERSION= 0.21b >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > MASTER_SITES= SF > DISTNAME= Alabastra-${PORTVERSION} > EXTRACT_SUFX= .tgz > > MAINTAINER= ports@FreeBSD.org >-COMMENT= C++ editor written with QT4 >+COMMENT= C++ editor written with Qt4 > >-USE_QT4= gui xml qmake_build moc_build uic_build rcc_build \ >- iconengines >-USE_GMAKE= yes >-ALL_TARGET= Alabastra >+LICENSE= GPLv2 # (or later) > > WRKSRC= ${WRKDIR}/${DISTNAME} > >+USE_QT4= gui xml \ >+ moc_build qmake_build rcc_build uic_build \ >+ iconengines_run >+USE_GMAKE= yes >+ALL_TARGET= Alabastra >+MAKE_JOBS_SAFE= yes >+ > PLIST_FILES= bin/alabastra > > do-configure: >- cd ${WRKSRC} \ >- && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} Alabastra.pro >+ @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/Alabastra ${PREFIX}/bin/alabastra >+ (cd ${INSTALL_WRKSRC} \ >+ && ${INSTALL_PROGRAM} Alabastra ${PREFIX}/bin/alabastra) > > .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 174193
: 130293