Commit graph

17 commits

Author SHA1 Message Date
Philip M. Gollucci
c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Martin Wilke
beec346c19 - Update to 1.3.1
PR:		127404
Submitted by:	Ralf van Dooren <r.vdooren@snow.nl> (maintainer)
2008-09-26 09:07:56 +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
Martin Wilke
735efb6e3b - Add missing dependency
PR:		124214
Submitted by:	Jeffrey Goldberg <jeffrey@goldmark.org>
Approved by:	maintainer
2008-06-03 12:26:15 +00:00
Cheng-Lung Sung
1ae8992454 - Update to 1.3.0
PR:		ports/104911
Submitted by:	maintainer (Ralf van Dooren)
2006-11-24 02:18:47 +00:00
Yen-Ming Lee
bf5ba3abaa - remove redundant patch
Noticed by:	tobez
2006-06-23 11:31:55 +00:00
Yen-Ming Lee
187045daf6 - Update to 1.2.9
PR:		98255
Submitted by:	leeym
Approved by:	maintainer timeout
2006-06-16 07:05:10 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Anton Berezin
409cb84a3b Update to 1.2.1.
PR:		85543
Submitted by:	maintainer
2005-09-01 08:55:01 +00:00
Jean-Yves Lefort
421e4cc3bc Update to 1.1.7
PR:		ports/80400
Submitted by:	maintainer
2005-04-28 14:37:56 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Pav Lucistnik
05cc2e4771 - Update to 1.1.6
PR:		ports/76248
Submitted by:	Ralf van Dooren <r.vdooren@snow.nl> (maintainer)
2005-01-15 01:48:06 +00:00
Kirill Ponomarev
ed3ff4cd41 - Update to version 1.1.3
PR:		ports/66440
Submitted by:	maintainer
2004-05-10 11:56:52 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Mark Linimon
38e6cc9504 Update to 1.1.0. See ChangeLog for complete details. Note:
+------------------------------------------------------------------------------
+UPGRADE NOTICE (Important)
+------------------------------------------------------------------------------
+  If you are upgrading from a previous version of rsnapshot, please be aware
+  of the following differences:
+
+    - The first backup interval must have a value of at least 2 if more than
+      one backup interval is defined.
+
+    - rsnapshot now returns 1 on errors (instead of -1). rsnapshot still
+      returns 0 on success.
+
+------------------------------------------------------------------------------

PR:		ports/62341
Submitted by:	Ralf van Dooren <r.vdooren@snow.nl> (maintainer)
2004-02-08 07:32:41 +00:00
Sergei Kolobov
45a91a78ee Add rsnapshot 1.0.9, filesystem snapshot utility based on rsync(1).
rsnapshot makes it easy to make periodic snapshots of local machines,
and remote machines over ssh. The code makes extensive use of hard links
whenever possible, to greatly reduce the disk space required.

It is written entirely in perl with no module dependencies, and has been
tested with versions 5.004 through 5.8.1.

WWW:	http://www.rsnapshot.org

PR:		60873
Submitted by:	Ralf van Dooren <r.vdooren@snow.nl>
2004-01-14 18:02:34 +00:00