From owner-svn-ports-all@FreeBSD.ORG Mon Apr 14 04:38:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 810389AC; Mon, 14 Apr 2014 04:38:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 619B01CA1; Mon, 14 Apr 2014 04:38:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3E4c29g028359; Mon, 14 Apr 2014 04:38:02 GMT (envelope-from ashish@svn.freebsd.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3E4c2Kk028357; Mon, 14 Apr 2014 04:38:02 GMT (envelope-from ashish@svn.freebsd.org) Message-Id: <201404140438.s3E4c2Kk028357@svn.freebsd.org> From: Ashish SHUKLA Date: Mon, 14 Apr 2014 04:38:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351248 - head/editors/emacs-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2014 04:38:02 -0000 Author: ashish Date: Mon Apr 14 04:38:01 2014 New Revision: 351248 URL: http://svnweb.freebsd.org/changeset/ports/351248 QAT: https://qat.redports.org/buildarchive/r351248/ Log: - Update to 24.3.90 (latest pretest) - Switch to USES[0] - Use new LIB_DEPENDS format[0] PR: ports/188583 Modified: head/editors/emacs-devel/Makefile head/editors/emacs-devel/distinfo Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Mon Apr 14 02:42:39 2014 (r351247) +++ head/editors/emacs-devel/Makefile Mon Apr 14 04:38:01 2014 (r351248) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= emacs -PORTVERSION= ${EMACS_VER}.${EMACS_REV} +PORTVERSION= ${EMACS_VER} PORTEPOCH= 2 CATEGORIES= editors ipv6 -MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ashish +MASTER_SITES= GNU_ALPHA +MASTER_SITE_SUBDIR= emacs/pretest PKGNAMESUFFIX= -devel MAINTAINER= ashish@FreeBSD.org @@ -21,17 +20,16 @@ CONFLICTS= emacs-19.* emacs21-[0-9]* ema xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* \ emacs-nox11-[0-9]* -EMACS_VER= 24.3.50 -EMACS_REV= 116732 +EMACS_VER= 24.3.90 GNU_CONFIGURE= yes -USES= ncurses pkgconfig -USE_GMAKE= yes -USE_XZ= yes +USES= ncurses pkgconfig gmake shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env +USE_AUTOTOOLS= autoconf:env aclocal:env automake:env autoheader:env + +SHEBANG_FILES= ${WRKSRC}/lib-src/grep-changelog # Append --without-compress-install to prevent emacs from compressing info # which bsd.port.mk is not able to detect @@ -46,8 +44,8 @@ MAKE_ENV= LC_ALL=C INFO= ada-mode auth autotype bovine calc ccmode cl dbus dired-x \ ebrowse ede ediff edt efaq eieio eintr elisp emacs-mime emacs-gnutls emacs epa \ - erc ert eshell eudc flymake forms gnus htmlfontify idlwave ido info \ - mairix-el message mh-e newsticker nxml-mode \ + erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info \ + mairix-el message mh-e newsticker nxml-mode octave-mode \ org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve \ smtpmail speedbar srecode todo-mode tramp url vip viper widget wisent woman @@ -84,13 +82,13 @@ SOUND_CONFIGURE_OFF= --with-sound=no ALSA_CONFIGURE_ON= --with-sound=alsa OSS_CONFIGURE_ON= --with-sound=oss -DBUS_LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus DBUS_CONFIGURE_WITH= dbus GNUTLS_CONFIGURE_WITH= gnutls -GNUTLS3_LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls3 -GNUTLS2_LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls +GNUTLS3_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls3 +GNUTLS2_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls XML_USE= GNOME=libxml2 XML_CONFIGURE_WITH= xml2 @@ -107,7 +105,7 @@ GTK2_CONFIGURE_ON= --with-x-toolkit=gtk2 GTK3_USE= GNOME=gtk30 GTK3_CONFIGURE_ON= --with-x-toolkit=gtk3 -XAW3D_LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d +XAW3D_LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d XAW3D_CONFIGURE_ON= --with-x-toolkit=athena XAW_USE= XORG=xaw @@ -120,32 +118,32 @@ SCROLLBARS_CONFIGURE_WITH= toolkit-scrol SYNC_INPUT_CONFIGURE_WITH= sync-input -JPEG_LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg JPEG_CONFIGURE_WITH= jpeg -TIFF_LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff +TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff TIFF_CONFIGURE_WITH= tiff -GIF_LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib +GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib GIF_CONFIGURE_WITH= gif -PNG_LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png PNG_CONFIGURE_WITH= png XPM_USE= XORG=xpm XPM_CONFIGURE_WITH= xpm XFT_USE= XORG=xft -XFT_LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +XFT_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 XFT_CONFIGURE_WITH= xft -M17N_LIB_DEPENDS= m17n:${PORTSDIR}/devel/m17n-lib +M17N_LIB_DEPENDS= libm17n.so:${PORTSDIR}/devel/m17n-lib M17N_CONFIGURE_WITH= m17n-flt -OTF_LIB_DEPENDS= otf:${PORTSDIR}/print/libotf +OTF_LIB_DEPENDS= libotf.so:${PORTSDIR}/print/libotf OTF_CONFIGURE_WITH= libotf -MAGICK_LIB_DEPENDS= MagickCore:${PORTSDIR}/graphics/ImageMagick +MAGICK_LIB_DEPENDS= libMagickCore.so:${PORTSDIR}/graphics/ImageMagick MAGICK_CONFIGURE_WITH= imagemagick GSETTINGS_USE= gnome=glib20 Modified: head/editors/emacs-devel/distinfo ============================================================================== --- head/editors/emacs-devel/distinfo Mon Apr 14 02:42:39 2014 (r351247) +++ head/editors/emacs-devel/distinfo Mon Apr 14 04:38:01 2014 (r351248) @@ -1,2 +1,2 @@ -SHA256 (emacs-24.3.50.116732.tar.xz) = b04fa64cd7a2cee8dd28f73c4e886c7963e095142a4b712bb8fbf619b307d000 -SIZE (emacs-24.3.50.116732.tar.xz) = 30661920 +SHA256 (emacs-24.3.90.tar.xz) = f82ed8db1e225b760eba09ab37a5a908160e7e76158143bc0d0ac23fd0e6a30f +SIZE (emacs-24.3.90.tar.xz) = 39407604