Commit graph

25 commits

Author SHA1 Message Date
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Chris Rees
99cad1d137 - Update to 4.24.3
- Pass maintainership to submitter
- While here, use PORTDATA and PORTDOCS

PR:		ports/159289
Submitted by:	aryeh.friedman@gmail.com
2011-08-18 20:22:30 +00:00
Olli Hauer
d6db46aade -remove MD5 2011-07-03 14:59:23 +00:00
Alejandro Pulver
155dfa9f7c - Drop maintainership. 2010-10-11 02:27:20 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Pav Lucistnik
07b2788864 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-19 22:07:43 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Alejandro Pulver
729f218c1a - Avoid wrongly detecting strverscmp() as it's not in the base system.
PR:		ports/124891
Submitted by:	Robert Jenssen <robertjenssen@ozemail.com.au>
2008-08-11 01:34:45 +00:00
Edwin Groothuis
090059a210 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:17:21 +00:00
Alejandro Pulver
a9155381f5 - Forgot to add patch referenced in previous commit. 2008-03-23 18:49:30 +00:00
Alejandro Pulver
fd60d46f2e - Fix building in FreeBSD < 7.x (with conditional patch).
- Fix pkg-plist (2 missing entries).

Reported by:	pointyhat (pav, erwin)
2008-03-23 18:45:00 +00:00
Alejandro Pulver
2d8f85106d - Update to version 4.24. 2008-03-17 16:05:05 +00:00
Alejandro Pulver
42b0673f5a - Update to version 4.22.2. 2008-01-12 04:27:46 +00:00
Alejandro Pulver
1de483bdff - Remove devel/cook and devel/fhist dependencies (optional).
- Add a note in pkg-message about them.
- Bump PORTREVISION.
2008-01-05 00:57:13 +00:00
Alejandro Pulver
fda41532f6 Aegis is a transaction-based software configuration management system. It
provides a framework within which a team of developers may work on many
changes to a program independently, and Aegis coordinates integrating these
changes back into the master source of the program, with as little disruption
as possible. Some key features:

* All operations on the repository are based on change sets.
* True configurations. All changes are reproducible snapshots. Every change
  set has a unique configuration identifier.
* Ability to rename files without losing their history.
* Binary files are supported.
* File meta-data are versioned. Aegis versions permissions also.
* Commits are truly atomic. No part of a commit takes effect until the entire
  commit has succeeded. Log messages are attached to the change set, not
  stored redundantly in each file.
* Access controls on lines of development (branches). Creating a branch in
  Aegis can be accomplished with a single, fast command.
* Repository synchronization, geographically distributed development.
* Optimal performance for all users, local or remote (no difference).
* Disconnected commits.
* Peer-to-peer architecture. Work may flow in without involving a master site.
* Costs are proportional to change size, not data size.

WWW:	http://aegis.sourceforge.net/
2008-01-04 18:32:32 +00:00
Mark Linimon
a335efdd3f As previously announced, remove these files due to their having passed
their expiration dates.  See individual Makefiles (or MOVED) for reasons.

Hat:	portmgr
2005-07-19 02:30:05 +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
Mark Linimon
4b905fadf7 At maintainer's request, reassign to ports@FreeBSD.org. This port is
now available for adoption.  However, from his email:

  I have looked at the problem for a while myself. and also notified
  the upstream community both of the problem, and of my wish to drop
  maintainership.

  Nobody has expressed an interest in either fixing the issue or in
  taking over the port, so I don't think the users of the software care
  whether there's a FreeBSD port or not.  Either that or they don't care
  about it enough to read the aegis-users mailing list.

  I would therefore like you to change maintainer to ports@, mark the
  thing as BROKEN, and schedule it for removal.
2005-04-08 06:21:56 +00:00
Kris Kennaway
94c30861d5 BROKEN: Changes ownership of installed locale files
Approved by:	portmgr (self)
2005-03-26 19:25:24 +00:00
Kris Kennaway
857b2a8349 Does not compile on alpha
Approved by:	portmgr (self)
2005-01-02 00:39:24 +00:00
Kris Kennaway
c56ddf9af1 Add missing files 2004-05-08 06:06:09 +00:00
Sergei Kolobov
25fcff520e Add aegis 4.16:
Aegis is a transaction-based software configuration management system.
It provides a framework within which a team of developers may work
on many changes to a program independently, and Aegis coordinates
integrating these changes back into the master source of the program,
with as little disruption as possible.

Author:	Peter Miller <millerp@canb.auug.org.au>
WWW:	http://aegis.sourceforge.net/

PR:		ports/54060
Submitted by:	vance@aurema.com
2004-03-03 07:48:27 +00:00