1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +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
Marcus Alves Grando
4896d4767e - Add ipv6 category [1]
- Use USE_LDCONFIG

PR:		106897 [1]
Submitted by:	Janos Mohacsi <janos.mohacsi___bsd.hu> [1]
2006-12-22 02:13:59 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +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
Marcus Alves Grando
ffcf729c85 Add SHA256 2005-11-09 02:32:50 +00:00
Marcus Alves Grando
52cde85c52 Fix previous commit. build need stay after ":".
Approved by:	pav (mentor)
2005-10-03 18:42:29 +00:00
Marcus Alves Grando
661913f4d4 Update to 1.2.6
PR:		86866
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	pav (mentor)
2005-10-03 14:32:06 +00:00
Marcus Alves Grando
346fd0a6a3 Update my email
Approved by: pav (mentor)
2005-09-16 17:58:32 +00:00
Roman Bogorodskiy
eb9c3ba897 Anti Unmaintained Ports Campaign by Marcus Grando.
PR:		854[06-15]
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-08-29 06:36:12 +00:00
Ralf S. Engelschall
82898481f2 upgrade to OSSP sa 1.2.4 2005-01-30 13:20:34 +00:00
Pav Lucistnik
24ac9498b0 - Introduce MASTER_SITE_OSSP
PR:		ports/70504
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-08-21 15:19:42 +00:00
Volker Stolz
18b9aabaf3 Update to 1.2.2
PR:		ports/68490
Submitted by:	Kimura Fuyuki
2004-06-30 07:42:45 +00:00
Jeremy Messenger
585e07ef27 Update to 1.2.1.
PR:		ports/68001
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-06-17 06:09:19 +00:00
Tilman Keskinoz
45e61c9a20 Never ever redefine socklen_t. This should fix building lmtp2nntp with
external libsa (upcoming)
2004-04-13 18:57:59 +00:00
Tilman Keskinoz
cbd50e2b81 Fix build on amd64 by using va_copy 2004-04-13 18:26:51 +00:00
Pav Lucistnik
bf63d4bc19 - Update to 1.2.0
PR:		ports/65109
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-04-03 20:27:59 +00:00
Kris Kennaway
c2bc6db2db BROKEN on amd64: Does not compile 2004-03-19 11:56:38 +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
Clement Laforet
2b3e74498d Update to 1.1.0
PR:             62679
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
2004-02-11 15:50:44 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Oliver Eikemeier
f6153f1cce Fix some ports that write something after bsd.port.mk
PR:		59254
Approved by:	marcus (mentor)
2003-11-14 17:28:15 +00:00
Daichi GOTO
891e49f94f fix net/ossp-sa:
- fix bogus Makefile variable: USE_GNAKE -> USE_GMAKE

PR:		54339
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-07-15 06:19:45 +00:00
Will Andrews
f9be1a26da REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado

Thank you for your contributions, you
will be greatly missed.
2003-06-08 21:06:22 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Alan Eldridge
ce22b792fb fix portlint errors 2003-02-01 12:01:25 +00:00
Alan Eldridge
733d630226 damn damn damn another one 2003-01-31 20:44:53 +00:00
Alan Eldridge
ce625f9829 Abstraction library over Unix socket API, part of the OSSP libs by Ralf
Engelschall. Good stuff.
2003-01-31 20:06:42 +00:00