Danilo Egea Gondolfo
adcc14be0e
- Update from 3.7.52 to 3.7.54
2013-10-21 17:39:42 +00:00
Danilo Egea Gondolfo
ad33dc50ec
- Update from 3.7.51 to 3.7.52
...
- Change maintainer email to @FreeBSD.org
- Convert USE_{GMAKE,TCL,TK} to USES
- Add staging support
Approved by: wg (mentor)
2013-09-25 19:09:12 +00:00
Baptiste Daroussin
8e91f3161f
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
2013-09-20 15:58:41 +00:00
Alex Kozlov
d4041784dc
- Remove MAKE_JOBS_SAFE variable
...
Approved by: portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke
1b963e3e0f
- Update to 3.7.51
...
PR: 180586
Submitted by: maintainer
2013-07-17 09:35:13 +00:00
Raphael Kubo da Costa
137b9dfee3
Update to 3.7.50.
...
PR: ports/179467
Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-06-11 18:31:39 +00:00
Bryan Drewery
5b7e831c02
- Update to 3.7.49
...
PR: ports/178790
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-05-22 01:49:31 +00:00
Pawel Pekala
3bd68caae6
- Update to 3.7.48, give mainatinership to submitter [1]
...
- Improve COMMENT
- Binary links to libXScrnSaver
PR: ports/175804 [1]
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-02-09 11:20:31 +00:00
Max Brazhnikov
81c27c891a
Bump PORTREVISION after DESKTOP_ENTRIES update
2013-01-23 15:00:18 +00:00
Guido Falsi
75fcf57fc8
- Update to 3.7.45
2012-12-22 11:59:34 +00:00
Guido Falsi
14e8848a7b
- Update to 3.7.43
...
- Trim Makefile headers
PR: ports/171973
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
2012-10-29 21:25:39 +00:00
Sylvio Cesar Teixeira
685b1e3178
- Update to version 3.7.40
...
PR: ports/168591
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2012-06-05 20:39:49 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Pawel Pekala
4f1f6f7988
- Update to version 3.7.39 [1]
...
- Add desktop entry file
PR: ports/166575 [1]
Submitted by: Wayne Sierke <ws@au.dyndns.ws> [1]
Feature safe: yes
2012-04-02 18:34:44 +00:00
Wen Heping
7adf364ce1
- Update to 3.7.33
2012-03-08 10:45:33 +00:00
Martin Wilke
332aa8a15a
- Update to 3.7.27
...
PR: 164987
Submitted by: Ports Fury
2012-02-19 23:24:58 +00:00
Martin Wilke
5ab8ad09b3
- Update to 3.7.26
...
PR: 158496
Submitted by: Ports Fury
2011-07-02 16:09:04 +00:00
Tilman Keskinoz
e49f341349
Update to 3.6.167
...
PR: 153485
Submitted by: Armin Pirkovitsch
2010-12-28 12:55:52 +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
Martin Wilke
8882c1b44f
- Update to 3.6.165
...
PR: 143810
Submitted by: Ports Fury
2010-02-12 14:20:13 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Martin Wilke
c7b7d9fdc9
- Update to 3.6.164
...
PR: 141290
Submitted by: Ports Fury
2009-12-13 00:20:41 +00:00
Martin Wilke
5e7a4c68b9
- Update to 3.6.163
...
PR: 140481
Submitted by: Ports Fury
2009-11-12 10:52:28 +00:00
Shaun Amott
c9d2401b93
- Upgrade to 3.4.30.
...
- Relinquish port.
PR: ports/124355 (earlier version)
Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
2008-11-14 17:41:30 +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
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
Rong-En Fan
9716a77fea
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
...
since version 8.57. The leading ghostscript is the -gpl one.
Approved by: portmgr (pav)
2007-09-24 08:43:49 +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
9e9ef47797
- Use new USE_TCL_BUILD/USE_TK_BUILD macros
2007-01-08 00:00:57 +00:00
Shaun Amott
5361678373
Switch to my @FreeBSD.org address.
...
Approved by: ahze (mentor)
2006-06-19 20:06:59 +00:00
Ion-Mihai Tetcu
82713c2548
- update to 3.4.22
...
- add MASTER_SITE
- convert to OPTIONS
- pass maintainership to submitter
PR: ports/97402
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor, implicit)
2006-06-05 11:13:35 +00:00
Jean Milanez Melo
c41fc1582c
- Update to 3.4.21.
...
- portlint(1).
PR: ports/95592
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: mnag (mentor)
2006-04-12 18:16:43 +00:00
Pav Lucistnik
9e818d365e
- Fix dependency on Tcl/Tk
2006-03-16 17:12:12 +00:00
Kris Kennaway
64a95cec88
BROKEN: Incorrect pkg-plist
...
Approved by: portmgr (implicit)
2006-03-06 20:29:24 +00:00
Alexey Dokuchaev
0c89c3629d
Forgot to commit [approved] changes to distinfo.
...
Approved by: portmgr (marcus, previously)
Spotted by: kris
Pointy hat to: me
2006-02-27 14:28:05 +00:00
Alexey Dokuchaev
4580b44e4b
Unbreak by updating to latest stable version.
...
Approved by: portmgr (marcus)
2006-02-26 22:18:47 +00:00
Kris Kennaway
574f0c0567
BROKEN: Size mismatch
2006-02-12 22:20:46 +00:00
Simon Barner
ebd2c300ba
- Update to 3.4.11
...
- Update WWW and master site
- use USE_TCL and USE_TK
Submitted by: Ports fury
PR: ports/92611
2006-02-01 02:11:16 +00:00
Pav Lucistnik
2098ca40dc
- Add SHA256
2005-11-24 00:22:47 +00:00
Renato Botelho
bb43e5f558
- Update to version 3.3.38
...
PR: ports/87533
Submitted by: Ports Fury
2005-10-18 09:15:51 +00:00
Joerg Wunsch
b0630504d5
Fix a coredump in the undo processing when doing a rotate editing
...
operation.
2005-09-14 12:15:59 +00:00
Sam Lawrance
596fea2695
Update to 3.3.33
...
PR: ports/85873
Submitted by: Ports Fury
2005-09-09 19:16:36 +00:00
Roman Bogorodskiy
a07bb9f20d
Update to version 3.3.19.
...
PR: 83152
Submitted by: Ports Fury
2005-07-08 18:49:17 +00:00
Michael Johnson
ad40f38d51
- Update to 3.3.18
...
- tk84 is now required
PR: ports/82670
Submitted by: Ports Fury
2005-06-27 02:46:59 +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
Kirill Ponomarev
3d8ddfe32c
- Update to version 3.1.38
...
PR: ports/65077
Submitted by: Ports Fury
2004-04-02 19:00:08 +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
0c881ba59c
SIZEify.
2004-01-29 07:24:56 +00:00
Joe Marcus Clarke
b7eeb1b30d
Use the new ghostscript options.
...
Submitted by: linimon
2004-01-20 16:30:09 +00:00