FreeBSD Bugzilla – Attachment 130311 Details for
Bug 174201
www/aria2fe: 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:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-12-05 18:10:13 UTC
Size:
1.45 KB
patch
obsolete
>diff -urN /usr/ports/www/aria2fe/Makefile www/aria2fe/Makefile >--- /usr/ports/www/aria2fe/Makefile 2012-11-08 10:25:52.000000000 +0900 >+++ www/aria2fe/Makefile 2012-12-04 00:02:39.000000000 +0900 >@@ -1,32 +1,33 @@ >-# New ports collection makefile for: aria2fe >-# Date created: 12 December 2007 >-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> >-# >+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> > # $FreeBSD: head/www/aria2fe/Makefile 300897 2012-07-14 14:29:18Z beat $ >-# > > PORTNAME= aria2fe > DISTVERSION= 0.0.5 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= www > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > > MAINTAINER= ports@FreeBSD.org >-COMMENT= Aria2 QT front-end >+COMMENT= Aria2 Qt front-end >+ >+LICENSE= GPLv3 # (or later) > > RUN_DEPENDS= aria2c:${PORTSDIR}/www/aria2 \ > xterm:${PORTSDIR}/x11/xterm > >+BUILD_WRKSRC= ${WRKSRC}/src >+INSTALL_WRKSRC= ${WRKSRC}/bin >+ > USE_BZIP2= yes >-USE_QT4= gui qmake_build uic_build moc_build rcc_build >+USE_QT4= gui moc_build qmake_build rcc_build uic_build >+MAKE_JOBS_SAFE= yes >+ > PLIST_FILES= bin/${PORTNAME} >-BUILD_WRKSRC= ${WRKSRC}/src > >-pre-build: >- @cd ${BUILD_WRKSRC}/&&\ >- ${SETENV} ${MAKE_ENV} ${QMAKE} -unix ${PORTNAME}.pro >+do-configure: >+ @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) > > do-install: >- @${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/ >+ (cd ${INSTALL_WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) > > .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 174201
: 130311