1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Jun Kuriyama
d81ff24478 Remove ftp://ftp.ecrc.net/ from MASTER_SITE_GNU.
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-08-02 02:40:24 +00:00
Maxim Sobolev
a251b99d47 Fix two typos in MASTER_SITE_PERL_CPAN (modlues --> modules).
PR:		20049
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2000-08-01 13:37:10 +00:00
Will Andrews
7a59d1b67e Remove a dead MASTER_SITE_WINDOWMAKER and MASTER_SITE_SUNSITE.
PR:		19306
Submitted by:	Trevor Johnson <trevor@jpj.net> (SUNSITE)
		KATO Tsuguru <tkato@prontomail.ne.jp> (WINDOWMAKER)
2000-06-22 05:31:13 +00:00
Will Andrews
8a9b6eb337 Major update to bsd.sites.mk. Add enormous redundancy to all MASTER_SITES,
especially XCONTRIB, SUNSITE, GNOME, CPAN, CTAN, COMP_SOURCES, and others.
The vast majority of the site hunting was my own work.  However, KATO-san
submitted a number of Afterstep/Windowmaker sites I missed.

PR:		19378
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-20 06:48:58 +00:00
David E. O'Brien
a3e1185a56 Favor the FTP protocol over the HTTP one for MASTER_SITE_SOURCEFORGE.
FTP is a much better long-haul protocol and is nicer on the network than
HTTP.
2000-06-18 18:48:43 +00:00
Satoshi Asami
15c86344a3 (1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When
INSTALL_SHLIBS is set, ldconfig is automatically called from
    post-install and necessary @exec and @unexec lines are added to
    PLIST.

Requested by:	lioux@uol.com.br
Reviewed by:	the ports list, in particular sobomax

(1a) Add

    PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}

    to PLIST_SUB.  These are needed by INSTALL_SHLIBS, but also could
    be useful in general.

(2) Move master/mirror site definitions to bsd.sites.mk and include it
    from bsd.port.mk.  Open bsd.sites.mk to other committers.
Submitted by:	reg

(2a) Add MASTER_SITE_SOURCEFORGE.
Submitted by:	sobomax (who wrote SORCEFORGE, but I assume that's a typo :)

(2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to
    ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from
    peoples' ~user/public_distfiles on freefall.  Add two mirrors
    (Japan and Germany).
Requested by:	obrien (moving)
Submitted by:	will (German mirror)

(3) Simplify definition of PKGBASE since it can now be defined as
    simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of
    sed'ing out the version number from ${PKGNAME}.
Submitted by:	hoek

(4) Remove unnecessary targets prefix and mtree-file, which can be
    implemented as "make -V PREFIX" and "make -V MTREE_FILE",
    respectively.  Don't define MTREE_FILE when NO_MTREE is set so
    "make -V MTREE_FILE" won't print out anything.

(5) Various minor typo and grammar fixes.

(6) Define NONEXISTENT?=/nonexistent.  This will help quiet portlint
    warnings, among other things.
2000-06-14 02:14:49 +00:00