Bug 185408 - [MAINTAINER] sysutils/py-glances: [SUMMARIZE CHANGES]
Summary: [MAINTAINER] sysutils/py-glances: [SUMMARIZE CHANGES]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-02 05:10 UTC by Gasol Wu
Modified: 2014-01-04 08:30 UTC (History)
0 users

See Also:


Attachments
py27-glances-1.7.3_1.patch (593 bytes, patch)
2014-01-02 05:10 UTC, Gasol Wu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2014-01-02 05:10:00 UTC
- Fix package build broken, PYEASYINSTALL_EGG will be substituted only
  if USE_PYDISTUTILS is easy_install.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-02 05:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-04 08:26:09 UTC
Author: sunpoet
Date: Sat Jan  4 08:26:00 2014
New Revision: 338631
URL: http://svnweb.freebsd.org/changeset/ports/338631

Log:
  - Fix package
  - While I'm here, cleanup and simplify Makefile
  
  PR:		ports/185408
  Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)

Modified:
  head/sysutils/py-glances/Makefile

Modified: head/sysutils/py-glances/Makefile
==============================================================================
--- head/sysutils/py-glances/Makefile	Sat Jan  4 08:24:55 2014	(r338630)
+++ head/sysutils/py-glances/Makefile	Sat Jan  4 08:26:00 2014	(r338631)
@@ -21,27 +21,20 @@ OPTIONS_SUB=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
+USE_PYDISTUTILS=easy_install
 PYDISTUTILS_PKGNAME=	Glances
-#NO_STAGE=	yes
 
 MANPAGES_MAN1=		glances.1
 NLS_TRANSLATIONS=	es fr it pt_BR zh_CN
 NLS_USES=		gettext
 
-.include <bsd.port.options.mk>
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/glances
 	${INSTALL_DATA} ${WRKSRC}/conf/glances.conf ${STAGEDIR}${PREFIX}/etc/glances/glances.conf.sample
-.if ${PORT_OPTIONS:MMANPAGES}
 	${INSTALL_MAN} ${WRKSRC}/man/glances.1 ${STAGEDIR}${MANPREFIX}/man/man1/
-.endif
-.if ${PORT_OPTIONS:MNLS}
 .for lang in ${NLS_TRANSLATIONS}
 	${INSTALL_DATA} ${WRKSRC}/i18n/${lang}/LC_MESSAGES/glances.mo \
 		${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/
 .endfor
-.endif
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-01-04 08:26:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!