1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

4929 Commits

Author SHA1 Message Date
Ryan Steinmetz
c23e1f2e65 - Add STAGE support
- Bump PORTREVISION
2014-05-11 18:37:51 +00:00
Antoine Brodin
2abc8d688e Reset a few maintainers
<adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72]
    said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected:
    User unknown in local recipient table (in reply to RCPT TO command)

<dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said:
    550-5.1.1 The email account that you tried to reach does not exist. Please

<kawahara@nlp.kuee.kyoto-u.ac.jp>:
Sorry, no mailbox here by that name. (#5.1.1)

<hnsmaster@h14m.org>: Host or domain name not found. Name service error for
    name=h14m.org type=AAAA: Host found but no data record of requested type

    <jre@vineyard.net>: Recipient address rejected: User unknown in virtual
    mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command)

<gawrilow@math.tu-berlin.de>: host mail.tu-berlin.de[130.149.7.33] said: 550
    Recipient verify failed (in reply to RCPT TO command)

<mico@bsd.hu>: host mail.datacast.hu[195.70.49.210] said: 550 5.1.1
    <mico@bsd.hu>: Recipient address rejected: User unknown in virtual mailbox

<gogo@cs.uni-sb.de>: host mail.cs.uni-sb.de[134.96.254.200] said: 550 5.1.1
    <gogo@cs.uni-sb.de>... User unknown (in reply to RCPT TO command)

<mickey@enforcer.cc>: Host or domain name not found. Name service error for
    name=keep.yourmail.yuk type=AAAA: Host not found

<lucio@zetasolucoes.com.br>: host ASPMX.L.GOOGLE.COM[2607:f8b0:400c:c01::1a]
    said: 550-5.1.1 The email account that you tried to reach does not exist.

<luke@novum.am.lublin.pl>: Host or domain name not found. Name service error
    for name=novum.am.lublin.pl type=AAAA: Host not found

<aihal@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550
    unknown user (in reply to RCPT TO command)

With hat:	portmgr
2014-05-10 17:48:13 +00:00
Bryan Drewery
b60faac83e - Remove redundnat MYSQL option. It's already defined in the DB SINGLE.
This fixes older poudriere continually rebuilding this pacakge every
  build.
2014-05-09 20:14:47 +00:00
Mathieu Arnold
ebef627b53 Add Monitoring::Plugin, a Nagios::Plugin fork.
Sponsored by:	Absolight
2014-05-09 17:55:08 +00:00
Mathieu Arnold
0b6d267e85 Note conflict with monitoring-plugins.
Sponsored by:	Absolight
2014-05-09 17:54:40 +00:00
Mathieu Arnold
88c5e8e9d2 Add monitoring-plugins, a fork of nagios-plugins.
For now, use a snapshot from github until they release 1.6.

Sponsored by:	Absolight
2014-05-09 17:53:39 +00:00
Mathieu Arnold
d6e16e5027 - Fix check_mailq with qmail [1]
- Add LICENSE
- Fix a few occurences of /usr/local
- USES=libtool
- Add a backup MASTER_SITE.

Reported by:	Filias Heidt [1]
Sponsored by:	Absolight
2014-05-09 16:23:41 +00:00
Baptiste Daroussin
6fef486f25 Support stage
Use @sample
2014-05-09 00:01:54 +00:00
Dmitry Marakasov
e840530321 - Clarify LICENSE
- Minor style nits
2014-05-08 13:03:47 +00:00
Sunpoet Po-Chuan Hsieh
6a31754015 - Update to 0.23
Changes:	http://search.cpan.org/dist/Data-Validate-IP/Changes
PR:		ports/189423
Submitted by:	Tuc <freebsd-ports@t-b-o-h.net> (maintainer)
2014-05-08 03:04:06 +00:00
Alex Kozlov
7b9313436c - Update to 2.1.1
- Use a single space for WWW in pkg-descr
- Switch to PLIST_FILES

PR:	ports/189187
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2014-05-07 15:28:14 +00:00
Mathieu Arnold
3e1a6320c3 Update to 4.0.6
Pet portlint and rclint, cleanup SUB_LIST/PLIST_SUB.

