Commit Graph

5430 Commits

Author SHA1 Message Date
Alex Dupre
68a78d597b Update to 7.0.5p3 and convert to OptionsNG. 2012-06-13 09:42:06 +00:00
Hiroki Sato
8163ab0145 Update to 9.5.1.
Security:	CVE-2012-0774
Security:	CVE-2012-0775
Security:	CVE-2012-0776
Security:	CVE-2012-0777
Security:	APSB12-08
Security:	http://www.adobe.com/support/security/bulletins/apsb12-08.html
2012-06-13 03:21:51 +00:00
Baptiste Daroussin
85d6c7007d 2012-05-10 print/cups-magicolor: BROKEN for more than 6 month
2012-05-10 security/pantera: BROKEN for more than 6 month
2012-06-12 22:11:38 +00:00
Hiroki Sato
baa7ed7276 Style fix. 2012-06-12 17:51:30 +00:00
Hiroki Sato
8d4602aa3a - Add LICENSE.
- Make MAKE_JOBS_SAFE=yes.
- Replace OPTIONS with OPTIONSng.  Bump PORTREVISION because a package created
  with Makefile.drivers r1.8 had some inconsistent default values.
2012-06-12 17:50:48 +00:00
Alex Dupre
b907cdf1d8 Update to 2.1.9 release. 2012-06-12 13:29:09 +00:00
Hiroki Sato
992e7db4b6 - Add LICENSE.
- Make MAKE_JOBS_SAFE=yes.
- Replace OPTIONS with OPTIONSng.  Bump PORTREVISION because a package created
  with Makefile.drivers r1.3 had some inconsistent default values.
2012-06-12 12:22:26 +00:00
Dirk Meyer
0322473832 - fix option GHOSTSCRIPT
- use LIBPAPER as default
2012-06-11 06:20:52 +00:00
Dirk Meyer
74d414fb8d - use OPTIONS_DEFINE 2012-06-11 06:02:26 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Pav Lucistnik
13845ddc20 - Mark BROKEN: incorrect plist (%%DATADIR%% followed with literal value of
DATADIR, removal of shared directories, missing installed files, etc..)

Reported by:	pointyhat
2012-06-10 13:51:24 +00:00
Dirk Meyer
57e28c8812 - update to 0.5 2012-06-08 05:06:49 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Steve Wills
99da4367dc - Update to 0.9.1.11 2012-06-06 00:55:33 +00:00
Andrej Zverev
1385f70bdf - Remove SITE_PERL from *_DEPENDS 2012-06-05 18:34:53 +00:00
Gabor Pali
fb51ad45b1 - Remove obsoleted Haskell ports:
devel/hs-binary: this package became part of lang/ghc.
  devel/hs-convertible-text: this package is obsolete.
  devel/hs-control-monad-attempt: this package is obsolete.
  devel/hs-data-object: this package is obsolete.
  devel/hs-data-object-yaml: this package is obsolete.
  devel/hs-deepseq: this package became part of lang/ghc.
  devel/hs-ghc-paths-docs: not needed any more.
  devel/hs-haddock-docs: not needed any more.
  devel/hs-mtl-docs: not needed any more.
  devel/hs-pool: this package is obsolete.
  devel/hs-transformers-docs: not needed any more.
  print/hs-hscolour-docs: not needed any more.
  textproc/hs-xhtml-docs: not needed any more.
  textproc/hs-xml-enumerator: this package is obsolete.
  www/hs-happstack-data: this package is obsolete.
  www/hs-happstack-ixset: this package is obsolete.
  www/hs-happstack-state: this package is obsolete.
  www/hs-happstack-util: this package is obsolete.
  www/hs-http-enumerator: this package is obsolete.

Obtained from:	FreeBSD Haskell
2012-06-03 23:28:40 +00:00
Gabor Pali
46e9ab0ca5 - Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:	FreeBSD Haskell
2012-06-03 20:52:29 +00:00
Dirk Meyer
b828c5c1a6 - do not drop spool on update 2012-06-01 11:08:42 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sylvio Cesar Teixeira
fdfb8d63ef - Fix problem of duplicate LATEST_LINK values with scribus-devel port.
Reported by: erwin@
2012-05-30 18:11:52 +00:00
Alex Dupre
8e1e6293a0 Avoid namespace collisions between the embedded (modified) png library
and external libpng.so.

Submitted by:	thompsa
2012-05-29 12:15:00 +00:00
Baptiste Daroussin
c263127442 New options framework for the ports
for maintainers:
it introduces 3 different types of options: simple, multi and single:
- simple options are the same as the current options (i.e. on or off.)
- multi options are options where at least one must be set (1-N).
- single options are options where one and only one must be set (exclusive
  options).

for users:
- OPTIONS_SET: globally enable some options
- OPTIONS_UNSET: globally disable some options
- ${UNIQUENAME}_SET: enable per-port choice of options
- ${UNIQUENAME}_UNSET: disable per-port choice of options

For compatibility the old OPTIONS framework is now working on top of the new one
The options previously set with old OPTIONS are imported and converted
transparently.

