Commit Graph

143 Commits

Author SHA1 Message Date
Philip M. Gollucci
4877c5ead2 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
2009-01-18 19:43:53 +00:00
Lev A. Serebryakov
383884c4bf Update book (WITH_BOOK option) to 1.5 version, which is frozen now and will not change anymore.
PR:		ports/129995
2008-12-30 14:57:10 +00:00
Lev A. Serebryakov
6448e6c85d Update to 1.5.5 2008-12-29 16:17:12 +00:00
Lev A. Serebryakov
e91180ef43 Add "--listen-host 0.0.0.0" to default svnserve flags, to listen on IPv4 addresses.
PR:		ports/128367
2008-10-27 16:53:49 +00:00
Lev A. Serebryakov
b4ffe7479e (1) Add SVN Book to distinfo
(2) Fix typo
2008-10-25 20:22:18 +00:00
Lev A. Serebryakov
c5f24792a6 (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
2008-10-25 09:06:21 +00:00
Martin Wilke
087f05fcfa - Update to 1.5.2
Request by:	Peter Wemm
Approved by:	portmgr (linimon)
2008-09-07 22:16:32 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Lev A. Serebryakov
fd0463545b (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.
2008-07-26 13:56:14 +00:00
Lev A. Serebryakov
5de5a17c06 Fix subversion's bindings building ob build cluster, when subversion everything, but
bindings are installed from packages.
2008-07-22 12:04:37 +00:00
Lev A. Serebryakov
f2a96f4017 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.
2008-07-08 09:25:16 +00:00
Lev A. Serebryakov
279cb68999 (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.
2008-07-07 10:37:56 +00:00
Lev A. Serebryakov
9c0af88e61 (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]
2008-07-02 05:21:39 +00:00
Alex Dupre
cf73ff829f Add missing distfile for -freebsd slave port. 2008-06-30 15:06:15 +00:00
Lev A. Serebryakov
7979636c95 Fix CATEGORIES for subversion & binding ports. 2008-06-30 12:39:14 +00:00
Lev A. Serebryakov
9ffc02942d (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.
2008-06-30 10:00:07 +00:00
Edwin Groothuis
a550b67ae0 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)
2008-06-06 14:33:40 +00:00
Doug Barton
53917d4e97 Add subversion-devel and subversion-freebsd to CONFLICTS 2008-06-04 18:13:51 +00:00
Edwin Groothuis
f970dfe37e Rename www/neon to www/neon26 to make the integration
of www/neon28 possible
2008-05-05 08:33:57 +00:00
Lev A. Serebryakov
b9d1175f76 Add proper CONFLICTS clauses.
PR:		ports/119782
Submitted by:	TAOKA Fumiyoshi
2008-01-29 12:26:32 +00:00
Lev A. Serebryakov
805ff1e7d8 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]
2008-01-29 12:17:05 +00:00
Martin Matuska
2afad3e2ae - Update to 1.4.6
- Add OPTIONS

PR:		ports/119152
Submitted by:	mm
Approved by:	maintainer (timeout)
2008-01-14 09:04:24 +00:00
Mark Linimon
581e69adb2 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
2007-10-07 05:45:04 +00:00
Mark Linimon
9839011ec3 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
2007-09-08 01:12:10 +00:00
Gabor Kovesdan
42542fb076 - 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)
2007-08-04 11:41:30 +00:00
Lev A. Serebryakov
a95c258931 Fix `rc.d/svnserve' installation 2007-07-28 18:25:14 +00:00
Lev A. Serebryakov
d3b54c4428 Add book files to `distinfo' 2007-07-18 11:27:49 +00:00
Lev A. Serebryakov
7b94643d06 Update to 1.4.4
Fix `svnserve' startup script to know about svnserve wrapper [1]

PR:		[1] ports/113818
2007-07-18 08:03:30 +00:00
Lev A. Serebryakov
98df6b6b0b subversion doesn't "support" neon 0.26.3, only 0.26.2 does. 2007-03-17 07:53:12 +00:00
Lev A. Serebryakov
de7020af32 (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.
2007-03-16 10:03:11 +00:00
Lev A. Serebryakov
184f3809bf Update to 1.4.3
PR:		ports/108644
2007-02-04 17:14:33 +00:00
Lev A. Serebryakov
d2424e5b1c Upgrade to version 1.4.2 2006-11-09 13:54:13 +00:00
Lev A. Serebryakov
b12b86d874 Fix build with -DWITH_SVNSERVE_WRAPPER
PR:		ports/103213
2006-09-13 10:20:27 +00:00
Lev A. Serebryakov
0c0e8fd828 (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]
2006-09-12 12:46:30 +00:00
Erwin Lansing
50513d5d52 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
2006-08-04 12:34:50 +00:00
Doug Barton
1d30f689bc Remove a new crop of the long-spurious FreeBSD KEYWORDs. 2006-07-10 18:32:32 +00:00
Lev A. Serebryakov
79f8a17397 (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]
2006-06-06 18:52:10 +00:00
Lev A. Serebryakov
64c939477f (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]
2006-05-25 11:17:17 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Lev A. Serebryakov
1d054991eb Update to latest 1.3.1 release.
Fix URL of HTML book.
2006-04-20 10:26:29 +00:00
Marcus Alves Grando
6f61313800 - Show knob options in pre-everything instead of pre-extract
PR:		93721
Approved by:	lev (maintainer timeout, 22 days)
2006-03-17 17:51:55 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Lev A. Serebryakov
46508747a9 Fix book's entries in distinfo.
Fix URL of HTML book (site responses with redirect now).

Submitted by:	Many
2006-01-06 17:40:22 +00:00
Lev A. Serebryakov
29580421f5 Bump neon shared libary version, bump PORTREVISION to force upgrade. 2006-01-05 08:40:10 +00:00
Lev A. Serebryakov
982c2719f9 Update to 1.3.0 release. 2006-01-03 16:55:38 +00:00
Lev A. Serebryakov
a921411609 One more fix to support all apaches 2.0+. Activate mod_dav for proper version of apache. 2005-12-17 18:51:44 +00:00
Lev A. Serebryakov
33d0e8ee26 (1) Properly process apache port versions.
(2) Set proper permissions on ${PREFIX}/share/subversion

PR:		89606 [2]
2005-12-16 18:52:10 +00:00
Lev A. Serebryakov
f610cb41ec (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
2005-12-11 11:05:26 +00:00
Clement Laforet
05684b80dd - 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
2005-12-04 00:18:15 +00:00