1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

305268 Commits

Author SHA1 Message Date
Alexey Dokuchaev
b48eba755d - Fix Makefile header, normalize COMMENT text
- Drop explicit shlib ABI versions from LIB_DEPENDS
- Do not redefine PKGMESSAGE, adding it to SUB_FILES does it automagically
- Do not terminate RESTRICTED message with a dot
- Add a comment about possible abuse of USE_PERL5
- Mute post-patch target to match default ports' behavior closely
- Do not abuse ALL_TARGET to pass variables to downstream make(1), use
  MAKE_ARGS properly instead (merge together with MAKE_ENV)
- Fix inner makefiles and configure script to make port jobs (-jX) safe
- Pad the output of PKGMESSAGE to be consistent with the package

Reported by:	pointyhat-west
2013-07-27 08:34:48 +00:00
TAKATSU Tomonari
22748215a7 - Update to 0.5-61 2013-07-27 08:22:02 +00:00
John Marino
e8b26d98de net-im/cli-msn: Mark BROKEN and DEPRECATE
This port is BROKEN because the master site more-pah.net no longer offers
a direct download so the distfile can't be fetched.  I could not find any
mirrors for the distfile.

It is deprcated because the offical MSN Messenger service ended 30 Apri
2013.  Third party tools like this still function for now, but the true
EOL date is not publically known, but official documentation suggested
XMPP protocol service ends October 2013. [1]

[1] http://tinyurl.com/ac9vbqo

PR:		179655
Approved by:	bapt / culot (mentors, implicit), maintainer timeout
2013-07-27 07:30:04 +00:00
Hiroki Sato
2c30ab87d9 - Fix CONFLICTS.
- Style cleanups.
- Take maintainership.
2013-07-27 04:27:19 +00:00
Hiroki Sato
2915c6da80 Update to 0.3.10. 2013-07-27 04:24:14 +00:00
Vanilla I. Shu
70f644326c Upgrade to 6.2.
PR:		ports/180879
Submitted by:	maintainer
2013-07-27 03:39:55 +00:00
John Marino
ad7dc7941a deskutils/tomboy: Not jobs safe
While here, did the following cleanups:
 * Trim makefile header
 * Fixed WWW indent on pkg-descr
 * Removed library version specification
 * converted USE_GMAKE to USES+=gmake

Approved by:	bapt/culot (mentors, implicit)
2013-07-27 00:00:00 +00:00
Baptiste Daroussin
86125ed3ba Chase audio/arts removel 2013-07-26 23:52:01 +00:00
Baptiste Daroussin
24885637f1 Chase audio/arts removal 2013-07-26 23:46:21 +00:00
Baptiste Daroussin
b49524071e Remove non default ARTS option 2013-07-26 23:34:57 +00:00
Baptiste Daroussin
6c9e1c4e6f Remove non default options on arts
Reported by:	mat
2013-07-26 23:31:35 +00:00
Baptiste Daroussin
ace73de6c0 Remove non default option on audio/arts which has been removed from the tree
Reported by:	mat
2013-07-26 23:30:02 +00:00
William Grzybowski
a570bcf746 net/jicmp: update to 1.4.1
- Update to 1.4.1 [1]
- Trim Makefile header [1]
- Remove leading article from COMMENT

PR:		ports/18084
Submitted by:	Sevan Janiyan <venture37 geeklan.co.uk> (maintainer)
2013-07-26 23:28:58 +00:00
William Grzybowski
106007f8c9 net/minidlna: remove required dirs
- Remove required dirs from rc.d, it is already ensured with install cmd

Reported by:    tdb
2013-07-26 23:25:40 +00:00
Baptiste Daroussin
bd2eeff217 deskutils/metabar has gone 2013-07-26 23:24:56 +00:00
Xin LI
31071be527 Document BIND denial of service vulnerability 2013-07-26 23:22:36 +00:00
Baptiste Daroussin
ab20a94680 Deprecate and set expiration date for ports broken for more than 6 month 2013-07-26 23:20:17 +00:00
Ollivier Robert
290764c8ba Put back the two patches for RPZ-RL that were removed during the previous
update.
2013-07-26 22:19:27 +00:00
Ollivier Robert
3726e2cae1 Security update to fix CVE-2013-4854 as reported at
https://kb.isc.org/article/AA-01015/0

