Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/subversion/Makefile.common

[BACK] Up to [FreeBSD] / ports / devel / subversion

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Jan 9 15:40:57 2012 UTC (4 weeks, 5 days ago) by tabthorpe
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Dec 20 22:37:52 2011 UTC (7 weeks, 3 days ago) by pgollucci
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
- Bump the serf lib name as required for 0.7.2 -> 1.0.0 www/serf upgrade

Reminded by:	sfc

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Dec 5 21:15:36 2011 UTC (2 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3 lines
  Update to 1.7.2
  Fix building with apr 0.9.20.

Feature safe: yes

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Nov 9 15:25:32 2011 UTC (3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2 lines
- Remove WITH_FBSD10_FIX, is no longer needed

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Oct 30 10:45:28 2011 UTC (3 months, 1 week ago) by lev
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
  Add patch from upstream to fix nasty bug, which blocks all POST requests to
  apache server, not proccessed by mod_dav_svn. It should fix "500 Internal
  server error" caused by installing 1.7.x.

Submitted by:	theultramage (at) gmail (dot) com

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Oct 30 04:22:51 2011 UTC (3 months, 1 week ago) by wxs
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -1 lines
- Fix build on 10

Approved by:	portmgr@ (miwi)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Oct 23 10:17:31 2011 UTC (3 months, 2 weeks ago) by lev
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
   Upgrade to 1.7.1.
   Many bugfixes, especially in Java bindings.

   Fix checksum/size of re-rolled book.
   Book doesn't contain any executable code, so here is no security risk.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Oct 16 21:01:42 2011 UTC (3 months, 3 weeks ago) by lev
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
  (1) Activate mod_dav_svn in "post-install" target, as it is not activated
      by subversion itself.

  (2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Oct 16 14:31:46 2011 UTC (3 months, 3 weeks ago) by lev
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +46 -57 lines
  Update subversion to 1.7.0.

  Make FreeBSD patches to be port's options and remove separated port.

  Rename patches to more sane names.

  Add devel/subversion16 port, for people, who need old version.

  Mark ports, which could not be built with subversion 1.7.x, as
  conflicting with new subversion.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Sep 13 23:07:52 2011 UTC (4 months, 4 weeks ago) by gabor
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
- Bump PORTREVISION after databases/gdbm update to track the dependency.
  It has been reported that the subversion ports somehow indirectly
  depend on gdbm but rebuilding them solves the problems.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Aug 20 17:27:31 2011 UTC (5 months, 3 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3 lines
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jun 2 14:02:36 2011 UTC (8 months, 1 week ago) by lev
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
  Update to latest 1.6.17, which fixes three security issues:
  CVE-2011-1752, CVE-2011-1783, and CVE-2011-1921.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat May 14 17:40:47 2011 UTC (8 months, 4 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
- bump PORTREVISION since serf was updated.

 Note:
 serf is not "on" as default, but widly used in combination
 with subversion instead of neon

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Apr 11 00:04:08 2011 UTC (10 months ago) by avilla
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
- Add dependency on kdebase4-runtime when KWallet support is built.
- Fix build with KDE_WALLET when KDE 3 is installed. [1]
- Bump PORTREVISION.

This completes my previous commit and fixes KDE_WALLET option.

PR:		156302 [1]
Submitted by:	Axel Gonzalez <loox@e-shell.net> [1]
Approved by:	lev (maintainer, implicit)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Apr 1 15:19:58 2011 UTC (10 months, 1 week ago) by avilla
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +14 -2 lines
- Fix plist when GNOME_KEYRING is on. [1]
- Add optional KDE KWallet support. [2]
- Bump PORTREVISION.

PR:		155395 [1]
		155419 [2]
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
Approved by:	lev (maintainer timeout)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Mar 5 12:10:31 2011 UTC (11 months, 1 week ago) by lev
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -2 lines
  IT IS SECURITY UPDATE!

  (1) Update to 1.5.16.
  (2) Disable mod_dav_svn building when it is disabled, but apache2 is installed

PR:		[2] ports/154223

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:31:28 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Sync to new bsd.autotools.mk

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Nov 24 22:51:09 2010 UTC (14 months, 2 weeks ago) by lev
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
 (1) Update to 1.6.15
 (2) Add support for DBD 5.x

PR:		ports/152553 (1), ports/152172 (2)
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com> (1), Martin Matuska <mm@FreeBSD.org>

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Oct 13 12:44:01 2010 UTC (15 months, 4 weeks ago) by lev
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
  Update to latest version 1.6.13

PR:		ports/151183, ports/151184

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jul 30 22:14:46 2010 UTC (18 months, 1 week ago) by mezz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -11 lines
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
  ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:		ports/148295
Approved by:	lev (maintainer timeout, no respone for months),
		portmgr
Tested by:	pointyhat-exp by pav

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jul 7 14:42:53 2010 UTC (19 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +9 -7 lines
  (1) Update to latest 1.6.12
  (2) Make NEON_VER configurable

Feature safe: yes

PR:		[2] ports/147300

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jun 3 02:49:22 2010 UTC (20 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +20 -26 lines
- Catch up with apache/apr related changes
  o Remove WITH_APACHE2_APR its always the port now
  o Remove some prelimiary checks for apr-1?-config
  o WITH_MOD_DAV_SVN now implies WITH_APACHE matching ports KNOBS
  o Simplify the apr-1?-config and include setup
  o if you build subversion WITHOUT WITH_APACHE or WITHOUT_APACHE you
    get devel/apr1 as the subverion developers intend.

PR:             ports/146777
Submitted by:   pgollucci@ (myself)
Approved by:    maintainer timeout (lev; 14 days; 3-in a row)
With Hat:       apache@

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon May 31 01:58:26 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu May 27 23:58:12 2010 UTC (20 months, 2 weeks ago) by obrien
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +9 -1 lines
Some ports have a rather hardcoded dependency on Subversion and specifically
devel/subversion (vs. devel/subversion-freebsd).
So combine the two - allowing one to build just "subversion" to satisfy
dependencies but with the FreeBSD hacks.

I have not done this via an OPTION as I do not know if we want to expose
"Build with FreeBSD hacks" to all the users of the Subversion port.  Instead
it keys off of 'WITH_FREEBSD_SUBVERSION'.  If putting this in OPTIONS is the
better approach I can follow up and do that.

Approved by:	maintainer timeout

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu May 27 23:51:32 2010 UTC (20 months, 2 weeks ago) by obrien
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +8 -1 lines
Add support to build with GNOME keyring auth.
(maintainer timeout)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue May 18 04:20:37 2010 UTC (20 months, 3 weeks ago) by pgollucci
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
- Missed one in previous devel/apr -> devel/apr

PR:             ports/146553
With Hat:       apache@

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed May 5 21:52:10 2010 UTC (21 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed May 5 21:47:48 2010 UTC (21 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
3/5: Fix apr-1.3 libnames to be apr-1
     PORTREVISION bumps comming next

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Apr 19 10:39:12 2010 UTC (21 months, 3 weeks ago) by lev
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +14 -4 lines
  Update to 1.6.11.
  Make new pkg-install/pkg-deinstall scripts, disabled if here is no mod_dav_svn.
  Add option to build and install svnauthz-validate, a tool to test authz files.

PR:		ports/145809, with some changes
Submitted by:	olli hauer <ohauer@gmx.de>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Feb 10 14:55:27 2010 UTC (2 years ago) by skv
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Fix some garbage in last commit (five-second rule in action!)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Feb 10 14:47:58 2010 UTC (2 years ago) by skv
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +10 -6 lines
Update to 1.6.9

Changes:	http://svn.apache.org/repos/asf/subversion/tags/1.6.9/CHANGES
PR:		ports/143175
Submitted by:	olli hauer <ohauer xx gmx.de>
Approved by:	maintainer timeout (lev; >1.5 month)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Nov 4 19:47:35 2009 UTC (2 years, 3 months ago) by lev
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -3 lines
   Unbreak for "fresh" systems.

PR:		ports/140250
Submitted by:	Josh Paetzel <josh@tcbug.org>, used solution - 	Alexey V.Degtyarev <alexey@renatasystems.org>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Oct 24 11:34:10 2009 UTC (2 years, 3 months ago) by lev
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
  Update to 1.6.6

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Aug 25 11:53:26 2009 UTC (2 years, 5 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
  (1) Update to 1.6.5
  (2) Unbroke Ruby bindings

PR:		[1] ports/138077, [2] ports/136621

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 6 22:06:35 2009 UTC (2 years, 6 months ago) by simon
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Update to Subversion 1.6.4.  This is a security update.

Security:	http://vuxml.FreeBSD.org/bce1f76d-82d0-11de-88ea-001a4d49522b.html
Security:	CVE-2009-2411
Approved by:	so (simon, security issue, maintainer bypass)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:33:37 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 26 11:37:13 2009 UTC (2 years, 7 months ago) by lev
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -15 lines
  (1) Update to 1.6.3
  (2) Cleanup DBD usage

PR:	(2) ports/135397

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon May 11 14:38:33 2009 UTC (2 years, 9 months ago) by lev
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
  Update to 1.6.2

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Apr 29 12:11:16 2009 UTC (2 years, 9 months ago) by lev
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -3 lines
  (1) Update to version 1.6.1
  (2) Fix asvn knoweledge about svn command location [1]
  (3) Add STATIC option to build only static binaries [2]
  (4) Activate mod_authz_svn in package installation [3]

PR:		[1] ports/133778, [3] ports/133898
Submitted by:	[2] David O'Brien

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 6 17:06:34 2009 UTC (2 years, 10 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +8 -2 lines
  (1) Put svn_hacks-1.2.diff to local-distfiles
  (2) Add optional module mod_dontdothat
  (3) Fix order of apache module loading
  (4) Make deinstall script much mor robust, it should not trash Apache config
      in case of various errors.

PR:		ports/133366 [2]
Submitted by:	Many users [1], olli hauer <ohauer@gmx.de> [2], Dag-Erling Smorgrav <des@des.no> [3]

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Apr 3 18:39:28 2009 UTC (2 years, 10 months ago) by lev
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -3 lines
  (1) Enable mod_authz_svn
  (2) Enable parallel build

PR:		ports/133121, ports/133016
Submitted by:	olli hauer <ohauer@gmx.de>, Martin Matuska <mm@FreeBSD.org>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Apr 3 18:17:20 2009 UTC (2 years, 10 months ago) by lev
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +10 -4 lines
  Update to version 1.6.0.
  Many new cool features, new WC version (autougrade), new repo version (NO AUTOUPGRADE)
  Read svn original documentation, please!

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jan 18 19:43:53 2009 UTC (3 years ago) by pgollucci
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -7 lines
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
  defaults changed: WITH_BDB=yes [1]
  convert APR_UTIL_* flags to KNOBS flag names
  optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
  defaults changed: WITH_BDB=yes [1]
  convert APR_UTIL_* flags to KNOBS flag names
  optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
  (sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use)
  GMAKE is not needed, so remove it
  split ./configure args into apr and apr-util args, they do not accept all the same options
  standardize on naming apr and apu to match other oses and the C code.
  create APR_WRKDIR And APU_WRKDIR for simplicity
  delete pre-extract target
  bump PORTREVISION

  NOTE: port still breaks hier(7), need to fix

o devel/kdesvn, devel/rapidsvn, devel/subcommander*, devel/subversion*
  devel/apr-svn -> devel/apr
  (subversion will pull in devel/apr)

Notes: dev@apr.apache.org, trunk in svn is as of TODAY(2008/01/03) 2.0.x, ports infra needs to prep for
       [devel/apr-0,] devel/apr-1, devel/apr-2

Helpful for PRs:    ports/117596, ports/83644, ports/96749, ports/110651, ports/118003, ports/128078
Fixes PRs:          ports/126053 [1]
Requeted by:        many on ports@, many on #bsdports [1]
Exp Run by :        pav

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 30 14:57:10 2008 UTC (3 years, 1 month ago) by lev
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
  Update book (WITH_BOOK option) to 1.5 version, which is frozen now and will not change anymore.

PR:		ports/129995

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 29 16:17:12 2008 UTC (3 years, 1 month ago) by lev
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
     Update to 1.5.5

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 27 16:53:48 2008 UTC (3 years, 3 months ago) by lev
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
  Add "--listen-host 0.0.0.0" to default svnserve flags, to listen on IPv4 addresses.

PR:		ports/128367

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Oct 25 20:22:18 2008 UTC (3 years, 3 months ago) by lev
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
  (1) Add SVN Book to distinfo
  (2) Fix typo

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Oct 25 09:06:20 2008 UTC (3 years, 3 months ago) by lev
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2 lines
  (1) Update to 1.5.4
  (2) Create SVNUSER in cases when SVHGROUP is created [1]
  (3) Change default repository path to "/home/svn/repos" in svnwrapper [1]
  (4) Fix typo [2]

PR:		[1] ports/122972, [2] ports/127347

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Sep 7 22:16:32 2008 UTC (3 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
- Update to 1.5.2

Request by:	Peter Wemm
Approved by:	portmgr (linimon)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:51 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jul 26 13:56:14 2008 UTC (3 years, 6 months ago) by lev
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +11 -11 lines
  (1) Update to 1.5.1
  (2) Toss options processing to build apr as subversion dependency, not as
      sirf one, if sirf is selected on very clean system. It allows to build
      apr with BDB option turned on, if needed.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 22 12:04:37 2008 UTC (3 years, 6 months ago) by lev
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
  Fix subversion's bindings building ob build cluster, when subversion everything, but
bindings are installed from packages.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jul 8 09:25:16 2008 UTC (3 years, 7 months ago) by lev
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -4 lines
  Fix building of bindings in BATCH mode (without options file at all):
invert checks such way, that default config without OPTIONS at all is equivalent
to default config, specified via OPTIONS.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 7 10:37:56 2008 UTC (3 years, 7 months ago) by lev
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +88 -2 lines
  (1) Move all options-related logic into Makefile.common, so bindings ports
      have proper CONFIGURE_ARGS now and will not fail to build when
      subversion was built with apache's apr
  (2) Bump devel/apr library version to 1.3
  (3) Increase PORTREVISION, of course.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 2 05:21:38 2008 UTC (3 years, 7 months ago) by lev
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -2 lines
  (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set
  (2) Fix CATEGORIES for devel/*-subversion ports
  (3) Add note to UPDATING about neon26/neon28 transition and
      binding changes.

PR:		ports/125168 [2]
Submitted by:	Dmitry Morozovsky <marck rinet ru> [1,2,3]

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 30 12:39:14 2008 UTC (3 years, 7 months ago) by lev
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
  Fix CATEGORIES for subversion & binding ports.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 30 10:00:04 2008 UTC (3 years, 7 months ago) by lev
Branches: MAIN
  (1) Upgrade subversion to version 1.5.0.
  (2) Make binding ports to be real ports, which installs only bindings and
      depend on subversion.
  (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
  (4) Re-base subversion-freebsd to `devel/subversion'.
  (5) Fix all ports, which depends on subversion bindings.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options