1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
7de0cbc2b5 - Update from 0.49.1 to 0.49.2
- Convert USE_GMAKE to USES
- Add stage support

PR:		ports/182805
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	wg/culot (mentors, implicit)
2013-10-11 19:59:27 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Beech Rintoul
8493021033 - Convert to OptionsNG
- Bump portrevision

PR:		ports/177044
Submitted by:	nemysis <nemysis@gmx.ch>
2013-03-17 20:49:20 +00:00
Bryan Drewery
9dbc32afad - Update to 0.49.1
- Trim header
- Fix keyword property on distinfo

Feature safe:   yes
2012-11-28 17:12:26 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke
64d8cc1e18 - Update to version 0.49
PR:		160121
Submitted by:	Ports Fury
2011-08-26 04:41:24 +00:00
Martin Wilke
b7e872dbeb - Update to 0.48
PR:		158466
Submitted by:	Ports Fury
2011-07-02 18:23:25 +00:00
Martin Wilke
1f82a7e4df - Update to 0.47
PR:		146305
Submitted by:	Ports Fury
2010-05-09 11:21:59 +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
Pav Lucistnik
8c2aab382d - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-22 19:49:43 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +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
Martin Wilke
14fb2b1769 - Update to 0.45
PR:		123134
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
2008-04-27 08:28:05 +00:00
Erwin Lansing
5e5ca14c4b Mark BROKEN: size mismatch 2008-03-01 13:22:51 +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
Andrey Slusar
e5f9dc4821 Required shells/bash instead of shells/bash2. 2006-01-19 13:33:35 +00:00
Andrey Slusar
6e4733eab6 Update 0.44.4 -> 0.44,1 and unbroken port. 2006-01-19 12:31:38 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Kris Kennaway
a6f33819e7 BROKEN: Size mismatch 2005-10-05 06:18:16 +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
cba17f975d - Update to 0.44.4 and unbreak on 5.X
PR:		ports/78557
Submitted by:	Johan van Selst <johans@stack.nl>
2005-03-08 23:42:07 +00:00
Kris Kennaway
82f9e5ad55 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-26 03:11:57 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
33207219c1 Remove extraneous text. List size. Add ID. 2004-01-28 18:04:33 +00:00
Joe Marcus Clarke
b7eeb1b30d Use the new ghostscript options.
Submitted by:	linimon
2004-01-20 16:30:09 +00:00
Pav Lucistnik
d2a20c830c - Update to new version without version bump
PR:		ports/61182
Submitted by:	bruno schwander <bruno@mail.tinkerbox.org>
2004-01-11 19:54:11 +00:00
Kirill Ponomarev
4347d5ae77 - Update to version 0.44
PR:		58381
Submitted by:	Ports Fury
2003-10-26 18:34:36 +00:00
Edwin Groothuis
53cb43037f [PATCH] graphics/sam2p: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54935
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 00:42:39 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Ying-Chieh Liao
cc138413df add sam2p 0.42
Converts raster (bitmap) image formats into PS or PDF files
2003-02-06 18:33:13 +00:00