pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

try to build the last version which used wx28.



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sun Dec 4 20:56:37 2016 -0800
Changeset:	06425f0256132bcf2fa55e8dc2d4a68a4b813798

Modified Files:
	trelby/Makefile

Log Message:
try to build the last version which used wx28.

unfortunately when you run 'trelby' it thinks you're supposed to be on
windows or something? wtf?

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=06425f0256132bcf2fa55e8dc2d4a68a4b813798

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 trelby/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/trelby/Makefile b/trelby/Makefile
index 4403497..f451219 100644
--- a/trelby/Makefile
+++ b/trelby/Makefile
@@ -6,6 +6,8 @@ MASTER_SITES=	# defined
 
 GIT_REPOSITORIES=	trelby
 GIT_REPO.trelby=	https://github.com/oskusalerma/trelby.git
+# This is the latest version which requires wxWidgets 2.8.
+GIT_REVISION.trelby=	4fe88ba0efbd7e047586d2eb92b162996ea67724
 
 MAINTAINER=	cfkoch%edgebsd.org@localhost
 COMMENT=	Screenplay writing program
@@ -35,7 +37,7 @@ DEPENDS+=	py27-lxml>=3:../../textproc/py-lxml
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../lang/python/pyversion.mk"
-#.include "../../x11/py-wxWidgets/buildlink3.mk" XXX wrong version
-.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../x11/py-wxWidgets/buildlink3.mk"
+.include "../../x11/wxGTK28/buildlink3.mk"
 .include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index