Dirk Meyer
3eb74e63cb
- package cleanup, do not created obsolte dirs
...
Reported by: miwi
2008-09-07 14:01:42 +00:00
Dirk Meyer
cdfc2ab81b
- update to new distfile
...
only packaging/cups.spec differs, as new distfile was created form tar.gz
2008-09-07 09:33:24 +00:00
Ion-Mihai Tetcu
36e8af75d9
- Fix fetch
...
Prompted by: QAT on-commit run
2008-09-07 06:52:27 +00:00
Mark Linimon
d7018eab56
Reset tg due to lack of commits for several months and no response to email.
...
Hat: portmgr
2008-09-07 00:54:46 +00:00
Mark Linimon
afc0f19cab
Reset lofi due to not commits in over 3 months, PR backlog, and no response
...
to email.
Hat: portmgr
2008-09-07 00:36:27 +00:00
Mark Linimon
d72c560b21
Reset infofarmer due to maintainer-timeouts and no response to email.
...
Hat: portmgr
2008-09-07 00:19:05 +00:00
Dirk Meyer
b086c0b1b2
- update MASTER_SITES
...
ftp.easysw.com/pub/cups/1.3.8/ is broken/corrupted compromised.
2008-09-06 21:55:31 +00:00
Dirk Meyer
ae6890b349
- upate to 1.3.8
...
PR: 126881
Submitted by: Martin Matuska
2008-09-06 21:50:52 +00:00
Jeremy Messenger
93b7b80a65
Update to 0.16.0.20080905; it works with GTK+ 2.14.x (current in MC CVS).
...
Reported by: Joseph S. Atkinson <jsatkinson@embarqmail.com>
2008-09-06 18:46:40 +00:00
Dirk Meyer
b15a8cf164
- update to 1.3.8
...
PR: 126881
Submitted by: Martin Matuska
- fix pkg_plist
PR: 127021
Submitted by: Sunpoet Po-Chuan Hsieh
2008-09-06 09:26:49 +00:00
Hiroki Sato
00e8ec4600
Remove ports of Adobe Reader 7 and the localized versions because of
...
security vulnerability. The print/acroreadwrapper new supports
acroread8 only.
Security: CVE-2008-2641
Security: CVE-2008-0883
Security: http://www.adobe.com/support/security/bulletins/apsb08-15.html
2008-09-06 04:59:52 +00:00
Dmitry Marakasov
dcc927e603
- Update to 3.36
...
PR: 126206
Submitted by: Ulrich Spoerlein <uspoerlein at gmail dot com>
Approved by: maintainer timeout
2008-09-05 21:22:15 +00:00
Hiroki Sato
6e0909e045
* print/ghostscript-* and related ports have been renamed in the
...
following way:
print/ghostscript-gnu -> print/ghostscript7
print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11
print/ghostscript-gnu-commfont -> print/ghostscript7-commfont
print/ghostscript-gpl -> print/ghostscript8
print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11
japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont
korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont
* USE_GHOSTSCRIPT now supports a version number which the port
requires. The valid value is "7" or "8". If other value is
specified, value of WITH_GHOSTSCRIPT_VER is used.
* WITH_GHOSTSCRIPT_GNU has been removed in favor of
WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is
"7" or "8", and the default value is "8".
Approved by: portmgr (pav)
2008-09-05 19:41:48 +00:00
Pav Lucistnik
5337219b74
- Update to 1.11
...
PR: ports/125640
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer timeout (se; 1 month)
2008-09-05 15:40:05 +00:00
Martin Wilke
e8a23cc114
A LaTeX package, which provides facilities for inline and display quotations.
...
WWW: http://www.ctan.org/tex-archive/help/Catalogue/entries/csquotes.html
PR: ports/126999
Submitted by: vj562001 at yahoo.de
2008-09-05 14:22:42 +00:00
Felippe de Meirelles Motta
71c95c84ef
- Update to 1.9.
...
PR: ports/125611
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer timeout (> 2 weeks)
2008-09-02 19:06:45 +00:00
Michael Johnson
846d50dd7d
Update to 1.0.7
2008-09-01 18:43:55 +00:00
Michael Johnson
4199ce3ee6
Update to 1.9.42
2008-09-01 18:26:20 +00:00
Pietro Cerutti
7bb10b8387
- Update to 2.11.57
2008-08-27 17:41:39 +00:00
Rong-En Fan
853d31bd4c
- Update to 3.50
...
- License changed from GPLv2 to GPLv3
- Pass maintainership to submitter
PR: ports/126831
Submitted by: mm
Approved by: rafan (maintainer)
2008-08-26 06:13:22 +00:00
Rong-En Fan
0ffedd3630
- Update to 20080824
...
PR: ports/126804
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
2008-08-25 04:11:08 +00:00
Pietro Cerutti
0c8153a4c2
- Fix type: NO_CCACHE -> NOCCACHE
2008-08-21 23:11:29 +00:00
Pietro Cerutti
414f0598c9
- Update to 2.11.56
2008-08-21 08:39:27 +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
Mark Linimon
5bfea13350
Assign to new volunteer.
2008-08-20 07:02:21 +00:00
Mark Linimon
8c22b68fb0
Reset conrads@cox.net due to lack of time to work on FreeBSD.
...
Hat: portmgr
2008-08-20 06:40:43 +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
Mark Linimon
cef1eb9517
Reassign to general pool by maintainer request.
...
Hat: portmgr
2008-08-19 10:19:49 +00:00
Mark Linimon
238940659f
Return laszlof's ports to the pool due to lack of time.
...
Hat: portmgr
2008-08-19 09:18:37 +00:00
Martin Wilke
9a01490d5a
- Update to 2.71
...
PR: 126601
Submitted by: Ports Fury
2008-08-18 22:08:27 +00:00
Joe Marcus Clarke
13c8db50b5
Update to 0.2.1.
2008-08-16 18:50:08 +00:00
Edwin Groothuis
293a9a8dae
[MAINTAINER UPDATE]: print/hs-hscolour updated to port version 1.10
...
Step 2 - print/hs-hscolour-docs
PR: ports/126008
Submitted by: Jacula Modyun <jacula@gmail.com>
2008-08-15 03:30:20 +00:00
Edwin Groothuis
84dcfb8d63
[MAINTAINER UPDATE]: print/hs-hscolour updated to port version 1.10
...
Step 1 - print/hs-hscolour
PR: ports/126008
Submitted by: Jacula Modyun <jacula@gmail.com>
2008-08-15 03:19:36 +00:00
Hye-Shik Chang
1e549655d1
Update to 1.21.2
...
PR: 125135
Submitted by: Wen heping <wenheping@gmail.com>
2008-08-14 04:43:58 +00:00
Pietro Cerutti
3359caa6a3
- Fix build when textproc/flex is installed
...
- Fix PLIST
- Bump PORTREVISION
2008-08-13 19:06:55 +00:00
Henrik Brix Andersen
d4e9f404ca
- Update to version 0.7.3.
2008-08-12 20:26:42 +00:00
Dirk Meyer
9117dc5853
- Security fix
...
PR: 126447
Submitted by: Tsurutani Naoki
Obtained from: http://www.cups.org/str.php?L2790
2008-08-12 14:21:12 +00:00
Martin Wilke
7a71327b56
- Update to 2.70
...
PR: 126429
Submitted by: Ports Fury
2008-08-11 22:41:21 +00:00
Martin Wilke
1405eaecaf
- Update to 1.5.6 (also change to qt4)
...
PR: 126428
Submitted by: Ports Fury
2008-08-11 22:41:20 +00:00
Martin Wilke
6275e10aaf
- Update to 1.6
...
PR: 126163
Submitted by: Veit Jahns <vj562001@yahoo.de> (maintainer)
2008-08-11 22:10:20 +00:00
Pietro Cerutti
04d61a8ea3
- Update to 2.11.55
2008-08-07 21:16:37 +00:00
Martin Wilke
16d82841ce
- Fix build after qt 4.4.1 update
2008-08-04 23:33:44 +00:00
Tilman Keskinoz
f6a3e314f0
Remove unneeded rundeps on qt4 buildtools
...
PR: 123362
Submitted by: Max Brazhnikov
2008-08-01 09:46:54 +00:00
Volker Stolz
53e67c4f27
Mark as BROKEN if devel/p5-ExtUtils-CBuilder is installed: does not build due to .xs-processing
...
Noticed by: turutani@scphys.kyoto-u.ac.jp
PR: ports/125972
2008-07-30 03:15:15 +00:00
Michael Johnson
6db1540cea
Try to remove xdg dirs
2008-07-26 18:43:46 +00:00
Michael Johnson
f3a7c1088b
Update to 1.0.4
2008-07-26 18:39:26 +00:00
Felippe de Meirelles Motta
ae4fcb4142
- Update to 3.6.5.
...
PR: ports/125393
Submitted by: bf <bf2006a@yahoo.com>
Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks)
2008-07-26 16:36:41 +00:00
Michael Johnson
412a1288be
Update to 1.9.41
2008-07-26 02:59:11 +00:00
Pav Lucistnik
efa63f6ba4
- Remove USE_GCC where it can be satisfied with base compiler on following
...
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +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