Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2003 07:01:49 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47488: Update port: www/netrik to 1.2.1
Message-ID:  <20030126070149.6a77bbff.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         47488
>Category:       ports
>Synopsis:       Update port: www/netrik to 1.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 25 14:10:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.2.1

Remove file:
manpages.mk

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/netrik/Makefile www/netrik/Makefile
--- /usr/ports/www/netrik/Makefile	Fri Jan  3 03:18:45 2003
+++ www/netrik/Makefile	Fri Jan 24 04:17:02 2003
@@ -8,28 +8,25 @@
 #
 
 PORTNAME=	netrik
-PORTVERSION=	1.2.0
-PORTREVISION=	0
-PORTEPOCH=	0
+PORTVERSION=	1.2.1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=${PORTNAME}
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
-CPPFLAGS=	-I${LOCALBASE}/include
-LDFLAGS=	-Wl,-rpath,${LOCALBASE}/lib
-LIBS=		-L${LOCALBASE}/lib -lgnugetopt
-CONFIGURE_ENV+=	CPPFLAGS="${CPPLAGS}" LIBS="${LIBS}" #LDFLAGS="${LDFLAGS}"
-
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=	CPPFLAGS="${CPPLAGS}" LDFLAGS="${LDFLAGS}"
 
-.include "${.CURDIR}/manpages.mk"
+MAN1=		netrik.1
+MAN5=		netrikrc.5
 
-.include <bsd.port.pre.mk>
-.include <bsd.port.post.mk>
+.if !exists(/usr/include/getopt.h)
+LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib -lgnugetopt
+.endif
 
-#EOF
+.include <bsd.port.mk>
diff -urN /usr/ports/www/netrik/distinfo www/netrik/distinfo
--- /usr/ports/www/netrik/distinfo	Thu Jan  2 01:02:33 2003
+++ www/netrik/distinfo	Fri Jan 24 04:16:37 2003
@@ -1 +1 @@
-MD5 (netrik-1.2.0.tar.gz) = 2fab1684a45934495a873d7389ce237f
+MD5 (netrik-1.2.1.tar.gz) = 9bb324ea238718aaafe0789e74aa944a
diff -urN /usr/ports/www/netrik/manpages.mk www/netrik/manpages.mk
--- /usr/ports/www/netrik/manpages.mk	Thu Jan  2 01:02:33 2003
+++ www/netrik/manpages.mk	Thu Jan  1 09:00:00 1970
@@ -1,2 +0,0 @@
-MAN1+=		netrik.1
-MAN5+=		netrikrc.5
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030126070149.6a77bbff.tkato>