Changelog:	http://www.nagios.org/projects/nagioscore/history/nagios-4-version-history
Sponsored by:	Absolight
2014-05-07 12:56:30 +00:00
Baptiste Daroussin
f4f46a920e Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
2014-05-05 16:24:00 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Sunpoet Po-Chuan Hsieh
32ff39939f - Add LICENSE
- Remove leading indefinite article from COMMENT
- Update WWW
- Pass maintainership to submitter
- While I'm here, remove DISTNAME

PR:		ports/189225
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-03 08:47:13 +00:00
Sunpoet Po-Chuan Hsieh
c58eafb487 - Add LICENSE
- Pass maintainership to submitter
- While I'm here:
  - Remove outdated post-configure:
  - Cleanup Makefile

PR:		ports/189224
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-03 08:47:09 +00:00
Frederic Culot
c081b5125c - Fix plist
Reported by:	swills@
Pointyhat to:	culot@
2014-04-26 17:30:24 +00:00
Frederic Culot
b07c4740d7 - Update net-mgmt/netmagis-* ports to 2.2.2
PR:		ports/188058
Submitted by:	Pierre DAVID <pdagog@gmail.com> (maintainer)
2014-04-26 08:21:33 +00:00
Martin Wilke
6e692f8c61 - Update to 0.9.13
PR:		188862
Submitted by:	Ports Fury
2014-04-26 02:32:10 +00:00
Lars Engels
50241a7034 - Update to 1.11.2
- Fix leftover .rnd file [1]

Suggessted by:	swills
2014-04-24 20:41:37 +00:00
Antoine Brodin
eb65cad0ab Do not create strange stage orphans 2014-04-24 20:03:12 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Bryan Drewery
3c7bfe1f22 - Fix build with pkg_install
Reported by:	zi
2014-04-23 02:17:35 +00:00
Bryan Drewery
59a410425d - Remove LIB_DEPENDS on libpkg.so to fix pkg-devel usage.
* While this dependency is proper, it creates a hard dependency on
    ports-mgmt/pkg, which interferes with pkg-devel testing. Users
    using pkg-devel are forced to install ports-mgmt/pkg if using this
    port or anything depending on this port.
    While the LIB_DEPENDS has been removed, pkg will still record that
    the net-snmp package requires libpkg.so.1, due to its auto shlib
    dependency registering. This is fine as the package depends on
    libpkg.so.1 but not explicitly on ports-mgmt/pkg. The pkg solver
    can decide how to satisfy that dependency.
  * If using pkg you'll already have pkg installed while building
    this port in ports or installing from packages. So nothing is lost
    here.
  * Once pkg-1.3 is out we may change ACTUAL-PACKAGE-DEPENDS to only
    consider RUN_DEPENDS, not also LIB_DEPENDS. This would remove
    the hard dependency on ports-mgmt/pkg here. pkg-1.2 cannot
    handle this yet though.

Reported by:	rpaulo
Reported at:	https://github.com/freebsd/pkg/issues/785
With hat:	portmgr
2014-04-23 01:29:25 +00:00
Rene Ladan
71afc9d4e8 - Stage support [1]
- Clean up pkg-plist a bit [1]
- Use modern LIB_DEPENDS

PR:		ports/188037
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	maintainer timeout (<pakhom706@gmail.com> , 3 weeks)
2014-04-22 18:31:13 +00:00
Rene Ladan
0072d00b1c - Add stage support
- Use modern LIB_DEPENDS

Based on ports/188037

