1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

60 Commits

Author SHA1 Message Date
Pietro Cerutti
28a97d8c7d - Unbreak on amd64 2013-06-10 14:11:40 +00:00
Pietro Cerutti
581f4866e8 - Remove trailing period from DEPRECATED line 2013-06-10 13:32:07 +00:00
Pietro Cerutti
cc15b0864c - Deprecate lang/q and it's modules. As stated on the project's website, Q is
no longer supported, and users are advised to use lang/pure instead. Expiration
date in two months.
2013-06-10 13:30:44 +00:00
Pietro Cerutti
e50b767d50 - Fix build with Tcl/Tk 8.6
Reported by:	miwi (Tcl/Tk 8.6 exp-run late comers)
Approved by:	portmgr
2013-06-03 16:46:48 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Bryan Drewery
b651804e0d - Chase graphics/ImageMagick update
- Remove ABI version from MagickWand
- Trim header
2012-12-13 14:14:18 +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
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Matuska
3b6562012d Update ImageMagick to 6.7.2-10 (shlib bumped to .5) 2011-10-11 07:17:46 +00:00
Gabor Kovesdan
d6753a0164 - Track dependencies after databases/gdbm update 2011-09-12 23:17:32 +00:00
Pietro Cerutti
926aa575bc - Support tcl/tk 8.5
PR:		152706
Submitted by:	Martin Matuska <mm@FreeBSD.org>
2010-12-15 16:14:02 +00:00
Martin Wilke
17068384d6 - Convert to USE_BISON= build 2010-12-01 08:35:10 +00:00
Martin Matuska
dfc28b2b23 Update ImageMagick to 6.6.2-10 2010-07-24 19:49:59 +00:00
Alex Dupre
bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Martin Matuska
779a04d1f7 - Bump Magick++, MagickWand or MagickCore dependency 2010-03-28 21:41:12 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +00:00
Pietro Cerutti
2c559fbbf6 - Add forgotten dependency on ftp/curl
Reported by:	QA Tindie
2009-04-13 11:31:01 +00:00
Pietro Cerutti
6af782021b - Add dependency on Bison
Reported by:	QA Tindie
2009-04-13 09:53:27 +00:00
Pietro Cerutti
05efd1a8a5 - Fix pseudo-typo: s|pkg-config libcurl|curl-config|g
Reported by:	QA Tindie
2009-04-12 16:24:29 +00:00
Pietro Cerutti
2aee39682f - Update to 7.11
- UnDEPRECATE and UnEXPIRE
- Take maintainship
2009-04-11 19:22:22 +00:00
Martin Matuska
c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Mark Linimon
6de7fd2ac1 Deprecate lang/q, which does not compile with GCC 4.2. It is also a very
old version.  Also deprecate its dependencies.
2008-09-24 06:10:38 +00:00
Pav Lucistnik
68666ca8e5 - Mark BROKEN: bad plist (broken by ImageMagick changes)
Reported by:	pointyhat
2008-05-11 19:33:46 +00:00
Martin Wilke
0251314951 - Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
2008-04-22 10:56:45 +00:00
Martin Wilke
f63311415c - Fix build with gcc 4.2
PR:		118029
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (erwin)
2007-11-22 08:35:23 +00:00
Mark Linimon
8eca124490 Mark as broken with gcc4.2.
Hat:		portmgr
Approved by:	portmgr (self)
2007-11-07 05:46:59 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
35044974bd - Fix after objformat removal
Reported by:	pointyhat
2007-03-29 14:10:24 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Alejandro Pulver
c3dd807ed8 - Unify the way to choose between ODBC flavors (WITH_IODBC / WITH_UNIXODBC).
PR:		ports/103293
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:	girgen (databases/postgresql-odbc), fjoe (databases/libodbc++),
		sergey@network-asp.biz
		(databases/mysql-connector-odbc, timeout),
		delphij@FreeBSD.org (net/openldap23-server),
		mat@FreeBSD.org (databases/p5-DBD-ODBC)
2006-10-09 18:51:19 +00:00
Cheng-Lung Sung
e8390e6e3c - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00
Marcus Alves Grando
c6f9220716 - Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
2006-05-24 14:21:45 +00:00
Alex Dupre
ffcb54b54f Chase gmp library and bump PORTREVISION. 2006-05-10 14:46:47 +00:00
Edwin Groothuis
7c6393360c Remove USE_REINPLACE from the categories starting with L 2006-05-09 20:52:24 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Vasil Dimov
34b223e075 Unbreak by forcing the dxl module to build (and therefore install and
not cause plist problems at deinstall stage)

Approved by:	portmgr (linimon), garga (mentor, implicitly)
2006-02-24 09:43:35 +00:00
Kris Kennaway
4a7b654a30 BROKEN: Incorrect pkg-plist 2006-02-08 19:50:09 +00:00
Edwin Groothuis
e62864a49b Chase libversion bumb to libMagick.so.9
PR:		ports/91270
2006-01-05 03:57:35 +00:00
Jean-Yves Lefort
ec2c33dd9f Chase libgii update.
PR:		ports/90297
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2005-12-12 19:28:05 +00:00
Pav Lucistnik
f307f38435 - Add SHA256 2005-11-25 00:33:45 +00:00
Vsevolod Stakhov
18b8b23269 Add missed dependencies on libxml2, libxslt and libcurl.
Reported by:    krionmail, krismail
Approved by:    portmgr (krion)
2005-08-19 14:07:55 +00:00
Vsevolod Stakhov
0ff7b1cb89 Unbreak building.
Approved by:	portmgr (marcus)
2005-08-16 23:24:57 +00:00