A new knob NO_DIALOG if defined in the the config-conditional target is ignored
(prevent the dialog(1) ui to show up.

Thanks to all people involved:
beat@, crees@, Bryan Drewery, linimon@, novel@ and others, for testing, comments, patches
2012-05-29 09:54:27 +00:00
Beech Rintoul
c663c34252 - Update to 1.5.0
- Using SVN now

PR:		ports/168215
Submitted by:	lbartoletti <coder@tuxfamily.org> (maintainer)
2012-05-28 22:55:32 +00:00
Marcelo Araujo
525e5cb4b5 - Update to 6.6.15. 2012-05-28 08:26:15 +00:00
Sylvio Cesar Teixeira
0b8a17d5a5 - Update to 1.2.9 2012-05-25 19:48:25 +00:00
Cy Schubert
575e1b1ff7 Fix brokenness caused by graphics/xpdf r1.102. 2012-05-25 03:29:37 +00:00
Max Brazhnikov
f564508406 KDE/FreeBSD team presents long awaited KDE SC 4.8.3!
kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
- deskutils/kdepim44
- deskutils/kdepim44-runtime
- deskutils/superkaramba
- devel/kdebindings4-perl-perlkde
- devel/kdebindings4-perl-perlqt
- math/analitza
- math/kcalc
- misc/kde4-l10n-fa
- security/kgpg-kde4
- security/kwallet
- sysutils/kdf
- sysutils/kfloppy
- sysutils/sweeper
- vietnamese/kde4-l10n
- x11-clocks/ktimer
- x11/kactivities
- x11/libkonq

Removed ports:
- devel/kdebindings4-kross-interpreters
- devel/kdebindings4-python
- devel/kdebindings4-ruby
- devel/kdebindings4-smoke
2012-05-25 02:15:20 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Pav Lucistnik
5617309c86 - Mark BROKEN: xpdf port no longer installs anything under bin/
Reported by:	pointyhat
2012-05-23 20:51:55 +00:00
Martin Wilke
385b66774b - Update to version 4
PR:		168044
Submitted by:	Ports Fury
2012-05-22 15:24:37 +00:00
Jason Helfman
00f3b6859b - Update to 2.0.1
- Add LICENSE
- Patch files are no longer used in version 2.0.x

PR:	ports/167668
Submitted by:	linpc@cs.nctu.edu.tw
Approved by:	maintainer timeout (15 days)
2012-05-21 17:39:49 +00:00
Johan van Selst
13a3e72ea8 - Update texinfo to latest version (16 May)
- Modify FETCH_ARGS to force re-fetch if we have an obsolete local copy
  of some of the unversioned distfiles
2012-05-20 21:09:15 +00:00
Jeremy Messenger
3e4d8ab44d Remove the auto-check dependency and able to use OPTIONS now.
PR:		ports/163807
Submitted by:	A.J. Kehoe IV (Nanoman) <aE7qL1CN@nanoman.ca>
2012-05-20 16:48:35 +00:00
Alex Dupre
77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00
Pawel Pekala
e5a36098a3 This is a beginning-of-page hook for LaTeX.
Using the \AtBeginPage hook, you can add material in the background
of each page.

WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/bophook

PR:		ports/167789
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2012-05-19 09:22:54 +00:00
Pawel Pekala
1f83322899 The examplep LaTeX package provides sophisticated features
for typesetting verbatim source code listings, including the display
of the source code and its compiled LaTeX or METAPOST output
 side-by-side, with automatic width detection and enabled page breaks
(in the source), without the need for specifying the source twice.

WWW: http://www.ctan.org/tex-archive/macros/latex2e/contrib/examplep

PR:		ports/167788
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2012-05-19 09:21:41 +00:00
Rene Ladan
08865bed1d Remove expired unmaintained ports:
2012-05-16 databases/sqlite34: No more supported, please use databases/sqlite3 instead
2012-05-10 graphics/long-exposure-tools: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-hsb: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-mt: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-nso: BROKEN for more than 6 month
2012-05-10 net-im/pino: BROKEN for more than 6 month
2012-05-18 print/perlftlib: No more upstream, no more used in the ports tree
2012-05-18 13:18:31 +00:00
Martin Wilke
f49ff1bb5c - Update to 1.0.3 2012-05-17 15:15:22 +00:00
Alex Dupre
b66c7f3f9e Fix for PHP 5.4. 2012-05-16 07:36:46 +00:00
Sylvio Cesar Teixeira
341d5ef9b8 - Update to 1.4.1
PR:		ports/167919
Submitted by:	bsam@
2012-05-15 16:48:04 +00:00
Ade Lovett
6d726b6c09 Update autoconf to 2.69 and automake to 1.12
PR:		166836
Tested by:	Multiple -exp runs (pav)
2012-05-11 20:38:09 +00:00
Rene Ladan
35c0e26177 - Follow the upstream change for the download location [1]
- While here, pet portlint
PR:		ports/167704 [1]
Submitted by:	Olivier Duchateau
2012-05-08 21:26:36 +00:00
Nicola Vitale
ba60a2a3ce - Update to 1.2.18
- Respect NO_INSTALL_MANPAGES
2012-05-03 13:33:45 +00:00
Pawel Pekala
c7bdc26254 Add missing run dependency on ghostscript
PR:		ports/167311
Reported by:	grarpamp <grarpamp@gmail.com>
2012-04-28 08:26:20 +00:00
Juergen Lock
aa9bd333e8 Update to 4.2.0 . 2012-04-24 16:09:55 +00:00
Jason Helfman
ebebc1666d - Update to 4.31
- Install extra scripts and examples
- update pkg-descr
- while here use MAN1PREFIX for man installation

PR:     ports/167026
Submitted by:   maintainer, fernan@iib.unsam.edu.ar
2012-04-20 20:18:14 +00:00
Baptiste Daroussin
d9cb7cd617 No more used in the ports tree, no more upstream 2012-04-18 20:36:55 +00:00
Marcelo Araujo
802bdc43ec - Remove MD5.
Reported by:	Alex Kozlov <spam@rm-rf.kiev.ua>
2012-04-18 13:15:08 +00:00
Marcelo Araujo
fd2c09f02c - Update to 6.6.9. 2012-04-15 04:13:59 +00:00
Baptiste Daroussin
ba56649f1a Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month 2012-04-09 23:51:44 +00:00