FreshPorts -- The Place For Ports Fri, 29 Aug 2008 11:08 PM BST
FreshPorts is now running off the BETA server. Enjoy for now.
non port: devel/subversion-devel/Makefile
CVSWeb

Number of commits found: 10

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)
Mon, 30 Jun 2008
[ 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.
Sat, 21 Jun 2008
[ 21:09 itetcu ] Original commit 
1.127 devel/subversion-devel/Makefile
1.127 devel/subversion-freebsd/Makefile
1.58 devel/subversion-devel/distinfo
Update to 1.5.0 (identical to rc11).

Submitted by:   peter@
Approved by:    maintainer implicit
Mon, 16 Jun 2008
[ 00:28 edwin ] Original commit 
1.126 devel/subversion-devel/Makefile
Use DISTVERSION instead of PORTVERSION.
Requested to be done by itetcu@ (you lazy bum! :-)
Sun, 15 Jun 2008
[ 23:27 itetcu ] Original commit 
1.125 devel/subversion-devel/Makefile
1.57 devel/subversion-devel/distinfo
Update from 1.5.0-rc7 to -rc11

Submitted by:   peter@
Approved by:    maintainer implicit
Fri, 6 Jun 2008
[ 15:33 edwin ] Original commit 
1.65 accessibility/at-spi/Makefile
1.66 accessibility/gail/Makefile
1.52 databases/namazu2/Makefile
1.82 devel/gettext/Makefile
1.134 devel/gnome-vfs/Makefile
1.45 devel/libgsf/Makefile
1.124 devel/subversion-devel/Makefile
1.121 devel/subversion/Makefile
1.326 editors/vim/Makefile
1.42 emulators/vmware-guestd5/Makefile

(Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 1 Jun 2008
[ 04:52 dougb ] Original commit 
1.123 devel/subversion-devel/Makefile
1.124 devel/subversion-freebsd/Makefile
When I said "my work" in the previous commit what I should have said was,
"my modifications to lev's devel/subversion port in order to use the
1.5.0 RC and add peter's patches."
[ 04:46 dougb ] Original commit 
1.122 devel/subversion-devel/Makefile
1.123 devel/subversion-freebsd/Makefile
1.4 devel/subversion-freebsd/files/build-outputs.mk.patch
1.56 devel/subversion-devel/distinfo
1.56 devel/subversion-freebsd/distinfo
1.2 devel/subversion-freebsd/files/patch-build--ac-macros--neon.m4
1.2 devel/subversion-freebsd/files/patch-build--ltmain.sh
1.16 devel/subversion-freebsd/files/patch-configure
1.4 devel/subversion-freebsd/files/patch-contrib--client-side--asvn
1.2 devel/subversion-freebsd/files/patch-subversion::bindings::swig::perl::natives::Base.pm

(Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
First, FWIW the ports that were originally committed to subversion-devel
and subversion-freebsd were my work. rodrigc did great work on the
www/serf port which subversion 1.5.0 can use if it's enabled.

These changes actually accomplish what peter asked for, a subversion-devel
that is a generic port of the 1.5.0 release candidate, and a -freebsd
version that is a slave to that port, to add some custom hacks that are
necessary only for accessing the FreeBSD Project repository.

So in the process, update COMMENTs, pkg-descrs, etc. to suit, and remove
the majority of the stuff from the -freebsd version since those things
are not needed for the slave port. Also make conditional those things
in the -devel port that need to be conditional in the master, and update
the definitions and defaultedness of the neon and serf OPTIONS.

It is intended that when devel/subversion is updated to 1.5.x that the
-freebsd port be pointed in that direction. Also, lev has volunteered to
maintain this stuff in the long term, I'm simply helping out right now
so that we can get it off the ground.
[ 01:52 edwin ] Original commit 
1.3075 devel/Makefile
1.121 devel/subversion-devel/Makefile
1.55 devel/subversion-devel/distinfo
1.3 devel/subversion-devel/files/patch-contrib--client-side--asvn
1.4 devel/subversion-devel/pkg-deinstall
1.4 devel/subversion-devel/pkg-descr
1.39 devel/subversion-devel/pkg-plist
1.2 devel/subversion-devel/files/svnserve.in
1.3 devel/subversion-devel/files/svnserve.wrapper
subversion-devel and subversion-freebsd ports required

    For the upcoming migration of the FreeBSD src repository from
    CVS to subversion, we need two ports to be created: subversion-devel
    -> this port will track subversion 1.5, until it is released
    -> according the to the subversion developers, we cannot make
    pre-release versions of subversion part of any official
    distributions: http://svn.haxx.se/dev/archive-2008-05/1096.shtml
    but, we need to get something going for people to use and test
    the new FreeBSD svn repository -> should use www/serf port if
    possible see PR 124059

    subversion-freesbd -> this will be based on subversion-devel,
    but with have some private patches from Peter Wemm available
    at: http://people.freebsd.org/~peter/

PR:             ports/124060
Submitted by:   Craig Rodrigues <rodrigc@crodrigues.org>
[ 01:34 edwin ] Original commit 
1.120 devel/subversion-devel/Makefile
1.54 devel/subversion-devel/distinfo
1.3 devel/subversion-devel/pkg-deinstall
1.3 devel/subversion-devel/pkg-descr
1.38 devel/subversion-devel/pkg-plist
Forced commit to let the world know about the repocopy of
devel/subversion to devel/subversion-devel.

Number of commits found: 10

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

9 vulnerabilities affecting 12 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
Traffic

Calculated hourly:
Port count 19053
Broken 161
Deprecated 80
Ignore 427
Forbidden 6
Restricted 306
No CDROM 130
Vulnerable 50
Expired 12
Set to expire 61
Interactive 78
new 24 hours 2
new 48 hours7
new 7 days26
new fortnight63
new month223

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