- Update to 0.93.2
PR: ports/61034 Submitted by: Clayton Rollins <crollins666@hotmail.com> (maintainer)
This commit is contained in:
parent
a92f07b29d
commit
7f0e29caa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97618
6 changed files with 34 additions and 28 deletions
|
@ -14,8 +14,9 @@
|
|||
#
|
||||
# WITH_GTK2: Configure and build for gtk2.
|
||||
#
|
||||
# WITH_REMOTE_INTERFACE: Configure and build with experimental telnet-based
|
||||
# remote interface.
|
||||
# WITH_PORTABILITY: Configure code to use the PATH variable at run-time
|
||||
# at a cost in performance. Useful if you intend to move the executable
|
||||
# to multiple machines.
|
||||
#
|
||||
# DEBUG: Compile with debugging symbols. Useful if you intend to make a bug
|
||||
# report.
|
||||
|
@ -26,7 +27,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtk-gnutella
|
||||
PORTVERSION= 0.93
|
||||
PORTVERSION= 0.93.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://gtk-gnutella.sourceforge.net/download/ \
|
||||
|
@ -43,7 +44,6 @@ USE_PERL5= yes
|
|||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= libxml2
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
@ -69,12 +69,12 @@ CONFIGURE_ARGS+= -Dgtkversion=1
|
|||
USE_GNOME+= gtk12
|
||||
.endif
|
||||
|
||||
.if defined(WITH_REMOTE_INTERFACE)
|
||||
CONFIGURE_ARGS+= -Dremotectrl=true
|
||||
.if defined(WITH_PORTABILITY)
|
||||
CONFIGURE_ARGS+= -Dd_portable=true
|
||||
.endif
|
||||
|
||||
.if defined(DEBUG)
|
||||
CONFIGURE_ARGS+= -Doptimize=-g
|
||||
CONFIGURE_ARGS+= -Doptimize=-g -Uofficial=
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
|
@ -85,14 +85,15 @@ pre-fetch:
|
|||
@${ECHO} 'You may use the following make options.'
|
||||
@${ECHO} 'See the Makefile for complete descriptions.'
|
||||
@${ECHO} ''
|
||||
@${ECHO} 'RUN_INTERACTIVE: Use Configure in interactive mode.'
|
||||
@${ECHO} 'RUN_INTERACTIVE: Use Configure in interactive mode.'
|
||||
@${ECHO} ''
|
||||
@${ECHO} 'WITH_GTK2: Build with gtk2 frontend.'
|
||||
@${ECHO} ''
|
||||
@${ECHO} 'WITH_REMOTE_INTERFACE: Enable telnet-based remote interface.'
|
||||
@${ECHO} ''
|
||||
@${ECHO} 'DEBUG: Build with debugging symbols.'
|
||||
@${ECHO} 'WITH_GTK2: Build with gtk2 frontend.'
|
||||
@${ECHO} ''
|
||||
@${ECHO} 'DEBUG: Build with debugging symbols.'
|
||||
@${ECHO}
|
||||
@${ECHO} 'WITH_PORTABILITY: Configure code to use the PATH variable at'
|
||||
@${ECHO} ' run-time, at a cost in performance.'
|
||||
@${ECHO}
|
||||
@${SLEEP}
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gtk-gnutella-0.93.tar.bz2) = 78d099392a61064ca30fac84c888550b
|
||||
MD5 (gtk-gnutella-0.93.2.tar.bz2) = a89c3bc8e94a9bc63d0d7e1a9573e104
|
||||
|
|
|
@ -22,8 +22,10 @@ share/gtk-gnutella/pixmaps/smallserver.xpm
|
|||
share/gtk-gnutella/pixmaps/thaw.xpm
|
||||
share/gtk-gnutella/pixmaps/ultra.xpm
|
||||
share/gtk-gnutella/pixmaps/upload.xpm
|
||||
share/gtk-gnutella/pixmaps/stock_form-time-field-16.xpm
|
||||
share/locale/es/LC_MESSAGES/gtk-gnutella.mo
|
||||
share/locale/fr/LC_MESSAGES/gtk-gnutella.mo
|
||||
share/locale/nl/LC_MESSAGES/gtk-gnutella.mo
|
||||
share/locale/hu/LC_MESSAGES/gtk-gnutella.mo
|
||||
@dirrm share/gtk-gnutella/pixmaps
|
||||
@dirrm share/gtk-gnutella
|
||||
|
|
|
@ -14,8 +14,9 @@
|
|||
#
|
||||
# WITH_GTK2: Configure and build for gtk2.
|
||||
#
|
||||
# WITH_REMOTE_INTERFACE: Configure and build with experimental telnet-based
|
||||
# remote interface.
|
||||
# WITH_PORTABILITY: Configure code to use the PATH variable at run-time
|
||||
# at a cost in performance. Useful if you intend to move the executable
|
||||
# to multiple machines.
|
||||
#
|
||||
# DEBUG: Compile with debugging symbols. Useful if you intend to make a bug
|
||||
# report.
|
||||
|
@ -26,7 +27,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtk-gnutella
|
||||
PORTVERSION= 0.93
|
||||
PORTVERSION= 0.93.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://gtk-gnutella.sourceforge.net/download/ \
|
||||
|
@ -43,7 +44,6 @@ USE_PERL5= yes
|
|||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= libxml2
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
@ -69,12 +69,12 @@ CONFIGURE_ARGS+= -Dgtkversion=1
|
|||
USE_GNOME+= gtk12
|
||||
.endif
|
||||
|
||||
.if defined(WITH_REMOTE_INTERFACE)
|
||||
CONFIGURE_ARGS+= -Dremotectrl=true
|
||||
.if defined(WITH_PORTABILITY)
|
||||
CONFIGURE_ARGS+= -Dd_portable=true
|
||||
.endif
|
||||
|
||||
.if defined(DEBUG)
|
||||
CONFIGURE_ARGS+= -Doptimize=-g
|
||||
CONFIGURE_ARGS+= -Doptimize=-g -Uofficial=
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
|
@ -85,14 +85,15 @@ pre-fetch:
|
|||
@${ECHO} 'You may use the following make options.'
|
||||
@${ECHO} 'See the Makefile for complete descriptions.'
|
||||
@${ECHO} ''
|
||||
@${ECHO} 'RUN_INTERACTIVE: Use Configure in interactive mode.'
|
||||
@${ECHO} 'RUN_INTERACTIVE: Use Configure in interactive mode.'
|
||||
@${ECHO} ''
|
||||
@${ECHO} 'WITH_GTK2: Build with gtk2 frontend.'
|
||||
@${ECHO} ''
|
||||
@${ECHO} 'WITH_REMOTE_INTERFACE: Enable telnet-based remote interface.'
|
||||
@${ECHO} ''
|
||||
@${ECHO} 'DEBUG: Build with debugging symbols.'
|
||||
@${ECHO} 'WITH_GTK2: Build with gtk2 frontend.'
|
||||
@${ECHO} ''
|
||||
@${ECHO} 'DEBUG: Build with debugging symbols.'
|
||||
@${ECHO}
|
||||
@${ECHO} 'WITH_PORTABILITY: Configure code to use the PATH variable at'
|
||||
@${ECHO} ' run-time, at a cost in performance.'
|
||||
@${ECHO}
|
||||
@${SLEEP}
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gtk-gnutella-0.93.tar.bz2) = 78d099392a61064ca30fac84c888550b
|
||||
MD5 (gtk-gnutella-0.93.2.tar.bz2) = a89c3bc8e94a9bc63d0d7e1a9573e104
|
||||
|
|
|
@ -22,8 +22,10 @@ share/gtk-gnutella/pixmaps/smallserver.xpm
|
|||
share/gtk-gnutella/pixmaps/thaw.xpm
|
||||
share/gtk-gnutella/pixmaps/ultra.xpm
|
||||
share/gtk-gnutella/pixmaps/upload.xpm
|
||||
share/gtk-gnutella/pixmaps/stock_form-time-field-16.xpm
|
||||
share/locale/es/LC_MESSAGES/gtk-gnutella.mo
|
||||
share/locale/fr/LC_MESSAGES/gtk-gnutella.mo
|
||||
share/locale/nl/LC_MESSAGES/gtk-gnutella.mo
|
||||
share/locale/hu/LC_MESSAGES/gtk-gnutella.mo
|
||||
@dirrm share/gtk-gnutella/pixmaps
|
||||
@dirrm share/gtk-gnutella
|
||||
|
|
Loading…
Reference in a new issue