Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2001 01:03:33 +0200 (EET)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        olgeni@FreeBSD.org (Jimmy Olgeni)
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: RFC: module update support in webmin port
Message-ID:  <200102022303.f12N3XD17411@vic.sabbo.net>
In-Reply-To: <Pine.BSF.4.32.0102022303090.38157-100000@olgeni.localdomain.net> from "Jimmy Olgeni" at Feb 02, 2001 11:28:46 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 
> I was wondering if anybody was interested in having support for
> updated webmin modules in the port makefile.
> 
> Updated webmin modules are simple gzipped tarballs that can be
> extracted over the stock webmin source before calling "make install".
> They can be tracked in the makefile with a simple patch.
> 
> As a bonus, "make deinstall/install" will automatically upgrade all
> modules after cvsup. As a side effect, the port build will break when
> the checksum of a previously installed module changes... at least you
> know that something has changed (the webmin site has only a list of
> updated ports, not change dates). Also, PORTREVISION can be used to
> track module updates. I plan to track only official updates, not 3rd
> part modules.
> 
> If nobody comes up with any reason not to do it I could commit the
> patch.
>
> RCS file: /home/ncvs/ports/sysutils/webmin/distinfo,v
> retrieving revision 1.14
> diff -u -r1.14 distinfo
> --- distinfo	2001/01/31 23:07:37	1.14
> +++ distinfo	2001/02/02 22:23:33
> @@ -1 +1,4 @@
>  MD5 (webmin-0.84.tar.gz) = 93ed89a7d98e7586cacf44e4e053e6cd
> +MD5 (apache.wbm.gz) = a63f2b27b6531131acc8056aaefd00eb
> +MD5 (mysql.wbm.gz) = 94322dc8a89d32346b51d2524b7525dc
> +MD5 (status.wbm.gz) = 8f58432e5fc0e992505a411888f837a2

Given the constantly changing nature of those modules they should be marked
as IGNOREFILES in the Makefile. See bsd.port.mk for details.

-Maxim



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




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