Approved by:	portmgr (infrastructure blanket)
2014-04-22 18:14:34 +00:00
Mark Felder
0989e3f4d1 Fix duplicate plist entries 2014-04-22 14:49:52 +00:00
John Marino
5b90719dfe net-mgmt/arts++: Fix on DragonFly and support stage
Due to ltconfig issue, DragonFly wasn't building the shared libraries.
2014-04-21 23:07:36 +00:00
Mathieu Arnold
d0e44c10b7 Add a bit for people still using REPLACE_BASE with BIND.
Reported by:	Craig Leres
Sponsored by:	Absolight
2014-04-21 09:53:08 +00:00
Olli Hauer
a5dba8f3d2 - fix PORTOPTION s/:MWITH_MYSQL/:MMYSQL/
- rename OPTION POSTGRESQL -> PGSQL
- USES shebangfix
- use new LIB_DEPENSD notation
- enable staging
- bump PORTREVISION
2014-04-19 10:45:23 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Mathieu Arnold
1b6a0aa634 Fix a segfault when using livestatus, downtime and logrotate.
Issue:		http://tracker.nagios.org/view.php?id=455
Sponsored by:	Absolight
2014-04-18 08:54:01 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
John Marino
ca9574e7df Add USE_GNOME+= gnomedocutils to 5 ports
These ports will fail configuration if gnome-doc-utils is not present.
Likely a common dependency loaded it in the past, but not anymore.
Explicitly list gnome-doc-utils as a build dependency in order to
fix the recent breakage of these ports.

Also reset maintainership of etherape - maintainer gone for more than
one yet now.

Approved by:	portmgr (bdrewery)
2014-04-16 18:19:26 +00:00
Mathieu Arnold
e140c22505 Update to 2.0.1.
Changes:	https://nagios-plugins.org/nagios-plugins-2-0-1-released/
Sponsored by:	Absolight
2014-04-16 09:46:29 +00:00
Mathieu Arnold
1a66f6dbc8 Update to 4.0.5
Changes:	http://www.nagios.org/projects/nagioscore/history/nagios-4-version-history
Sponsored by:	Absolight
2014-04-15 22:42:21 +00:00
Mathieu Arnold
b2035580d8 Go back one step and one to the right. Shipping dig and nslookup
was a bad idea, I can't guess what dependencies they need (like
libidnkit) so back to the first option, allowing people to choose
what they want to do.

Add five new options, use DNS from base, which means that >= 10,
check_dns won't be there and check_dig will use drill, or allow
choosing between bind-tools, bind98, bind99 and bind910.

Sponsored by:	Absolight
2014-04-15 09:57:46 +00:00
Mathieu Arnold
919471b41b Fix build WITH=JAILS.
PR:		188627
Submitted by:	Ryan Frederick
Sponsored by:	Absolight
2014-04-14 20:39:46 +00:00
Mathieu Arnold
0f5031c7b3 Update to 2.0
- Convert to options knobs
- On FreeBSD >=10.0 install a hidden copy of dig/nslookup
  to help with check_dig, and add back check_dns.

Changes:	https://nagios-plugins.org/nagios-plugins-2-0-released/
Sponsored by:	Absolight
2014-04-14 15:29:16 +00:00
Mathieu Arnold
efea4a227f Take.
Sponsored by:	Absolight
2014-04-12 19:50:37 +00:00
Dmitry Sivachenko
406ae1d7e2 Release, ENOTIME. 2014-04-12 19:39:56 +00:00
Mathieu Arnold
cc30f48479 Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.
Sponsored by:	Absolight
2014-04-12 19:23:10 +00:00
Emanuel Haupt
eb3a0ce654 Support staging 2014-04-11 21:36:04 +00:00
Frederic Culot
2b1ed78dd4 - Reassign to the heap at maintainer's request 2014-04-11 05:26:30 +00:00
Ryan Steinmetz
ddc608e001 - Fix another pkg-plist issue
- Bump PORTREVISION
2014-04-10 22:02:00 +00:00
Ryan Steinmetz
49f85ed3aa - Unbreak python support
- Fix pkg-plist issue
- Bump PORTREVISION

PR:		ports/188440
Submitted by: 	Johannes Jost Meixner <xmj@FreeBSD.org>
2014-04-10 21:48:42 +00:00
Lars Engels
fff25935e2 - Fix creation of log directories in icinga's rc script
- Bump PORTREVISION
2014-04-10 21:08:03 +00:00
Ryan Steinmetz
ee4a36e4e4 - Try fixing the plist again 2014-04-10 02:41:12 +00:00
Ryan Steinmetz
949b407edd - Fix plist
- Fix include path
2014-04-10 02:26:09 +00:00
Ryan Steinmetz
69ecdcb7a8 - Add pkgNG support for HOST-RESOURCES-MIB::hrSWInstalled*
- Add STAGE support
- Bump PORTREVISION
2014-04-10 02:03:40 +00:00