Bug 110035 - Port fix for sysutils/be_agent
Summary: Port fix for sysutils/be_agent
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tom McLaughlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-07 16:10 UTC by Tony Shadwick
Modified: 2007-08-26 22:10 UTC (History)
0 users

See Also:


Attachments
file.shar (5.87 KB, text/plain)
2007-03-07 16:10 UTC, Tony Shadwick
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Shadwick 2007-03-07 16:10:10 UTC
Old version retrieved via anonymous FTP.  Veritas no longer allows this.

How-To-Repeat: make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-07 16:10:17 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-07 16:10:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Tony Shadwick 2007-03-07 16:12:42 UTC
I approve.

Edwin Groothuis wrote:
> Maintainer of sysutils/be_agent,
> 
> Please note that PR ports/110035 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/110035
>
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-03-14 16:56:57 UTC
State Changed
From-To: feedback->open

Approved (submitter is maintainer)
Comment 5 Tilman Keskinoz freebsd_committer freebsd_triage 2007-03-18 21:37:12 UTC
State Changed
From-To: open->feedback

Please send updates in diff format, as described in the Porters Handbook
Comment 6 Stefan Walter freebsd_committer freebsd_triage 2007-04-05 12:32:54 UTC
Hi,

would it be possible that you resend your update for sysutils/be_agent as
a patch in unified diff format (i.e. produced by "diff -u")? From the shar
file you sent it is not easy to see what changed.

Regards,
Stefan
Comment 7 Foxfair Hu freebsd_committer freebsd_triage 2007-04-15 09:26:21 UTC
diff as I saw:
-----------------------------------------------------------
diff -rubN /usr/ports/sysutils/be_agent/Makefile sysutils/be_agent/Makefile
--- /usr/ports/sysutils/be_agent/Makefile	Sat Sep 16 00:04:13 2006
+++ sysutils/be_agent/Makefile	Sun Apr 15 16:21:08 2007
@@ -2,20 +2,18 @@
 # Date created:        20 May 2005
 # Whom:                Tony Shadwick <numbski@hksilver.net>
 #
-# $FreeBSD: ports/sysutils/be_agent/Makefile,v 1.4 2006/09/15 06:04:23 vd Exp $
-#
+# $FreeBSD: ports/sysutils/be_agent/Makefile,v 1.4 2006/09/15 06:04:23 vd Exp $X#
 
 PORTNAME=	be_agent
 PORTVERSION=	5.046
 CATEGORIES=	sysutils
-MASTER_SITES=	ftp://ftp.support.veritas.com/pub/support/products/Backup_Exec_for_WindowsNT/ \
-		http://www.numbski.net/downloads/
+MASTER_SITES=  #
 DISTNAME=	nls_agnt_262592
 EXTRACT_SUFX=	.tar
 
 MAINTAINER=	numbski@hksilver.net
 COMMENT=	VERITAS Backup Exec (tm) UNIX Agent
-
+DOWNLOAD_URL= http://seer.support.veritas.com/docs/262592.htm
 USE_LINUX=	yes
 
 NO_BUILD=	yes
@@ -26,6 +24,18 @@
 PLIST_FILES=	bin/agent.be \
 		etc/be-agent.cfg.sample
 
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+ECHO_MSG=/usr/bin/printf
+IGNORE= :\n\
+Because of licensing restrictions, you must fetch the distribution\n\
+manually.  Please access\n\
+\n\
+  ${DOWNLOAD_URL}\n\
+\n\
+Click \"Download Now\"\, and agree to the license agreement.  Please place\n\
+the downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n
+.endif
+
 do-install:
 	@${INSTALL_PROGRAM} ${WRKDIR}/common/agent.linux24 ${PREFIX}/bin/agent.be
 	@${CAT} ${PKGMESSAGE} ${WRKDIR}/english/agent.cfg \
Comment 8 Tom McLaughlin freebsd_committer freebsd_triage 2007-06-24 07:07:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tmclaugh

Is this patch actually needed?  Veritas makes the file fully available 
via anonymous FTP.  The FTP server's motd simply has a standard US 
export restriction notice.
Comment 9 dfilter service freebsd_committer freebsd_triage 2007-08-26 22:01:39 UTC
tmclaugh    2007-08-26 21:01:31 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/be_agent    Makefile 
  Log:
  Distfile must be fetched manually now.
  
  PR:             110035
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.5       +15 -3     ports/sysutils/be_agent/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 Tom McLaughlin freebsd_committer freebsd_triage 2007-08-26 22:01:46 UTC
State Changed
From-To: feedback->closed

committed, thanks.