1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

67 Commits

Author SHA1 Message Date
Matthias Andree
e2d213985f Update to new upstram release;
Changes in 2.06 (12 Aug 2011)
  * Some minor optimizations for big-endian architectures.
  * Fixed overly strict malloc() misalignment check in examples.
2011-08-24 11:24:02 +00:00
Matthias Andree
fe7245d280 - Fix NOPORTDOCS support. [1] (using a different approach than suggested
by Philip).

- Support WITHOUT_CHECKS to skip the self-tests.

- Remove two excess blank lines from Makefile, making portlint happier.

The part marked with [1] was

Reported by: pgollucci
PR:          ports/159609
2011-08-08 22:24:23 +00:00
Matthias Andree
8d8fc7a506 Change MASTER_SITES mirror to read LOCAL/mandree instead.
Suggested by: sunpoet@
2011-05-23 11:34:36 +00:00
Matthias Andree
ad1ed23b33 ftp.uni-koeln.de no longer carriers util/arc/, mirror locally. 2011-05-10 20:31:00 +00:00
Matthias Andree
a254d72056 Update to lzo 2.05.
Add LICENSE.
Pass --docdir through CONFIGURE_ARGS to install into the right places.
Disable the libc malloc() alignment test according to consultation of the
upstream author, Marcus F. X. J. Oberhumer. He advised that the test were
too strict and would be changed for 2.06.
Refresh patches.

PR: ports/156931
2011-05-10 20:10:21 +00:00
Matthias Andree
7aab054a14 env -> ${SETENV} (found with portlint). 2011-03-21 16:06:17 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Matthias Andree
fb2ba90c58 Drop defunct MASTER_SITE. 2010-11-13 21:17:17 +00:00
Matthias Andree
5a1576904b Update to 2.04.
Submitted by: Martin Matuska <mm@freebsd.org>
PR:           ports/152183
2010-11-13 20:59:16 +00:00
Matthias Andree
d00f8a61b2 Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
2010-06-13 11:57:36 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Martin Wilke
4f6b0e9f2c - Set MALLOC_OPTIONS=jz for self-test to avoid excessive (multiple hours!)
duration of self-tests. Found by Christian Weisgerber (naddy@).

PR:		130154
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-01-07 22:18:46 +00:00
Martin Wilke
8429b29fb1 - Fix build for users not using /bin/sh as root's shell
PR:		126935
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:	maintainer
2008-08-29 13:20:11 +00:00
Edwin Groothuis
6fb1378c86 The great "Unbreak archivers/lzo2" project - step 1
This patch doesn't unbreak it yet, but it increases the output of
the test in which the port building hangs. I tried to build this
port on the standard places (tb4.droso.net, my ports building jails)
but couldn't reproduce it.

So I'm waiting for this one to go through a run on i386 machines
(http://portsmon.freebsd.org/portoverview.py?category=archivers&portname=lzo2
shows it once happens on i386) to fail and to get a pav or erwin
email about it, which will at least show us where it goes wrong.
2008-08-29 00:38:26 +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
Erwin Lansing
d10b9b7341 Mark BROKEN on i386: runaway process during build. 2008-08-13 14:59:41 +00:00
Felippe de Meirelles Motta
fdaf7cb517 - Reduce self-test verbosity.
- Add DOCS and EXAMPLES files.
- Bump PORTREVISION.

PR:		ports/124184
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:	gabor (mentor, implicit)
2008-06-20 18:38:52 +00:00
Martin Wilke
10486d1794 - Update to 2.03
PR:		124033
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2008-05-30 15:39:24 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +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
ba5e62bd93 SHA256ify
Approved by:	krion@
2006-01-22 06:58:31 +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
7b2621b248 Add two more MASTER_SITES
Notified by:	kris
2005-11-07 02:20:50 +00:00
Marcus Alves Grando
b36e3063ca Update to 2.02
PR:		88380
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-11-02 01:39:34 +00:00
Sergey Matveychuk
83bf6d0dbc - Remove CONFLICTS. The ports do not conflict anymore.
- Pass maintainership to submitter.

PR:		ports/85107, ports/85108
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2005-08-29 07:32:09 +00:00
Jean-Yves Lefort
c1ec024edd - Update to 2.01 [1]
- Unsilence post-install

[1]
PR:		ports/82773
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-29 19:31:48 +00:00
Florent Thoumie
a05984b2ea - Add lzo2, version 2.00 of archivers/lzo.
PR:		ports/81721
Submitted by:	Ports Fury
Repocopy by:	marcus
2005-06-06 21:46:49 +00:00
Florent Thoumie
ed71e2f70d - Backout latest commit, it needs a repocopy due to API change.
Noticed by:	Matthias Andree <matthias.andree@gmx.de>
2005-05-31 19:41:12 +00:00
Florent Thoumie
584a54b90d - Update to 2.0.
PR:		ports/81721
Submitted by:	Ports Fury
2005-05-31 17:55:48 +00:00
Oliver Lehmann
45912e9545 don't install .la files 2005-05-31 16:01:15 +00:00
Oliver Lehmann
2f0d1495f1 fix MASTER_SITES 2005-05-31 15:39:55 +00:00
Oliver Lehmann
eb53fba3a3 change the libtool version to use from 1.3 to 1.5 2005-05-31 15:37:56 +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
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
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Sergey A. Osokin
ab8cf5f2db Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-21 09:58:09 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Edwin Groothuis
9999a2e13c The SUNSITEs didn't carry the 1.08 version. Informed author.
Noticed by: portsurvey
2002-12-28 03:16:04 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Dmitry Sivachenko
5b655db6f8 Do not install .la file.
PR:		40619
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-15 21:33:55 +00:00
Anders Nordby
03341938ce Update to 1.08.
PR:		40547
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-14 10:44:08 +00:00
Maxim Sobolev
a553b7fb34 - Update MASTER_SITES and WWW;
- use DOCSDIR.

PR:		32514
Submitted by:	Ports Fury
2001-12-06 12:23:12 +00:00
Mario Sergio Fujikawa Ferreira
05b11b1d2a Add NOPORTDOCS support
PR:		28574
Submitted by:	Patrick Li <pat@databits.net>
2001-07-03 18:41:16 +00:00
Mario Sergio Fujikawa Ferreira
2275ee0bcf typo clean up police: \s -> \t 2001-02-14 05:43:00 +00:00
Kevin Lo
dcb3d9ca04 Add CONFIGURE_ARGS to install shared library.
PR: 23070
Submitted by: Ports Fury
2000-11-26 14:37:42 +00:00
Kris Kennaway
ea23296290 Upgrade to lzo 1.07
Obtained from:	OpenBSD
2000-11-19 08:13:14 +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
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00