1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Renato Botelho
3419ccf917 - Update pnet related ports:
* lang/pnet 0.7.0 -> 0.7.4
  * lang/pnet-base 0.7.0 -> 0.7.4
  * lang/pnetlib 0.7.0 -> 0.7.4
  * lang/pnetc 0.7.0 -> 0.7.4
  * lang/ml-pnet 0.7.0 -> 0.7.4
  * lang/treecc 0.3.6 -> 0.3.8
  * lang/libjit 0.0.4 -> 0.0.6
- Make portlint(1) happy
- Unbreak ml-pnet on 4.x

PR:		ports/93602
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Reworked by:	garga
Thanks to:	mnag, tdb
2006-02-20 20:23:47 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Pav Lucistnik
f307f38435 - Add SHA256 2005-11-25 00:33:45 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Michael Johnson
4ddb042109 - Update to 0.7.0 2005-06-17 08:29:23 +00:00
Michael Johnson
52ab093de6 Move from libtool13 to libtool15 2004-12-16 01:54:51 +00:00
Michael Johnson
e54328b47e - Update Portable.NET suite to 6.10
- Update treecc to 0.3.4
2004-12-15 06:44:29 +00:00
Kirill Ponomarev
b8da1dc3eb Drop maintainership to ports@FreeBSD.org
PR:		ports/72437
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-12 12:31:34 +00:00
Pav Lucistnik
b45d399395 - Update to 0.6.6
PR:		ports/67722
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-06-09 21:37:56 +00:00
Kirill Ponomarev
772c8af502 - Add GNU_MASTER_SITE
PR:		ports/64315
Submitted by:	maintainer
2004-03-16 09:43:10 +00:00
Pav Lucistnik
5f0c3169c7 - Update Portable.NET suite to 0.6.4
- Update treecc to 0.3.0

PR:		ports/64271
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-03-15 01:42:58 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Pav Lucistnik
71cb711f2a - Fix build (missing dependency)
Submitted by:	Michael Johnson <ahze@ahze.net> (maintainer)
Reported by:	bento via kris
2004-03-10 21:54:54 +00:00
Pav Lucistnik
46764f6f8b - Update Portable.NET suite to 0.6.2
PR:		ports/63857
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-03-07 20:20:01 +00:00
Pav Lucistnik
d5e5082e47 Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came back
as a bunch of ports and a meta-port.

ml-pnet: Some of the Mono upper-level libraries in a form that can be easily
  compiled and used with pnet's CLI implementation.

pnet: A meta-port for all these ports.

pnet-base: A runtime engine, C# compiler and a host of useful development
  tools, all written in C.

pnetc: pnetC project, an ANSI C library that can be compiled down to IL
  using Portable.NET's cscc compiler.

pnetlib: C# class libraries.

PR:		ports/60408, ports/60409, ports/60413, ports/60453
Submitted by:	michael johnson <ahze@ahze.net>
2004-03-06 17:08:04 +00:00