9.9.3-p1 -> 9.9.3-P2
9.8.5-p1 -> 9.8.5-P2

9.6.x is not affected, neither is 10.x.

Security:	CVE-2013-4854 Remote DOS
2013-07-26 22:05:05 +00:00
John Marino
3b8130edf2 sysutils/gkrelltop: Reset maintainer, address bounces
Approved by:	bapt/culot (mentors, implicit)
2013-07-26 22:02:09 +00:00
John Marino
84f50e0b9a mail/deforaos-mailer: Not jobs safe
Also changed order and removed whitespace to make portlint happy.

Approved by:	bapt/culot (mentors, implicit)
2013-07-26 21:41:07 +00:00
John Marino
6f0ad9134a devel/adasdl: Move to Ada framework
Currently this port has a hard dependency on lang/gnat.  This has been
replaced with USES+=ada and minor changes to incorporate it into the Ada
framework with a PORTREVISION bump.

The makefile header was trimmed, spaces were replaced with tabs, the
leading article was removed from the COMMENT, USES_GMAKE was converted
to USES and GMAKE was redefined in order to access the environment
variables.

This is a very old program, and the data types defined in it in are
too small for amd64.  Redports confirms it will not build on this platform
so ONLY_FOR_ARCHS=i386 is set as well.

Approved by:	bapt & culot (mentors)
2013-07-26 20:52:06 +00:00
John Marino
6b63d88b6e devel/afay: Move to Ada framework
Currently this port has a hard dependency on lang/gnat.  This has been
replaced with USES+=ada and minor changes to incorporate it into the Ada
framework with a PORTREVISION bump.

The makefile header was trimmed and NOPORTDOCS was replaced with the DOCS
option, and now portlint is happy.

Approved by:	bapt & culot (mentors)
2013-07-26 20:50:50 +00:00
John Marino
bcdb8c1dc9 textproc/words: Move to Ada framework
Currently this port has a hard dependency on lang/gnat.  This has been
replaced with USES+=ada and minor changes to incorporate it into the Ada
framework with a PORTREVISION bump.

The MASTER_SITES url did not resolve, so the distfile was unfetchable.
Luckily the entire site was archived, so the MASTER_SITES and primary
site fetching has been restored.  The makefile header was trimmed, the
AUTHOR was removed as the email may not longer be valid, NOPORTDOCS
was replaced with the DOCS option, and now portlint is happy.

Approved by:	bapt & culot (mentors)
2013-07-26 20:49:31 +00:00
John Marino
25b5722c1e x11/deforoas-libdesktop: Not jobs safe
set MAKE_JOBS_UNSAFE and make portlint happy.

Approved by:	bapt/culot (mentors, implicit)
2013-07-26 19:46:21 +00:00
Juergen Lock
59fd77a3dd Simplify path for extra-patches.
PR:		ports/180817
Submitted by:	pfg
2013-07-26 19:40:01 +00:00
Rene Ladan
7ed0cc941a Mark as broken if the XCWCP option is selected which uses the removed QT3.
PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
2013-07-26 19:21:10 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Baptiste Daroussin
eec2cb8d74 Remove support for Qt3/kde in preparation for full Qt3/kde3 removal
PR:		ports/180745
Submitted by:	rene
2013-07-26 19:14:50 +00:00
Jung-uk Kim
7eb58ccea8 Update to 20130725. 2013-07-26 19:00:01 +00:00
Daniel Eischen
720530561d Change maintainer from ports@ to new maintainer. From the new maintainer:
Bump portrevision
  Trim Makefile header
  Trim master sites
  Remove leading article from COMMENT
  Add Icons
  Remove dependency for gmake
  Add portscout
  Add docs
  Add Desktop entry file
  Add DOCS Option
  Trim pkg-descr
  Trim pkg-plist

PR:		174951
Submitted by:	nemysis at gmx dot ch
2013-07-26 18:38:38 +00:00
Andrej Zverev
cd9e944e39 - Fix leftovers
- Trim makefile header
2013-07-26 18:30:21 +00:00
Daniel Eischen
9f03fa1667 Change maintainership from @ports to new maintainer. From the
new maintainer:

  Trim comment
  Add license (GPLv2)
  New world order USES: gmake, pkgconfg, shared-mime-info
  Add docs
  Add DOCS option
  Trim icons
  Trim pkg-descr
  Trim pkg-plist

