FreshPorts -- The Place For Ports Mon, 6 Sep 2010 1:45 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
I'm looking for a bit of assistance from a undernet IRC node operator please. I would like a cloaked hostname. Seems I'm attracting a bit of attention.
Port details
subversion 1.6.12_1 devel on this many watch lists=235 search for ports that depend on this port An older version of this port was marked as vulnerable.
Version control system
Maintained by: lev@freebsd.org search for ports maintained by this maintainer
Port Added: 14 Jan 2002 22:45:03


Subversion is a version control system designed to be as similar to cvs(1) 
as possible, while fixing many outstanding problems with cvs(1).

WWW: http://subversion.apache.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
devel/p5-subversion
devel/py-subversion
devel/ruby-subversion
devel/subversion-freebsd
java/subversion-java

Required To Build: devel/libtool22
Required Libraries: databases/sqlite3, www/neon29, devel/apr1, devel/gettext, databases/db42

To install the port: cd /usr/ports/devel/subversion/ && make install clean
To add the package: pkg_add -r subversion


Configuration Options
===> The following configuration options are available for subversion-1.6.12_1:
     MOD_DAV_SVN=off (default) "mod_dav_svn module for Apache 2.X"
     MOD_DONTDOTHAT=off (default) "mod_dontdothat for Apache 2.X"
     NEON=on (default) "WebDAV/Delta-V repo access module (neon)"
     SERF=off (default) "WebDAV/Delta-V repo access module (serf)"
     SASL=off (default) "SASL2 authorization support"
     BDB=on (default) "db4 repository backend"
     ASVN=off (default) "Build and install Archive SVN (asvn)"
     MAINTAINER_DEBUG=off (default) "Build debug version"
     SVNSERVE_WRAPPER=off (default) "Enable svnserve wrapper"
     SVNAUTHZ_VALIDATE=off (default) "install svnauthz-validate"
     STATIC=off (default) "Build static version (no shared libs)"
     GNOME_KEYRING=off (default) "Build with GNOME Keyring auth support"
     BOOK=off (default) "Install the Subversion Book"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/subversion/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-07-01
    Affects: users of devel/subversion*
    Author: Lev Serebryakov <lev@FreeBSD.org>
    Reason: 
      subversion now uses neon-0.28.x (www/neon28) port, and automatic
      portupgrade will fail because www/neon28 will conflict with installed
      www/neon26 port.
    
      You should upgrade neon library before subversion with the command:
    
    	# portupgrade -o www/neon28 neon26
    
      Also, if you use any special subversion ports with bindings, you
      should upgrade these ports to clean subversion port with
    
    	# portupgrade -o devel/subversion subversion-\*
    
      and install needed bindings (p5-subversion, py-subversion and/or
      ruby-subversion) after that.
    
      If you use subversion with bindings installed from devel/subversion
      with custom options, don't forget to install separate bindings ports
      after subversion upgrade.
    
    

  • 2008-06-22
    Affects: users of devel/subversion, subversion-devel and subversion-freebsd
             with apr from www/apache22
    Author: Clement Laforet <clement@FreeBSD.org>
    Reason: 
      apr and apr-util bundled with apache 2.2.9 have been upgraded to 1.3.x, so
      shared libraries' versions have been bumped. If you are using subversion
      with apache22 apr, you must rebuild subversion after the update.
    
    

Number of commits found: 172 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
30 Jul 2010 23:14:49
Original commit files touched by this commit  1.6.12_1
mezz search for other commits by this committer
- 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
07 Jul 2010 15:42:53
Original commit files touched by this commit  1.6.12
lev search for other commits by this committer
  (1) Update to latest 1.6.12
  (2) Make NEON_VER configurable

Feature safe: yes

PR:             [2] ports/147300
03 Jun 2010 03:49:22
Original commit files touched by this commit  1.6.11_3
pgollucci search for other commits by this committer
- 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@
31 May 2010 03:01:56
Original commit files touched by this commit  1.6.11_2
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
28 May 2010 00:58:12
Original commit files touched by this commit  1.6.11_1
obrien search for other commits by this committer
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
28 May 2010 00:51:32
Original commit files touched by this commit  1.6.11_1
obrien search for other commits by this committer
Add support to build with GNOME keyring auth.
(maintainer timeout)
18 May 2010 05:20:37
Original commit files touched by this commit  1.6.11_1
pgollucci search for other commits by this committer
- Missed one in previous devel/apr -> devel/apr

