- upgrade to 0.1.15
- USE_REINPLACE
This commit is contained in:
parent
cf439dd621
commit
5ce7f76ecb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69265
3 changed files with 17 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xscorch
|
||||
PORTVERSION= 0.1.14
|
||||
PORTVERSION= 0.1.15
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://chaos2.org/xscorch/ \
|
||||
http://mirror.dok.org/xscorch/
|
||||
|
@ -20,6 +20,7 @@ USE_XPM= yes
|
|||
USE_GMAKE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_REINPLACE= yes
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gtk
|
||||
|
@ -31,12 +32,14 @@ MAN6= xscorch.6
|
|||
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
||||
USE_GNOME+= gnomeprefix gnomelibs
|
||||
PKGNAMESUFFIX= -gnome
|
||||
PLIST_SUB+= GNOME="gnome"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-gnome
|
||||
PLIST_SUB+= GNOME=""
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,MSG_NOSIGNAL,0,' \
|
||||
@${REINPLACE_CMD} -e 's,MSG_NOSIGNAL,0,' \
|
||||
${WRKSRC}/snet/tcpnet/tn_internal.c \
|
||||
${WRKSRC}/snet/tcpnet/tn_read.c
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xscorch-0.1.14.tar.gz) = cfc914add96f36c07d9883db5adcb8fe
|
||||
MD5 (xscorch-0.1.15.tar.gz) = 6bea7bfae61355cfedf2c673411bbe33
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
bin/xscorch
|
||||
bin/xscorch-server
|
||||
share/xscorch/accessories.def
|
||||
share/xscorch/copying.txt
|
||||
share/xscorch/images/xscorch-icon.xpm
|
||||
share/xscorch/images/xscorch-logo.xpm
|
||||
share/xscorch/profiles.def
|
||||
share/xscorch/sounds/README
|
||||
share/xscorch/weapons.def
|
||||
share/xscorch/xscorch.txt
|
||||
@dirrm share/xscorch/sounds
|
||||
@dirrm share/xscorch/images
|
||||
@dirrm share/xscorch
|
||||
share/%%GNOME%%/xscorch/accessories.def
|
||||
share/%%GNOME%%/xscorch/copying.txt
|
||||
share/%%GNOME%%/xscorch/images/xscorch-icon.xpm
|
||||
share/%%GNOME%%/xscorch/images/xscorch-logo.xpm
|
||||
share/%%GNOME%%/xscorch/profiles.def
|
||||
share/%%GNOME%%/xscorch/sounds/README
|
||||
share/%%GNOME%%/xscorch/weapons.def
|
||||
share/%%GNOME%%/xscorch/xscorch.txt
|
||||
@dirrm share/%%GNOME%%/xscorch/sounds
|
||||
@dirrm share/%%GNOME%%/xscorch/images
|
||||
@dirrm share/%%GNOME%%/xscorch
|
||||
|
|
Loading…
Reference in a new issue