PR:		174911
Submitted by:	nemysis at gmx dot ch
2013-07-26 18:21:02 +00:00
Andrej Zverev
f7d3d08d5d - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-26 18:02:28 +00:00
Juergen Lock
1d282f19b2 Update to 1.1.0 .
Submitted by:	hselasky (maintainer)
2013-07-26 17:52:24 +00:00
Juergen Lock
f8bdd08635 Update to 2.0.7 .
Submitted by:	hselasky (maintainer)
2013-07-26 17:51:45 +00:00
Juergen Lock
c9dc366680 Update to 2.0.7 .
Thanks to:	madpilot and Fabian Keil for testing!
2013-07-26 17:40:16 +00:00
Dmitry Marakasov
5c162b8d02 MyGUI is a library for creating Graphical User Interfaces (GUIs)
for games and 3D applications. The main goals of mygui are: speed,
flexibility and ease of use.

WWW: http://mygui.info/
2013-07-26 17:27:42 +00:00
Bernhard Froehlich
80f0ddf7dc - Update to 3.4.0.20130726.3 (8a8c1a8712)
- This update includes a fix for the kqueue implementation which also fixes scanning

Thanks to:	nox, hselasky
2013-07-26 17:11:25 +00:00
Juergen Lock
ec8233bfa0 - Update to 0.1.29 .
- Add kqueue(2) support.

Submitted by:	hselasky (maintainer)
2013-07-26 16:55:19 +00:00
Chris Rees
c1ad1c9e20 Chase allegro-4.4 move 2013-07-26 16:06:39 +00:00
Chris Rees
313dd0e205 Move allegro-devel to allegro; 4.4 is hardly a devel version any more.
Minor fix required in emulators/o2em.

Remove allegrogl, which is broken and included in allegro-4.4 anyway.

Update allegro-devel to 5.0.7 [1]

PR:		ports/172981 [1]
Submitted by:	nemysis <nemysis@gmx.ch> [1]
2013-07-26 16:04:47 +00:00
Alexey Dokuchaev
e7ede9d9fb - Try to fix parallel builds: setting ALL_TARGET to "depend all" would not
work in -jX case due to races; thus, move depend generation to pre-build
- While here, convert USE_GMAKE and fix badly indented line by one tabstop
- As advised by the Porter's Handbook, terminate URL with a slash (in port
  description text)

Reported by:	pointyhat-west
2013-07-26 15:16:14 +00:00
Nicola Vitale
6bb4788364 A built-package format for Python.
A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
Many packages will be properly installed with only the "Unpack" step (simply
extracting the file onto sys.path), and the unpacked archive preserves enough
information to "Spread" (copy data and scripts to their final locations)
at any later time.

The wheel project provides a bdist_wheel command for setuptools (requires
setuptools >= 0.8.0). Wheel files can be installed with a newer pip from
https://github.com/pypa/pip or with wheel's own command line utility.

WWW: http://bitbucket.org/dholth/wheel/

Build logs:	http://goo.gl/fNXhY1
2013-07-26 15:15:10 +00:00
Gabor Pali
0283fc353e - Add a missing period
Obtained from:	FreeBSD Haskell
2013-07-26 15:09:12 +00:00
Gabor Pali
5fd823321c - Add bsd.hackage.mk entry that was missed in r321071
Obtained from:	FreeBSD Haskell
2013-07-26 15:07:11 +00:00
Baptiste Daroussin
5776fb0c69 Fix build with newer binutils 2013-07-26 15:06:12 +00:00
Grzegorz Blach
c004b6e8a4 - Fix pkg-plist
Approved by:	crees (mentor)
2013-07-26 14:51:06 +00:00
Mathieu Arnold
6c68fa807c Add missing %%PORTDOCS%%. 2013-07-26 14:45:29 +00:00
Baptiste Daroussin
ad9d62a473 Fix build with newer binutils 2013-07-26 14:41:03 +00:00