FreshPorts -- The Place For Ports Thu, 20 Nov 2008 12:55 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: devel/subversion/Makefile.common
CVSWeb

Number of commits found: 12

Mon, 27 Oct 2008
[ 16:53 lev ] Original commit 
1.12 devel/subversion/Makefile.common
1.3 devel/subversion/files/svnserve.in
  Add "--listen-host 0.0.0.0" to default svnserve flags, to listen on IPv4
addresses.

PR:             ports/128367
Sat, 25 Oct 2008
[ 21:22 lev ] Original commit 
1.11 devel/subversion/Makefile.common
1.60 devel/subversion/distinfo
  (1) Add SVN Book to distinfo
  (2) Fix typo
[ 10:06 lev ] Original commit 
1.124 devel/subversion/Makefile
1.10 devel/subversion/Makefile.common
1.3 devel/subversion/files/build-outputs.mk
1.59 devel/subversion/distinfo
1.2 devel/subversion/files/svnserve.in
  (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
Sun, 7 Sep 2008
[ 23:16 miwi ] Original commit 
1.9 devel/subversion/Makefile.common
1.58 devel/subversion/distinfo
- Update to 1.5.2

Request by:     Peter Wemm
Approved by:    portmgr (linimon)
Thu, 21 Aug 2008
[ 07:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 26 Jul 2008
[ 14:56 lev ] Original commit 
1.7 devel/subversion/Makefile.common
1.2 devel/subversion/files/build-outputs.mk
1.57 devel/subversion/distinfo
  (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.
Tue, 22 Jul 2008
[ 13:04 lev ] Original commit 
1.11 devel/p5-subversion/Makefile
1.8 devel/py-subversion/Makefile
1.8 devel/ruby-subversion/Makefile
1.6 devel/subversion/Makefile.common
  Fix subversion's bindings building ob build cluster, when subversion
everything, but
bindings are installed from packages.
Tue, 8 Jul 2008
[ 10:25 lev ] Original commit 
1.5 devel/subversion/Makefile.common
  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.
Mon, 7 Jul 2008
[ 11:37 lev ] Original commit 
1.129 devel/subversion-freebsd/Makefile
1.123 devel/subversion/Makefile
1.4 devel/subversion/Makefile.common
  (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.
Wed, 2 Jul 2008
[ 06:21 lev ] Original commit 
1.8 devel/p5-subversion/Makefile
1.6 devel/py-subversion/Makefile
1.6 devel/ruby-subversion/Makefile
1.3 java/subversion-java/Makefile
1.3 devel/subversion/Makefile.common
1.656 UPDATING
1.56 devel/subversion/distinfo
  (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]
Mon, 30 Jun 2008
[ 13:39 lev ] Original commit 
1.2 java/subversion-java/Makefile
1.2 devel/subversion/Makefile.common
  Fix CATEGORIES for subversion & binding ports.
[ 11:00 lev ] Original commit 
1.1638 MOVED
1.3122 devel/Makefile
1.6 devel/p5-Log-Accounting-SVN/Makefile
1.4 devel/p5-SVN-ACL/Makefile
1.4 devel/p5-SVN-Access/Makefile
1.5 devel/p5-SVN-Agent/Makefile
1.5 devel/p5-SVN-Log/Makefile
1.38 devel/p5-SVN-Mirror/Makefile
1.6 devel/p5-SVN-S4/Makefile
1.10 devel/p5-SVN-Simple/Makefile

(Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
  (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.

Number of commits found: 12

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13
firefox-develNov 13
firefox10Nov 13

13 vulnerabilities affecting 33 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 19405
Broken 158
Deprecated 81
Ignore 444
Forbidden 7
Restricted 271
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 64
Interactive 78
new 24 hours 2
new 48 hours3
new 7 days35
new fortnight69
new month114

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.674 seconds.