mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 7.3.1.
This commit is contained in:
parent
456c6401aa
commit
224bbd9628
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157105
4 changed files with 1105 additions and 527 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gcompris2
|
||||
PORTVERSION= 7.0.3
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 7.3.1
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gcompris
|
||||
|
@ -28,31 +27,50 @@ RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess \
|
|||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_SDL= mixer
|
||||
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui pygnome2
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
LIBS="${PTHREAD_LIBS} -lm"
|
||||
|
||||
INFO= gcompris
|
||||
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
|
||||
${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= Does not build on 4.X
|
||||
IGNORE= does not build on 4.X
|
||||
.endif
|
||||
|
||||
.if !defined(DISPLAY)
|
||||
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
|
||||
${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT}
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
CONFIGURE_ENV+= DISPLAY="localhost:1001"
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-DGNOME_DISABLE_DEPRECATED||g'
|
||||
|
||||
.if !defined(DISPLAY)
|
||||
pre-configure:
|
||||
@if [ -f ${WRKDIR}/.Xvfb.pid ]; then \
|
||||
${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \
|
||||
${RM} -f ${WRKDIR}/.Xvfb.pid ; \
|
||||
fi
|
||||
${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid
|
||||
@sleep 5
|
||||
|
||||
post-configure:
|
||||
@if [ -f ${WRKDIR}/.Xvfb.pid ]; then \
|
||||
${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \
|
||||
${RM} -f ${WRKDIR}/.Xvfb.pid ; \
|
||||
fi
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gcompris-7.0.3.tar.gz) = 68ba9aa486957631058c1022669c3bac
|
||||
SHA256 (gcompris-7.0.3.tar.gz) = ca27f2140bb4760c01880639d16fb8937eb904e6607affc0bac426dcebc3a1aa
|
||||
SIZE (gcompris-7.0.3.tar.gz) = 54591032
|
||||
MD5 (gcompris-7.3.1.tar.gz) = df799545405293f2145594cd71b9d310
|
||||
SHA256 (gcompris-7.3.1.tar.gz) = a8335eb21db1fba02a57d79dd8a09ebd95e9082b22708ec3d556576037b7d065
|
||||
SIZE (gcompris-7.3.1.tar.gz) = 67837014
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.in.bak Thu Jan 29 07:52:30 2004
|
||||
+++ Makefile.in Mon Feb 2 22:15:58 2004
|
||||
@@ -671,7 +671,7 @@
|
||||
--- Makefile.in.orig Sun Mar 12 13:00:25 2006
|
||||
+++ Makefile.in Sun Mar 12 13:01:44 2006
|
||||
@@ -748,7 +748,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
|
@ -9,19 +9,19 @@
|
|||
install-data-local install-iconDATA
|
||||
|
||||
install-exec-am:
|
||||
@@ -733,13 +733,13 @@
|
||||
@@ -811,13 +811,13 @@ install-data-local:
|
||||
@$(NORMAL_INSTALL)
|
||||
if test -d @PACKAGE_DATA_DIR@; then \
|
||||
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@; \
|
||||
- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude CVS --exclude .xvpics --exclude "*.assetml" * | ( cd $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \
|
||||
+ cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude "Makefile.in*" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude CVS --exclude .xvpics --exclude "*.assetml" * | ( cd $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \
|
||||
if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \
|
||||
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \
|
||||
- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude CVS --exclude .xvpics --exclude "*.assetml" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
||||
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in*" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude CVS --exclude .xvpics --exclude "*.assetml" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
||||
fi
|
||||
|
||||
dist-hook:
|
||||
if test -d @PACKAGE_DATA_DIR@; then \
|
||||
$(mkinstalldirs) $(distdir)/@PACKAGE_DATA_DIR@; \
|
||||
- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude "Makefile.in" --exclude "Makefile" --exclude "*~" --exclude ".*" --exclude CVS --exclude .xvpics * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \
|
||||
+ cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude "Makefile.in*" --exclude "Makefile" --exclude "*~" --exclude ".*" --exclude CVS --exclude .xvpics * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \
|
||||
if test -d $(PACKAGE_DATA_DIR); then \
|
||||
$(mkinstalldirs) $(distdir)/$(PACKAGE_DATA_DIR); \
|
||||
- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "Makefile" --exclude "*~" --exclude ".*" --exclude CVS --exclude .xvpics * | ( cd ../$(distdir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
||||
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in*" --exclude "Makefile" --exclude "*~" --exclude ".*" --exclude CVS --exclude .xvpics * | ( cd ../$(distdir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
||||
fi
|
||||
|
||||
clean-local:
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue