ports/53553: Port update - generic/bug/compatibility fixes

Mahlon E. Smith mahlon at martini.nu
Fri Jun 20 14:10:15 UTC 2003


>Number:         53553
>Category:       ports
>Synopsis:       Port update - generic/bug/compatibility fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 20 07:10:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mahlon
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
StaticCling
>Environment:
System: FreeBSD laika.martini.nu 4.8-RELEASE FreeBSD 4.8-RELEASE #5: Fri May 30 10:41:15 PDT 2003 root at laika.martini.nu:/usr/src/sys/compile/LAIKA i386


Port update below... thanks guys!
-----------------------------------------------------------------------

diff -ruN staticcharge.old/Makefile staticcharge/Makefile
--- staticcharge.old/Makefile	Fri Jun 20 06:56:29 2003
+++ staticcharge/Makefile	Fri Jun 20 06:03:55 2003
@@ -2,11 +2,11 @@
 # Date created:        26 October 2001
 # Whom:                Mahlon <mahlon at martini.nu>
 #
-# $FreeBSD: ports/net/staticcharge/Makefile,v 1.6 2003/04/20 19:38:00 marcus Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	staticcharge
-PORTVERSION=	0.7
+PORTVERSION=	0.7.3
 CATEGORIES=	net misc
 MASTER_SITES=	http://www.staticcling.org/clients/
 DISTNAME=	ChargeGTK-${PORTVERSION}
@@ -14,12 +14,17 @@
 MAINTAINER=	mahlon at martini.nu
 COMMENT=	A GTK client for the StaticCling dynamic DNS service
 
-BUILD_DEPENDS=	lynx:${PORTSDIR}/www/lynx
+BUILD_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 
 WRKSRC=		${WRKDIR}/staticcharge
 USE_GNOME=	gtk12
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
+USE_GMAKE=	yes
+
+.ifdef DEBUG
+CONFIGURE_ARGS+=  --enable-debug
+.endif
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN staticcharge.old/distinfo staticcharge/distinfo
--- staticcharge.old/distinfo	Fri Jun 20 06:56:29 2003
+++ staticcharge/distinfo	Fri Jun 20 06:51:47 2003
@@ -1 +1 @@
-MD5 (ChargeGTK-0.7.tar.gz) = a63d23bd1e55f936c30531b4fb2dbaf4
+MD5 (ChargeGTK-0.7.3.tar.gz) = aa36786113b282d6216fb2d5789f3cba
diff -ruN staticcharge.old/files/patch-Makefile.in staticcharge/files/patch-Makefile.in
--- staticcharge.old/files/patch-Makefile.in	Fri Jun 20 06:56:26 2003
+++ staticcharge/files/patch-Makefile.in	Wed Dec 31 16:00:00 1969
@@ -1,20 +0,0 @@
---- Makefile.in.orig	Sat Oct 27 02:31:13 2001
-+++ Makefile.in	Tue Dec 25 00:02:32 2001
-@@ -8,7 +8,7 @@
- PRIVHEADERS = globals.h gtkglobals.h
- GTKFLAGS    = @GTK_CFLAGS@
- GTKLIBS     = @GTK_LIBS@
--CC          = gcc
-+CC          ?= gcc
- INSTALL     = @INSTALL@
- PREFIX	   ?= /usr/X11R6
- BINARY      = staticcharge
-@@ -16,7 +16,7 @@
- .ifdef DEBUG
- CCFLAGS    += -Wall -g -DDEBUG
- .else
--CCFLAGS    += -Wall -O
-+CCFLAGS    += ${CFLAGS} -Wall
- .endif
- 
- all: ${BINARY}
>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list