PR:             ports/146553
With Hat:       apache@
18 May 2010 05:05:05
Original commit files touched by this commit  1.6.11_1
pgollucci search for other commits by this committer
- Convert ports/ to devel/apr1

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
05 May 2010 22:52:39
Original commit files touched by this commit  1.6.11_1
pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
05 May 2010 22:47:49
Original commit files touched by this commit  1.6.11
pgollucci search for other commits by this committer
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@
19 Apr 2010 11:39:12
Original commit files touched by this commit  1.6.11
lev search for other commits by this committer
  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>
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.6.9
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
10 Feb 2010 14:55:27
Original commit files touched by this commit  1.6.9
skv search for other commits by this committer
Fix some garbage in last commit (five-second rule in action!)
10 Feb 2010 14:47:59
Original commit files touched by this commit  1.6.9
skv search for other commits by this committer
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)
04 Nov 2009 19:47:35
Original commit files touched by this commit  1.6.6_1
lev search for other commits by this committer
   Unbreak for "fresh" systems.

PR:             ports/140250
Submitted by:   Josh Paetzel <josh@tcbug.org>, used solution -  Alexey
V.Degtyarev <alexey@renatasystems.org>
24 Oct 2009 12:34:10
Original commit files touched by this commit  1.6.6
lev search for other commits by this committer
  Update to 1.6.6
25 Aug 2009 12:53:27
Original commit files touched by this commit  1.6.5
lev search for other commits by this committer
  (1) Update to 1.6.5
  (2) Unbroke Ruby bindings

PR:             [1] ports/138077, [2] ports/136621
06 Aug 2009 23:06:35
Original commit files touched by this commit  1.6.4
simon search for other commits by this committer
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)
02 Aug 2009 20:36:34
Original commit files touched by this commit  1.6.3
 This port version is marked as vulnerable.
mezz search for other commits by this committer
-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
26 Jun 2009 12:37:13
Original commit files touched by this commit  1.6.3
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.6.3
  (2) Cleanup DBD usage

PR:     (2) ports/135397
11 May 2009 15:38:33
Original commit files touched by this commit  1.6.2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.6.2
01 May 2009 19:30:46
Original commit files touched by this commit  1.6.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix FreeBSD hacks finally

PR:             ports/134133
30 Apr 2009 08:42:50
Original commit files touched by this commit  1.6.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix FreeBSD hacks not to crash on memory deallocation.

