Date: Wed, 16 Aug 2006 14:40:33 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 104237 for review Message-ID: <200608161440.k7GEeXeZ075746@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104237 Change 104237 by gabor@gabor_spitfire on 2006/08/16 14:39:59 IFC Affected files ... .. //depot/projects/soc2006/gabor_ports/CHANGES#6 integrate .. //depot/projects/soc2006/gabor_ports/MOVED#11 integrate .. //depot/projects/soc2006/gabor_ports/Mk/bsd.emacs.mk#5 integrate .. //depot/projects/soc2006/gabor_ports/Mk/bsd.gnome.mk#6 integrate .. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#82 integrate .. //depot/projects/soc2006/gabor_ports/Mk/bsd.sites.mk#8 integrate .. //depot/projects/soc2006/gabor_ports/UPDATING#13 integrate Differences ... ==== //depot/projects/soc2006/gabor_ports/CHANGES#6 (text+ko) ==== @@ -10,6 +10,33 @@ All ports committers are allowed to commit to this file. +20060805: +AUTHOR: sat@FreeBSD.org +The following functional changes were made to bsd.sites.mk: + + * MASTER_SITES variable can now contain special macros which are expanded into + traditional URL[:group] syntax and cause some convenient effects, e.g. set a + default M_S_SUBDIR. + + * A macro is any space-delimited word in MASTER_SITES without a forward slash. + + * If MASTER_SITE_<macro> is defined, then the macro is expanded to its value. + + * Abbreviated macros are provided for extremely popular locations, e.g. CPAN + and SF. To avoid further obfuscation their unabbreviated equivalents should + be avoided. + + * Popular macros can trigger M_S_SUBDIR to default to a predefined value, e.g. + ${PORTNAME:L} for SF and ${PORTNAME:C/-.*//} for CPAN. + + * Abbreviations and M_S_SUBDIR defaults are defined by MASTER_SITES_ABBREVS + and MASTER_SITES_SUBDIRS, both set in bsd.sites.mk. + + * If a macro belongs to a group (e.g. SF:source1), all the sites it expands + into also belong to the same group. + + * Macros and traditional URL's can be mixed safely, their order stays intact. + 20060804: AUTHOR: gabor@FreeBSD.org The following functional changes were made to bsd.*.mk and to @@ -1149,4 +1176,4 @@ Contact Erwin Lansing if you have any questions about your use of this document. -$FreeBSD: ports/CHANGES,v 1.57 2006/08/04 13:17:59 erwin Exp $ +$FreeBSD: ports/CHANGES,v 1.58 2006/08/04 20:44:18 sat Exp $ ==== //depot/projects/soc2006/gabor_ports/MOVED#11 (text+ko) ==== @@ -1,7 +1,7 @@ # # MOVED - a list of (recently) moved or removed ports # -# $FreeBSD: ports/MOVED,v 1.1108 2006/08/04 14:57:47 acm Exp $ +# $FreeBSD: ports/MOVED,v 1.1115 2006/08/14 03:04:49 acm Exp $ # # Each entry consists of a single line containing the following four # fields in the order named, separated with the pipe (`|') character: @@ -2430,3 +2430,15 @@ net/svnc||2006-08-01|Has expired: mastersite gone, depends on unfetchable, antique version of vnc devel/p5-IPC-Mmap-SimpleShare||2006-08-01|Has expired devel/p5-Readonly-XS|devel/p5-Readonly|2006-08-02|p5-Readonly installs XS automatically +chinese/arnettf||2006-08-06|Renamed to chinese/CJKUnifonts +devel/SGE||2006-08-07|Has expired +editors/eshell-emacs20|editors/emacs|2006-08-07|expired +devel/openorb||2006-08-07|Has expired: not really maintained anymore (last beta version is 2 years old) +japanese/xemacs-devel-canna+freewnn||2006-08-07|Has expired: Unsupported and broken very long time +japanese/xemacs-devel-canna+wnn6||2006-08-07|Has expired: Unsupported and broken very long time +japanese/xemacs-devel-freewnn||2006-08-07|Has expired: Unsupported and broken very long time +japanese/xemacs-devel-wnn6||2006-08-07|Has expired: Unsupported and broken very long time +x11/gtk2-theme-switch||2006-08-07|Has expired: nothing new in over 2 years, use x11/gtkchtheme +russian/xpi-imagezoom|www/xpi-imagezoom|2006-08-09|Russian locale now comes bundled with official version +security/linux-krb5-libs||2006-08-13|Integrated with emulators/linux_base-fc4 +sysutils/linux-e2fsprogs||2006-08-13|Integrated with emulators/linux_base-fc4 ==== //depot/projects/soc2006/gabor_ports/Mk/bsd.emacs.mk#5 (text+ko) ==== @@ -1,5 +1,5 @@ # -# $FreeBSD: ports/Mk/bsd.emacs.mk,v 1.58 2006/08/04 12:34:41 erwin Exp $ +# $FreeBSD: ports/Mk/bsd.emacs.mk,v 1.59 2006/08/14 13:24:18 erwin Exp $ # # bsd.emacs.mk - 19990829 Shigeyuki Fukushima. # ==== //depot/projects/soc2006/gabor_ports/Mk/bsd.gnome.mk#6 (text+ko) ==== @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.131 2006/08/04 12:34:41 erwin Exp $ +# $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.132 2006/08/14 13:24:18 erwin Exp $ # $NetBSD: $ # $MCom: ports/Mk/bsd.gnome.mk,v 1.370 2006/04/27 01:40:22 ahze Exp $ # ==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#82 (text+ko) ==== @@ -1,7 +1,7 @@ #-*- mode: makefile; tab-width: 4; -*- # ex:ts=4 # -# $FreeBSD: ports/Mk/bsd.port.mk,v 1.539 2006/08/04 12:34:41 erwin Exp $ +# $FreeBSD: ports/Mk/bsd.port.mk,v 1.540 2006/08/14 13:24:18 erwin Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -1405,8 +1405,8 @@ .else LDCONFIG_CMD?= ${CHROOTDESTDIR} ${LDCONFIG} -m ${LDCONFIG_RUNLIST} LDCONFIG_PLIST_EXEC_CMD?= ${CHROOTDESTDIR} ${LDCONFIG} -m ${LDCONFIG_PLIST} +.endif LDCONFIG_PLIST_UNEXEC_CMD?= ${LDCONFIG} -R -.endif PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg @@ -1613,6 +1613,7 @@ DESTDIR=${DESTDIR} TARGETDIR=${TARGETDIR} CHROOTDESTDIR=${CHROOTDESTDIR} SUB_LIST+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE_REL} X11BASE=${X11BASE_REL} \ DATADIR=${DATADIR} DOCSDIR=${DOCSDIR} EXAMPLESDIR=${EXAMPLESDIR} \ + DESTDIR=${DESTDIR} TARGETDIR=${TARGETDIR} \ CHROOTDESTDIR=${CHROOTDESTDIR} PLIST_REINPLACE+= dirrmtry @@ -5152,7 +5153,7 @@ .endif @if [ ! -d ${PKG_DBDIR}/${PKGNAME} ]; then \ if [ -z "${DESTDIR}" ] ; then \ - ${ECHO_CMD} "===> Registering installation for ${PKGNAME}"; \ + ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \ else \ ${ECHO_MSG} "===> Registering installation for ${PKGNAME} in ${DESTDIR}"; \ fi; \ ==== //depot/projects/soc2006/gabor_ports/Mk/bsd.sites.mk#8 (text+ko) ==== @@ -20,7 +20,7 @@ # # Note: all entries should terminate with a slash. # -# $FreeBSD: ports/Mk/bsd.sites.mk,v 1.395 2006/08/03 01:24:34 ahze Exp $ +# $FreeBSD: ports/Mk/bsd.sites.mk,v 1.396 2006/08/09 11:45:43 sat Exp $ # # Where to put distfiles that don't have any other master site @@ -1142,11 +1142,45 @@ http://linuxberg.ua.pt/files/%SUBDIR%/ .endif +# List: http://www.vim.org/mirrors.php +# Updated: 2006-06-13 .if !defined(IGNORE_MASTER_SITE_VIM) MASTER_SITE_VIM+= \ ftp://ftp.vim.org/pub/vim/unix/ \ + ftp://ftp2.us.vim.org/pub/vim/unix/ \ + ftp://ftp9.us.vim.org/pub/vim/unix/ \ + ftp://ftp.ca.vim.org/pub/vim/unix/ \ + ftp://ftp.nl.vim.org/pub/vim/unix/ \ + ftp://ftp.de.vim.org/pub/vim/unix/ \ + ftp://ftp3.de.vim.org/pub/vim/unix/ \ + ftp://ftp.uk.vim.org/pub/vim/unix/ \ + ftp://ftp.ie.vim.org/pub/vim/unix/ \ + ftp://ftp.at.vim.org/pub/vim/unix/ \ + ftp://ftp.se.vim.org/pub/vim/unix/ \ + ftp://ftp.pt.vim.org/pub/vim/unix/ \ + ftp://ftp.is.vim.org/pub/vim/unix/ \ + ftp://ftp.il.vim.org/pub/vim/unix/ \ + ftp://ftp.pl.vim.org/pub/vim/unix/ \ + ftp://ftp.ro.vim.org/pub/vim/unix/ \ + ftp://ftp.sk.vim.org/pub/vim/unix/ \ + ftp://ftp.tw.vim.org/pub/vim/unix/ \ + ftp://vim.stu.edu.tw/pub/vim/unix/ \ + ftp://ftp.jp.vim.org/pub/vim/unix/ \ + ftp://ftp.kr.vim.org/pub/vim/unix/ \ ftp://ftp.mirrorservice.org/sites/ftp.vim.org/pub/vim/unix/ \ - ftp://ftp.jp.vim.org/pub/vim/unix/ + http://ftp.vim.org/pub/vim/unix/ \ + http://mirrors.24-7-solutions.net/pub/vim/unix/ \ + http://ftp.tw.vim.org/pub/vim/unix/ \ + http://vim.stu.edu.tw/unix/ \ + http://gd.tuwien.ac.at/pub/vim/unix/ \ + http://www.etsimo.uniovi.es/pub/vim/unix/ \ + http://www.pt.vim.org/pub/vim/unix/ \ + http://www.pangora.org/vim.org/pub/vim/unix/ \ + http://www.math.technion.ac.il/pub/vim/unix/ \ + http://vim.fyxm.net/pub/vim/unix/ \ + http://zloba.ath.cx/pub/vim/unix/ \ + http://ftp2.uk.vim.org/sites/ftp.vim.org/pub/vim/unix/ \ + http://vim.mirror.fr/unix/ .endif .if !defined(IGNORE_MASTER_SITE_WINDOWMAKER) ==== //depot/projects/soc2006/gabor_ports/UPDATING#13 (text+ko) ==== @@ -6,6 +6,30 @@ time you update your ports collection, before attempting any port upgrades. +20060815: + AFFECTS: users of net/samba3 + AUTHOR: timur@gnu.org + + Since Samba 3.0.8, it has been recommended that all domain accounts + listed in smb.conf on a member server be fully qualified with the + domain name. This is now a requirement. All unqualified names are + assumed to be local to the Unix host, either as part of the server's + local passdb or in the local system list of accounts (e.g. /etc/passwd + or /etc/group). + + If the member server is not running winbindd at all, domain + accounts will be implicitly mapped to local accounts and their + tokens will be modified appropriately to reflect the local + SID and group membership. + +20060804: + AFFECTS: users of editors/jedit-devel + AUTHOR: question+fbsdports@closedsrc.org + + Starting with jEdit 4.3pre6, jedit-devel now requires Java 1.5+ to be + installed due to new features and classes used by the package. If you + cannot install or use Java 1.5, you will need to stay with jEdit 4.2. + 20060802: AFFECTS: users of www/linux-opera AUTHOR: mezz@FreeBSD.org @@ -3966,4 +3990,4 @@ 2) Update all p5-* modules. portupgrade -f p5-\* -$FreeBSD: ports/UPDATING,v 1.378 2006/08/03 18:45:53 blackend Exp $ +$FreeBSD: ports/UPDATING,v 1.380 2006/08/15 15:25:02 sem Exp $
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608161440.k7GEeXeZ075746>