Alexey Dokuchaev
ed62b74be6
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
...
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
2016-04-16 12:29:27 +00:00
Adam Weinberger
bbc8c4d740
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
...
Approved by: portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Max Brazhnikov
b924964cfa
- Remove now needless qmake_build from USE_QT4
...
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
2013-11-21 16:09:47 +00:00
Dmitry Marakasov
c87a56b351
- Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
...
Approved by: portmgr (bdrewery)
2013-10-22 13:53:33 +00:00
Max Brazhnikov
46888a73a1
- Convert unmaintained ports to USES=qmake
...
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
2013-10-13 13:03:03 +00:00
Baptiste Daroussin
c84e1cd8e6
Add NO_STAGE all over the place in preparation for the staging support (cat: games)
2013-09-20 17:36:33 +00:00
Alex Kozlov
d4041784dc
- Remove MAKE_JOBS_SAFE variable
...
Approved by: portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke
10e77521ed
- Update to version 2.s764
...
PR: 179220
Submitted by: Ports Fury
2013-06-09 16:56:01 +00:00
Beat Gaetzi
8558ca7184
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
...
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Olli Hauer
b6ac748023
-remove MD5
2011-07-03 14:25:36 +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
Martin Wilke
9a055f143b
- Update to 1.5.4.3
...
PR: 139765
Submitted by: Ports Fury
2009-10-20 09:40:26 +00:00
Dmitry Marakasov
6b5fb87219
- Switch SourceForge ports to the new File Release System: categories starting with G
2009-08-22 00:23:13 +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
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
Edwin Groothuis
090059a210
Bump portrevision due to upgrade of devel/gettext.
...
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
2008-06-06 14:17:21 +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
Martin Wilke
78d9536cd7
- Update to 1.5.4.2
...
PR: 118610
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2007-12-14 18:45:44 +00:00
Martin Wilke
1a24e0564a
- Update to 1.5.4
...
PR: 113770
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2007-06-20 14:18:35 +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
5ca9a6aed0
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
...
Submitted by: rafan
Tested on: pointyhat
2007-02-13 00:16:29 +00:00
Martin Wilke
ab31c84881
- Update to 1.5.3
...
PR: 107998
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2007-01-17 20:44:24 +00:00
Alejandro Pulver
628702e48a
- Update to version 1.5.2.
...
PR: ports/104173
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2006-10-09 00:38:17 +00:00
Tilman Keskinoz
fce11b85b0
Update to 1.5.1
...
PR: 95817
Submitted by: KATO Tsuguru
2006-04-15 19:39:37 +00:00
Pav Lucistnik
253b26c1a1
- Update to 1.0.4.2
...
PR: ports/92009
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2006-01-21 00:04:12 +00:00
Tim Bishop
591f47d4b5
- Update to version 1.0.3.2
...
PR: 90193
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: clement (mentor)
2005-12-11 17:52:01 +00:00
Pav Lucistnik
45a44e27c7
- Add SHA256
2005-11-24 19:28:01 +00:00
Renato Botelho
7eea0c8b30
- Update to 1.0.3
...
PR: ports/87059
Submitted by: Ports Fury
2005-10-10 10:28:51 +00:00
Michael Nottebrock
756434d30f
Fix bogus ui files in preparation for Qt 3.3.5
2005-09-29 13:37:44 +00:00
Roman Bogorodskiy
a3650d4254
update to 1.0.2.
...
PR: 83154
Submitted by: Ports Fury
2005-07-08 18:46:26 +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
5aabb5e12f
Update to version 1.0.1
...
PR: ports/79474
Submitted by: Ports Fury
2005-04-05 09:26:16 +00:00
Kirill Ponomarev
1de5928021
Update to version 1.0.0.2
...
PR: ports/75397
Submitted by: Ports Fury
2004-12-23 09:57:44 +00:00
Kirill Ponomarev
dd89cf7e4e
Update to version 1.0.0
...
PR: ports/75113
Submitted by: Ports Fury
2004-12-18 18:46:04 +00:00
Dejan Lesjak
99ff12c307
Fix build without imake.
...
Pointed out by: dosirak via kris, while testing X.Org upgrade
2004-12-07 11:25:12 +00:00
Kirill Ponomarev
5e42ae8af7
Update to version 0.2.2
...
PR: ports/73076
Submitted by: Ports Fury
2004-10-26 17:50:46 +00:00
Kirill Ponomarev
bea8da3952
Update to version 0.2.1
...
PR: ports/70867
Submitted by: Ports Fury
2004-08-23 19:01:18 +00:00
Tilman Keskinoz
bdf3e4e478
Fix build with gcc 3.4
2004-08-20 21:20:50 +00:00
Kirill Ponomarev
137e7592b8
- Update to version 0.2
...
PR: ports/66465
Submitted by: Ports Fury
2004-05-10 15:41:25 +00:00
Kirill Ponomarev
d2da99627d
- Fix build with qt33
...
PR: ports/64212
Submitted by: Ports Fury
2004-03-14 08:00:14 +00:00
Kirill Ponomarev
720847bd73
- Update to version 0.1.3
...
PR: ports/62638
Submitted by: Ports Fury
2004-02-10 15:26:19 +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
Kirill Ponomarev
01d2646e61
- Update to version 0.1.2
...
PR: 60338
Submitted by: Ports Fury
2003-12-17 16:41:49 +00:00
Kirill Ponomarev
d2566c1f4e
- Update to version 0.1.1
...
PR: 58962
Submitted by: Ports Fury
2003-11-05 15:58:25 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Tilman Keskinoz
1cdced473e
Update to 0.0.14. USE_QT= 3. Set MAINTAINER back to ports
2003-02-22 23:16:40 +00:00