PR:             ports/134091
Submitted by:   Giorgos Keramidas <keramida@freebsd.org>
29 Apr 2009 13:11:18
Original commit files touched by this commit  1.6.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (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
06 Apr 2009 18:06:34
Original commit files touched by this commit  1.6.0_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (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]
03 Apr 2009 19:39:28
Original commit files touched by this commit  1.6.0_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (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>
03 Apr 2009 19:17:21
Original commit files touched by this commit  1.6.0
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to version 1.6.0.
  Many new cool features, new WC version (autougrade), new repo version (NO
AUTOUPGRADE)
  Read svn original documentation, please!
18 Jan 2009 19:43:53
Original commit files touched by this commit  1.5.5_1
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
30 Dec 2008 14:57:10
Original commit files touched by this commit  1.5.5_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update book (WITH_BOOK option) to 1.5 version, which is frozen now and will
not change anymore.

PR:             ports/129995
29 Dec 2008 16:17:12
Original commit files touched by this commit  1.5.5
 This port version is marked as vulnerable.
lev search for other commits by this committer
     Update to 1.5.5
27 Oct 2008 16:53:49
Original commit files touched by this commit  1.5.4_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Add "--listen-host 0.0.0.0" to default svnserve flags, to listen on IPv4
addresses.

PR:             ports/128367
25 Oct 2008 21:22:18
Original commit files touched by this commit  1.5.4_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Add SVN Book to distinfo
  (2) Fix typo
25 Oct 2008 10:06:21
Original commit files touched by this commit  1.5.4
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (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
07 Sep 2008 23:16:32
Original commit files touched by this commit  1.5.2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.5.2

Request by:     Peter Wemm
Approved by:    portmgr (linimon)
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.5.1
 This port version is marked as vulnerable.
rafan search for other commits by this committer
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
26 Jul 2008 14:56:14
Original commit files touched by this commit  1.5.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (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.
22 Jul 2008 13:04:37
Original commit files touched by this commit  1.5.0_4
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix subversion's bindings building ob build cluster, when subversion
everything, but
bindings are installed from packages.
08 Jul 2008 10:25:16
Original commit files touched by this commit  1.5.0_3
 This port version is marked as vulnerable.
lev search for other commits by this committer
  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.
07 Jul 2008 11:37:56
Original commit files touched by this commit  1.5.0_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (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.
02 Jul 2008 06:21:39
Original commit files touched by this commit  1.5.0_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (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]
30 Jun 2008 16:06:15
Original commit files touched by this commit  1.4.6_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add missing distfile for -freebsd slave port.
30 Jun 2008 13:39:14
Original commit files touched by this commit  1.4.6_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix CATEGORIES for subversion & binding ports.
30 Jun 2008 11:00:07
Original commit files touched by this commit  1.5.0
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (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.
06 Jun 2008 15:33:40
Original commit files touched by this commit  1.4.6_2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
04 Jun 2008 19:13:51
Original commit files touched by this commit  1.4.6_1
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Add subversion-devel and subversion-freebsd to CONFLICTS
05 May 2008 09:33:57
Original commit files touched by this commit  1.4.6_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible
29 Jan 2008 12:26:32
Original commit files touched by this commit  1.4.6_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Add proper CONFLICTS clauses.

PR:             ports/119782
Submitted by:   TAOKA Fumiyoshi
29 Jan 2008 12:17:05
Original commit files touched by this commit  1.4.6_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Download compressed book [1]
  Change some hard-coded paths to variables [1]
  Fix pkg-plist for Java bindings [2]

PR:             ports/119782 [1], ports/117357 [2]
Submitted by:   TAOKA Fumiyoshi [1], bf [2]
14 Jan 2008 09:04:24
Original commit files touched by this commit  1.4.6
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 1.4.6
- Add OPTIONS

PR:             ports/119152
Submitted by:   mm
Approved by:    maintainer (timeout)
07 Oct 2007 06:45:04
Original commit files touched by this commit  1.4.4_1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:            portmgr
08 Sep 2007 01:59:21
Original commit files touched by this commit  1.4.4_1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
04 Aug 2007 12:41:31
Original commit files touched by this commit  1.4.4_1
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
28 Jul 2007 19:25:14
Original commit files touched by this commit  1.4.4_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix `rc.d/svnserve' installation
18 Jul 2007 12:27:49
Original commit files touched by this commit  1.4.3_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Add book files to `distinfo'
18 Jul 2007 09:03:30
Original commit files touched by this commit  1.4.4
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.4.4
  Fix `svnserve' startup script to know about svnserve wrapper [1]

PR:             [1] ports/113818
17 Mar 2007 07:53:12
Original commit files touched by this commit  1.4.3_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  subversion doesn't "support" neon 0.26.3, only 0.26.2 does.
16 Mar 2007 10:03:11
Original commit files touched by this commit  1.4.3_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update `www/neon' to 0.26.3
  (2) Bump port revisions (and dependencies) on all ports, using libneon
  (3) Mark `devel/bazaar' broken, it doesn't support new neon version.
      Approved by maintainer.
  (4) Mark `www/neonpp' broken, it doesn't support new neon version.
      Maintainer timeout.
04 Feb 2007 17:14:33
Original commit files touched by this commit  1.4.3
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.4.3

PR:             ports/108644
09 Nov 2006 13:54:13
Original commit files touched by this commit  1.4.2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Upgrade to version 1.4.2
13 Sep 2006 11:20:27
Original commit files touched by this commit  1.4.0_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix build with -DWITH_SVNSERVE_WRAPPER

PR:             ports/103213
12 Sep 2006 13:46:30
Original commit files touched by this commit  1.4.0
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.4.0 release
  (2) Migrate book to stable version 1.2
  (3) Add images to HTML book
  (4) Add dependency to gfind (findutils) for asvn
  (5) Improve asvn script

PR:             ports/99177 [4],[5]
Submitted by:   David Robillard <david.robillard@gmail.com> [3]
04 Aug 2006 13:34:50
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
10 Jul 2006 19:32:32
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove a new crop of the long-spurious FreeBSD KEYWORDs.
06 Jun 2006 19:52:10
Original commit files touched by this commit  1.3.2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.3.2.
  (2) Fix installation of apache module in case of apache > 2.0.
  (3) Fix some portlint warnings.

PR:             ports/97932 [2]
25 May 2006 12:17:17
Original commit files touched by this commit  1.3.1_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Fix building with latest apache 2.0
  (2) Add `asvn' support.
  (3) Add rc.d script for svnserve.

PR:             ports/96967 [1], ports/97457 [2], ports/91970 [3]
04 May 2006 22:41:12
Original commit files touched by this commit  1.3.1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
20 Apr 2006 11:26:29
Original commit files touched by this commit  1.3.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to latest 1.3.1 release.
  Fix URL of HTML book.
17 Mar 2006 17:51:55
Original commit files touched by this commit  1.3.0_4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Show knob options in pre-everything instead of pre-extract

PR:             93721
Approved by:    lev (maintainer timeout, 22 days)
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.3.0_4
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
30 Jan 2006 23:20:05
Original commit files touched by this commit  1.3.0_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
06 Jan 2006 17:40:23
Original commit files touched by this commit  1.3.0_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix book's entries in distinfo.
  Fix URL of HTML book (site responses with redirect now).

Submitted by:   Many
05 Jan 2006 08:40:10
Original commit files touched by this commit  1.3.0_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Bump neon shared libary version, bump PORTREVISION to force upgrade.
03 Jan 2006 16:55:38
Original commit files touched by this commit  1.3.0
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.3.0 release.
17 Dec 2005 18:51:44
Original commit files touched by this commit  1.3.0.r4_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  One more fix to support all apaches 2.0+. Activate mod_dav for proper version
of apache.
16 Dec 2005 18:52:10
Original commit files touched by this commit  1.3.0.r4_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Properly process apache port versions.
  (2) Set proper permissions on ${PREFIX}/share/subversion

PR:             89606 [2]
11 Dec 2005 11:05:27
Original commit files touched by this commit  1.3.0.r4
 This port version is marked as vulnerable.
lev search for other commits by this committer
 (1) Update ot 1.3.0.r4. It is official, public RC.
     Rollback to 1.2.3 is impossible with new apr and swig
     in ports tree: all bindings are broken with these
     versions :(
 (2) Fix problems with new apache build infrastructure.

 I'm sorry for long pause
04 Dec 2005 00:18:15
Original commit files touched by this commit  1.3.0.r2
 This port version is marked as vulnerable.
clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
30 Nov 2005 15:30:30
Original commit files touched by this commit  1.3.0.r2
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Fix problem with WITH_BOOK knob. The book isn't part of the subversion
distfile anymore, so fetch svn-book.{html,pdf} as well if WITH_BOOK is defined.
- Add SHA256 checksum.

PR:             ports/89153
Submitted by:   Benjamin Lutz <benlutz@datacomm.ch>
Reviewed by:    flz
Approved by:    maintainer timeout (2 weeks)
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.3.0.r2
 This port version is marked as vulnerable.
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
05 Nov 2005 16:54:31
Original commit files touched by this commit  1.3.0.r2
 This port version is marked as vulnerable.
lev search for other commits by this committer
 (1) Update to 1.3.0-rc2
 (2) Fix minor issues with Makefile (messages)
 (3) Fix pkg-plist in case of using apache21

PR:             ports/87607 [2], ports/88410 [3]
02 Nov 2005 10:17:51
Original commit files touched by this commit  1.2.3_3
 This port version is marked as vulnerable.
lev search for other commits by this committer
  [1] Fix perl bindings
  [2] Fix building of bindings on amd64 and ia64

PR:             [1] ports/88209
01 Nov 2005 13:27:39
Original commit files touched by this commit  1.2.3_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Chase apr update

Pointy hat to:  rodrigc
16 Sep 2005 13:07:30
Original commit files touched by this commit  1.2.3_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Add support for apache21

PR:             ports/85900
16 Sep 2005 13:01:00
Original commit files touched by this commit  1.2.3
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to version 1.2.3
  Enable Java HL bindings on 5.3 and newer systems.
01 Aug 2005 01:19:14
Original commit files touched by this commit  1.2.1
 This port version is marked as vulnerable.
bmah search for other commits by this committer
Really unbreak WITH_BOOK option by creating the book directory
before trying to put files there.

While here, fix a minor typo in an output line.

Approved by:    lev (port MAINTAINER)
29 Jul 2005 12:15:27
Original commit files touched by this commit  1.2.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.2.1.
  Add ruby bindings [1].
  Fix WITH_BOOK option [2].

PR:             ports/82949 [1], ports/81808 [2]
26 May 2005 06:18:11
Original commit files touched by this commit  1.2.0
 This port version is marked as vulnerable.
bmah search for other commits by this committer
Fix typo:  s/May useful scripts/Many useful scripts/.

Approved by:    lev (MAINTAINER)
25 May 2005 21:08:44
Original commit files touched by this commit  1.2.0
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.2.0
12 Apr 2005 04:26:57
Original commit files touched by this commit  1.1.4
 This port version is marked as vulnerable.
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  1.1.4
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
10 Apr 2005 15:56:45
Original commit files touched by this commit  1.1.4
 This port version is marked as vulnerable.
lev search for other commits by this committer
  [0] Update to 1.1.4.

  [1] Add target `rpository' and ability to create fsfs repository.
      Default repository format is `bdb' for compatibility.
      It will be changed in 1.2.0.

  [2] Fix perl bindings patch.

PR:             [1] ports/78379
                [2] ports/77453
Submitted by:   [1] Roman Neuhauser <neuhauser@chello.cz>
                [2] Andrey Slusar <anrays@gmail.com>
30 Mar 2005 03:05:03
Original commit files touched by this commit  1.1.3
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- devel/subversion-perl (WITH_PERL) installs perllocal.pod, get rid of it.
- for ports incorrectly installs perllocal.pod, please
  % perldoc ExtUtils::MakeMaker
  and search for "pure_install"

PR:             79293
Submitted by:   Ying-Chieh Chen <yinjieh AT csie dot nctu dot edu dot tw>
Approved by:    portmgr (marcus), maintainer (lev)
03 Feb 2005 20:21:54
Original commit files touched by this commit  1.1.3
 This port version is marked as vulnerable.
lev search for other commits by this committer
 Update to 1.1.3
 Add ability to build without db4 (WITHOUT_BDB)
 Install precompiled HTML book and PDF book [1]

PR:             [1] ports/75411
11 Nov 2004 06:50:34
Original commit files touched by this commit  1.1.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
 WITHOUT_GETTEXT -> WITHOUT_NLS

Submitted by:   Kirill Ponomarew <krion@voodoo.oberon.net>, Mark Linimon
<linimon@lonesome.com>
10 Nov 2004 20:40:19
Original commit files touched by this commit  1.1.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Add conditional USE_GETTEXT=yes (turned on by default).
  WITHOUT_GETTEXT build works too.
05 Nov 2004 15:42:05
Original commit files touched by this commit  1.1.1
 This port version is marked as vulnerable.
lev search for other commits by this committer
  (1) Update to 1.1.1 and supports `devel/apr' of version 1.0.0
  (2) Add installation of usefuls scripts and tools into `share/subversion'
  (3) Prepare for JavaHL bindings, but `devel/apr' have problems with threads on
STABLE now.

PR:             73135, 72551, 52797, 72665.
Submitted by:   Many people, especially bmah@
15 Oct 2004 22:41:09
Original commit files touched by this commit  1.0.8
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Chase apr shlib bump

Pointy hat:     kuryiama
26 Sep 2004 08:37:00
Original commit files touched by this commit  1.0.8
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Update to 1.0.8: security fix.

PR:             ports/72070
Submitted by:   bmah
Approved by:    portmgr (Mark Linimon)
21 Aug 2004 19:33:26
Original commit files touched by this commit  1.0.6_2
 This port version is marked as vulnerable.
lev search for other commits by this committer
  Fix stupid errors in Makefile.
  Remove `*.la' installation.
  Remove `*.a' installation for Python module.

PR:             ports/70694
Submitted by:   Yen-Ming Lee <leeym@utopia.leeym.com>
19 Aug 2004 21:40:29
Original commit files touched by this commit  1.0.6_1
 This port version is marked as vulnerable.
lev search for other commits by this committer
 [1] Add patches for perl bindings, backported from subversion 1.1 branch
 [2] Add optional ability to build HTML version of "Subversion book"
 [3] Add ability to build without libneon (with disabled WeDAV client)

PR:             ports/70368 with changes [1],
                ports/68781 [2]
Submitted by:   Rong-En Fan <rafan@infor.org> [1],
                Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [2]

Number of commits found: 172 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
lftpSep 03
wgetSep 03
wget-develSep 03
p5-libwwwAug 31
quaggaAug 25
bugzillaAug 24
bugzilla2Aug 24
openttdAug 22
corkscrewAug 21
phpmyadminAug 21
phpmyadmin211Aug 21
ruby18-nopthreads*Aug 20
ruby19*Aug 20
slim*Aug 20
vlcAug 14

8 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 22135
Broken 202
Deprecated 77
Ignore 859
Forbidden 2
Restricted 383
No CDROM 132
Vulnerable 57
Expired 44
Set to expire 65
Interactive 63
new 24 hours 0
new 48 hours2
new 7 days33
new fortnight62
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.742 seconds.