Date: Sun, 18 Jul 2010 22:36:51 +0200 From: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lev@FreeBSD.org Subject: ports/148742: [PATCH] devel/subversion: remove dependency autodetection magic Message-ID: <4c4365e6.8b98cc0a.6988.ffffa1e6@mx.google.com> Resent-Message-ID: <201007182040.o6IKe5Po084209@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148742 >Category: ports >Synopsis: [PATCH] devel/subversion: remove dependency autodetection magic >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 20:40:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Marcin Wisnicki >Release: FreeBSD 8.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD ghost.pnet.one.pl 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #4: Wed Jul 14 21:47:49 CEST 2010 >Description: Remove detection of NEON_VER because: 1. It makes builds not reproducible (more than usual) 2. (thus) makes packages built with same settings potentially incompatible Anyone wishing to keep neon28 can still do so by sticking NEON_VER=28 in make.conf. People with subversion built against neon28 must upgrade with: portupgrade -f -m DISABLE_CONFLICTS=1 -o www/neon29 neon28-\* portupgrade -rf neon29-\* or portmaster -o www/neon29 www/neon28 portmaster -r neon2 Port maintainer (lev@freebsd.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- subversion-1.6.12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/subversion.orig/Makefile.common /usr/ports/devel/subversion/Makefile.common --- /usr/ports/devel/subversion.orig/Makefile.common 2010-07-17 21:39:58.000000000 +0200 +++ /usr/ports/devel/subversion/Makefile.common 2010-07-18 22:20:54.000000000 +0200 @@ -43,14 +43,7 @@ # Default is "on" .if !defined(WITHOUT_NEON) -.if !defined(NEON_VER) -.if exists(${LOCALBASE}/bin/neon-config) -NEON_VER!= ${LOCALBASE}/bin/neon-config --version | \ - ${SED} -n -E 's/^neon [0-9]+\.([0-9]+)\..*$$/\1/p' -.else -NEON_VER= 29 -.endif -.endif +NEON_VER?= 29 LIB_DEPENDS+= neon.${NEON_VER}:${PORTSDIR}/www/neon${NEON_VER} PLIST_SUB+= NEON="" .else --- subversion-1.6.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4c4365e6.8b98cc0a.6988.ffffa1e6>