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

30 Commits

Author SHA1 Message Date
Steve Wills
dd86742dba - Don't leave leftover config file if it hasn't changed
Reported by:	pointyhat via pav
Pointy hat to:	swills
2011-04-13 01:35:17 +00:00
Steve Wills
2100930b65 - Update to 1.4
- Fix MASTER_SITES
- Update home page to SF site since previous page doesn't respond
- Use included rc script
- Remove patches included upstream
- Remove unneeded 'CONFIGURE_ARGS='
- Don't unnecessarily include bsd.port.pre.mk/bsd.port.post.mk
- Remove messages about config files. pkg-message could be used, but
  isn't necessary

PR:		ports/154519
Approved by:	maintainer timeout
2011-04-11 04:11:41 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
42b4f32457 - Unbreak on !i386
- rc.d script handle daemonize and run as nobody by default
- Bump PORTREVISION

PR:             ports/149127
Submitted by:   Craig Leres <leres@ee.lbl.gov>
Approved by:    janos.mohacsi@bsd.hu (maintainer)
2010-12-15 22:44:42 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Wesley Shields
b5370f7fae - Add RC script
- No need to use pre-build target
- Fix up plist

PR:		ports/136903
Submitted by:	Antonio Querubin <tony@lava.net>
Approved by:	maintainer timeout
2009-08-15 13:33:54 +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
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +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
Edwin Groothuis
aba2c3d647 Add SHA256 checksum 2006-06-07 14:38:02 +00:00
Sam Lawrance
f523b21b61 Update to 1.3.
PR:		ports/96503
Submitted by:	Antonio Querubin <tony@lava.net>
Approved by:	janos.mohacsi@bsd.hu (maintainer, timeout 4 weeks)
2006-05-15 07:02:17 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +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
Erwin Lansing
acde26f363 Let the IGNORE message make a bit more sense and change it from:
===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
2005-10-31 18:24:21 +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
defd3ec2a6 - Fix plist: handle one directory as a directory instead as a file
- Suppress creation of perllocal.pod

PR:		ports/75182
Submitted by:	Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer)
2005-01-08 15:35:07 +00:00
Kris Kennaway
ccd16d462d BROKEN on !i386: Does not compile 2004-11-18 22:43:11 +00:00
Pav Lucistnik
8d6d174736 - Update to 1.1
Extensive list of changes is in the PR

PR:		ports/73107
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-10-26 16:21:10 +00:00
Kris Kennaway
c10f74862f BROKEN: Unfetchable
Approved by:	portmgr (self)
2004-09-26 01:36:44 +00:00
Thierry Thomas
65ac524403 Upgrade to 0.9.55 and make fetchable again.
Submitted by:	maintainer.
2004-07-11 20:06:33 +00:00
Kris Kennaway
d42a0e03f2 BROKEN: Unfetchable 2004-07-11 01:04:15 +00:00
Kirill Ponomarev
862c69e749 - Fix build on AMD64 2004-03-05 10:27:49 +00:00
Kirill Ponomarev
55ed94befa - Fix build on alpha, AMD64 and sparc64
Reported by:	bento via kris
2004-03-02 13:11:43 +00:00
Kirill Ponomarev
80f46400db Add beacon 0.9.06,
The NLANR/DAST Multicast Beacon is a program written in Perl
which uses the RTP protocol to provide useful statistics and
diagnostic information about a given multicast group.

It is used in Internet2 AccessGrid project and EU FP5 6NET
project.

PR:		ports/63440
Submitted by:	Janos.Mohacsi@bsd.hu
2004-02-28 20:39:16 +00:00