Update port to version 2.3.32.
This port used both: DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz and USE_BZIP2= yes So it couldn't unpack fvwm_icons with bzip2: remove USE_BZIP2, switch to gzip for the port tarball too, and get the icons back. Also, install default configuration file in ${PREFIX}/etc/. The file bin/xselection has been removed from pkg-plist because it wasn't actually installed, and "make package" failed.
This commit is contained in:
parent
d54036a13a
commit
5132dd205f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42288
6 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= fvwm
|
||||
PORTVERSION= 2.3.30
|
||||
PORTVERSION= 2.3.32
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
|
||||
http://www.fvwm.org/generated/icon_download/
|
||||
|
@ -20,7 +20,6 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
USE_BZIP2= yes
|
||||
WANT_GTK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -52,6 +51,8 @@ post-extract:
|
|||
fi
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/etc
|
||||
@${CP} ${WRKSRC}/sample.fvwmrc/system.fvwm2rc ${PREFIX}/etc
|
||||
@${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/*.xpm \
|
||||
${PREFIX}/lib/X11/fvwm2/pixmaps
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (fvwm-2.3.30.tar.bz2) = 94b361aade7c8a9e2611fc83f389cb92
|
||||
MD5 (fvwm-2.3.32.tar.gz) = 8a85cdd5aa462c116628142924604ea3
|
||||
MD5 (fvwm_icons.tgz) = 7b254da269a236d77c790581701442cb
|
||||
|
|
|
@ -8,7 +8,6 @@ bin/fvwm2
|
|||
bin/fvwm24_convert
|
||||
bin/fvwmbug
|
||||
bin/xpmroot
|
||||
bin/xselection
|
||||
lib/X11/fvwm2/pixmaps/Jlock.xpm
|
||||
lib/X11/fvwm2/pixmaps/Jnews.xpm
|
||||
lib/X11/fvwm2/pixmaps/Jrecycle.xpm
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= fvwm
|
||||
PORTVERSION= 2.3.30
|
||||
PORTVERSION= 2.3.32
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
|
||||
http://www.fvwm.org/generated/icon_download/
|
||||
|
@ -20,7 +20,6 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
USE_BZIP2= yes
|
||||
WANT_GTK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -52,6 +51,8 @@ post-extract:
|
|||
fi
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/etc
|
||||
@${CP} ${WRKSRC}/sample.fvwmrc/system.fvwm2rc ${PREFIX}/etc
|
||||
@${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/*.xpm \
|
||||
${PREFIX}/lib/X11/fvwm2/pixmaps
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (fvwm-2.3.30.tar.bz2) = 94b361aade7c8a9e2611fc83f389cb92
|
||||
MD5 (fvwm-2.3.32.tar.gz) = 8a85cdd5aa462c116628142924604ea3
|
||||
MD5 (fvwm_icons.tgz) = 7b254da269a236d77c790581701442cb
|
||||
|
|
|
@ -8,7 +8,6 @@ bin/fvwm2
|
|||
bin/fvwm24_convert
|
||||
bin/fvwmbug
|
||||
bin/xpmroot
|
||||
bin/xselection
|
||||
lib/X11/fvwm2/pixmaps/Jlock.xpm
|
||||
lib/X11/fvwm2/pixmaps/Jnews.xpm
|
||||
lib/X11/fvwm2/pixmaps/Jrecycle.xpm
|
||||
|
|
Loading…
Reference in a new issue