From: Dejan Lesjak <dejan.lesjak@ijs.si>
To: edwin@mavetju.org Subject: games/thevalley and upcoming xorg update Hello, Soon xorg ports will be upgraded to 6.8.1. As one of changes, imake is no longer recorded as run dependency for X libraries. Since imake depends on perl, this dependency is also gone. The port you maintain relied on perl being there as consequence of these dependencies. Since this is no longer so, it fails. The upgrade is being tested on dosirak ports test cluster and the error log is here: To solve this, explicit build time dependency to perl needs to be specified with addition of something like this line: USE_PERL5_BUILD=yes to Makefile. Thanks. Submitted by: Dejan Lesjak <dejan.lesjak@ijs.si>
This commit is contained in:
parent
9d3d40ae6c
commit
2894fe3f1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123035
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ HAS_CONFIGURE= yes
|
|||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
USE_SDL= sdl
|
||||
USE_REINPLACE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
||||
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
|
||||
|
||||
|
|
Loading…
Reference in a new issue