Commit Graph

50 Commits

Author SHA1 Message Date
Pav Lucistnik
a424942460 - Fix fetch in NOPORTDOCS case
PR:		ports/118125
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2007-12-15 18:41:43 +00:00
Edwin Groothuis
50e29a5e62 [PATCH]math/gsl: update to 1.10
PR:		ports/116506
Submitted by:	bf <bf2006a@yahoo.com>
2007-09-23 06:02:41 +00:00
Ying-Chieh Liao
59d5387029 upgrade to 1.9
pass maintainership to bf2006a@yahoo.com

PR:		109548
Submitted by:	me
Approved by:	maintainer timeout (over 2 months)
2007-06-29 05:46:00 +00:00
Marcus Alves Grando
ff5d44386a - Update to 1.8
- Take maintainership

PR:		96733
Submitted by:	Rainer Alves <rainer.alves___gmail.com>
2006-05-06 01:27:38 +00:00
Doug Barton
f6862b0e25 Reset maintainer by request.
Approved by:	portmgr (marcus)
2006-02-26 20:35:31 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +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
Pav Lucistnik
a7679d4fab - libdata/pkgconfig is now included in mtree
Approved by:	marcus (portmgr hat)
2005-05-16 21:52:58 +00:00
Jean-Yves Lefort
81ebdadaaa Update to 1.6
PR:		ports/80341
Submitted by:	maintainer
2005-05-02 12:58: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
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Volker Stolz
227a32678a - Update to 1.5
- Assign maintainership to submitter

PR:		ports/68715
Submitted by:	Jonathan Drews
2004-07-06 13:53:50 +00:00
Andrey A. Chernov
6594e43353 Explicitly specify CONFIGURE_TARGET to disable configure warning 2004-06-14 03:33:24 +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
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Pav Lucistnik
b217fc5e4e - In the heat of the battle I mistakenly patched amd64 instead of alpha.
amd64 does not need this fix (tested on sledge),
  alpha is fixed by this fix (tested on beast).

PR:		ports/59238
Submitted by:	Rob Byrnes <Rob.Byrnes@comindico.com.au>
2003-12-08 10:00:42 +00:00
Pav Lucistnik
fe2c304011 - Pretend we don't have ieee functionality on sparc64, amd64 and ia64,
thus fixing build there
- Axe html documentation, it disappeared from master site

PR:		ports/59238
Approved by:	adamw (mentor)
2003-12-04 10:39:55 +00:00
Edwin Groothuis
03f8a6f768 ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 03:36:45 +00:00
Kirill Ponomarev
73ef09873d - Update to version 1.4
- Pet portlint

PR:		56160
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
Approved by:	maintainer timeout > 1 month
2003-09-28 21:25:55 +00:00
Lars Koeller
37438b3d2a o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)

PR:		47581
Submitted by:	Sergey Aleshin <asg@rcd.ru>
2003-03-23 20:14:22 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Oliver Braun
9ed951d57f Change maintainers email address also in the Makefile.
Approved by:	maintainer
2003-01-23 14:32:32 +00:00
Oliver Braun
e68d627030 Upgrade to 1.3.
PR:		ports/46931
Submitted by:	maintainer
2003-01-18 23:37:43 +00:00
Kris Kennaway
f10fc5cb87 Add missing file 2003-01-14 10:01:46 +00:00
Kris Kennaway
b2e89c04c2 Fix plist 2002-09-29 06:26:15 +00:00
Patrick Li
81209071b0 Update to 1.2
PR:		ports/40934
Submitted by:	maintainer
2002-07-23 21:57:07 +00:00
Ying-Chieh Liao
1473c9f375 upgrade to 1.1.1
PR:		36176
Submitted by:	maintainer
2002-03-22 03:28:00 +00:00
Anton Berezin
beb2bfa879 Update to 1.0.
PR:		31798
Submitted by:	Eoin Lawless <eoin@maths.tcd.ie>
Approved by:	maintainer
2001-12-07 08:46:53 +00:00
Anton Berezin
c8e57632eb Vladimir Savichev <vlad@ariel.phys.wesleyan.edu> is now a maintainer of
this port.
2001-11-01 09:18:25 +00:00
Anton Berezin
da11d1c741 Update to 0.9.4.
PR:		31638
Submitted by:	Vladimir Savichev <vlad@ariel.phys.wesleyan.edu>
2001-10-30 23:09:34 +00:00
Dmitry Sivachenko
3185229515 Finish updating to 0.9.3 2001-09-29 10:02:48 +00:00
Dmitry Sivachenko
6db4fb086e Update to 0.9.3 2001-09-29 10:02:16 +00:00
Dmitry Sivachenko
b1e822434d Upgrade to 0.9.2;
Use IGNOREFILES for postscript manual, it is rerolled frequently and has no
version information in the filename.
2001-09-03 02:03:54 +00:00
Chris D. Faulhaber
cfb6b499d5 Chase the checksum: the reference document, gsl-ref.ps.gz,
was updated.
2001-08-20 01:59:42 +00:00
Ying-Chieh Liao
727ccec482 add missing files in PLIST
Submitted by:	bento log
2001-08-04 17:56:19 +00:00
Ying-Chieh Liao
25236c5b5a upgrade to 0.9
Submitted by:	bento log
2001-08-03 19:23:05 +00:00
Dmitry Sivachenko
a1ea6626e6 Add missing manpages. 2001-07-06 07:19:50 +00:00
Akinori MUSHA
9f52c00703 Update to 0.8.
PR:		ports/28299
Submitted by:	Vladimir Savichev <vlad@ariel.phys.wesleyan.edu>
2001-06-24 07:54:09 +00:00
Mark Pulford
53206fd902 Update doc checksum. Manual was improved.
PR:		28012
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
2001-06-11 05:47:06 +00:00
Kevin Lo
a23f6437e8 - Use MASTER_SITE_SOURCEWARE to MASTER_SITES
- Update WWW: line
- Use NOPORTDOCS PLIST_SUB

PR: 25324
Submitted by: Ports Fury
2001-02-25 15:27:17 +00:00
Dmitry Sivachenko
d8c81b53a6 Release to ports@. Maintainer e-mail bounces (no such user). 2001-01-06 20:24:32 +00:00
Steve Price
5cbb37684e Poscript documentation (with no version info) changed on MASTER_SITES.
PR:		23309
Submitted by:	Andreas Schulz <ats@first.gmd.de>
2000-12-11 03:04:44 +00:00
Kevin Lo
b53b085f59 Update to version 0.7
PR: 22543
Submitted by: MAINTAINER
2000-11-03 12:33:07 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Will Andrews
415746c8ae Update to 0.6. Add USE_LIBTOOL. Portlint.
PR:		18991
Submitted by:	MAINTAINER
2000-06-04 17:08:39 +00:00
Satoshi Asami
1df1a17abc Convert to PORTNAME/PORTVERSION. 2000-04-14 07:20:58 +00:00
Thomas Gellekum
bb07ff6cca Add port for the GNU Scientific Library, a collection of routines
for numerical computing.

PR:		16741
Submitted by:	"Andrew L. Neporada" <andrew@sign.chg.ru>
2000-04-07 12:11:06 +00:00