1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Pawel Pekala
e9f7e390c1 Fix build with clang
PR:		ports/172718
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-10-29 17:04:39 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Doug Barton
86b7e3bb7f For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
2012-07-23 01:33:55 +00:00
Ade Lovett
6d726b6c09 Update autoconf to 2.69 and automake to 1.12
PR:		166836
Tested by:	Multiple -exp runs (pav)
2012-05-11 20:38:09 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Pav Lucistnik
d1b49191e5 - MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2012-01-04 21:19:26 +00:00
Emanuel Haupt
f4fcdf1f8f - Add LICENSE
- Add MAKE_JOBS_SAFE
- Update WWW

PR:		161599
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-10-18 13:05:53 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +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
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
56fb58c56f Migrate from devel/automake15 to devel/automake19 2010-09-24 03:22:28 +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
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
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
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Martin Wilke
b431f8d9f0 - Add missing freetype2
Submitted by:	pointyhat via erwin
2008-03-28 18:35:28 +00:00
Martin Wilke
c5f7ff3b7a - Switch from USE_XLIB to USE_XORG
PR:		121888
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2008-03-20 20:06:02 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Mark Linimon
d794529c2a Mark as broken on sparc64: does not compile. 2008-02-01 11:52:51 +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
Andrew Pantyukhin
5d4e926ab1 - s/USE_X_LIB/USE_XLIB/ in unmaintained ports
Noticed by:	gabor
2007-08-31 13:27:42 +00:00
Martin Wilke
4870e5b997 - File was rerolled for a small bugfix
See Diff from cvs:
http://vector-agg.cvs.sourceforge.net/vector-agg/agg-2.5/src/agg_rounded_rect.cpp?hideattic=0&r1=1.1&r2=1.2&view=patch

Submitted by:	pointyhat via pav
2007-07-09 13:21:56 +00:00
Martin Wilke
e11739e1f0 - Update to 2.5
PR:		112822
Submitted by:	Stephen Hurd<shurd@sasktel.net>
2007-06-16 19:24:53 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Volker Stolz
61b75906ae Simplify build-logic a bit 2005-11-02 12:37:16 +00:00
Roman Bogorodskiy
38edb52194 Place the tarball on MASTER_SITE_LOCAL to fix fetch.
Reported by:	pointyhat via kris
2005-05-27 03:43:16 +00:00
Roman Bogorodskiy
5875d49840 Fix distinfo and un-mark BROKEN.
PR:		81414
Submitted by:	Johan van Selst <johans@stack.nl>
2005-05-24 11:23:58 +00:00
Kris Kennaway
290734eb4a BROKEN: Size mismatch 2005-05-21 17:10:56 +00:00
Ying-Chieh Liao
99328714a6 unbreak by upgrading to 2.3 2005-05-09 00:55:13 +00:00
Kris Kennaway
90cce966ff BROKEN: Size mismatch 2005-05-07 02:47:39 +00:00
Ying-Chieh Liao
c04751a5d8 upgrade to 2.3.a 2005-04-12 08:20:30 +00:00
Joseph Koshy
58a0c2a29a Update checksums. 2005-02-04 12:51:42 +00:00
Kris Kennaway
32c7b84c9a BROKEN: Size mismatch 2005-01-25 03:18:41 +00:00
Ying-Chieh Liao
df379ae4a4 upgrade to 2.2
PR:		75736
2005-01-18 05:40:42 +00:00
Pav Lucistnik
962f2178b0 - Fix MAKE_ENV, respect CXX
PR:		ports/72570
Submitted by:	Piet Delport <pjd@point45.com>
2004-10-13 15:44:04 +00:00
Kirill Ponomarev
9cd381f2fe Fix build with gcc-3.4, agg developers released a fix but didn't
bump software release number, therefore md5 checksum was changed.

PR:		ports/71487
Submitted by:	Marco Molteni <molter@tin.it>
Approved by:	portmgr (implicit)
2004-10-09 07:56:51 +00:00
Kris Kennaway
c1a0f8ede9 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:33:05 +00:00
Ying-Chieh Liao
a0fc0739d0 add agg 2.1
A High Quality Rendering Engine for C++
2004-08-04 01:25:56 +00:00