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

4908 Commits

Author SHA1 Message Date
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
Baptiste Daroussin
b96c9539b8 Support stage 2014-04-08 07:21:38 +00:00
Dmitry Sivachenko
be6d2ea874 Add RIEMANN option.
PR:		184458
Submitted by:	maintainer
2014-04-07 11:15:09 +00:00
Dmitry Sivachenko
68beda2cf3 Update to version 5.4.1;
Add mongodb support.

PR:		187254
Submitted by:	maintainer
2014-04-07 11:09:06 +00:00
Niclas Zeising
8837b7122d Fix comment to not overwrite the comment in slave ports. 2014-04-06 10:07:13 +00:00
Niclas Zeising
655e794a5b Remove notes about nrpe1 from pkg-descr, that version is long gone. 2014-04-06 10:05:42 +00:00
Niclas Zeising
73f0e8a7e7 Add net-mgmt/nrpe-ssl, a slave port to net-mgmt/nrpe but with SSL enabled by
default.
2014-04-06 09:59:10 +00:00
Baptiste Daroussin
9511bfa165 Support stage
Use options helpers
2014-04-04 14:02:13 +00:00
Baptiste Daroussin
f7c1a7dd88 One USE_PYTHON is enough
s/-script://
2014-04-04 13:57:24 +00:00
Emanuel Haupt
bf0aea05f2 - Support staging
- Use shebangfix
- Use WWW: with a single space
2014-04-04 09:07:31 +00:00
Philippe Audeoud
081e6ff0ad - Update to 3.13
Sponsored by:	Orange Business Services
2014-04-03 08:12:51 +00:00
Lars Engels
6e2d7f311b - Unbreak on big-endian architectures [1]
- Use correct DISTVERSION [1]
- Style improvements [1]
- Update to 1.2-beta3

Submitted by:	danfe [1]
2014-04-01 17:34:36 +00:00
Lars Engels
bc0da081e6 Security update to 1.11.1 2014-03-29 12:03:46 +00:00
Andrej Zverev
49f951cca5 - allow build with ARGS by default since user can control usage of such option
via nrpe.conf and dont_blame_nrpe option which is "off" by default.
- remove text about "securityy risk" from ARGS_DESC since nrpe.conf itself
  contain paragraph about it.

PR:		ports/187534
Submitted by:	az@
Approved by:	maintainer (timeout)
2014-03-27 04:41:36 +00:00
Renato Botelho
f61f954576 Support STAGE
Approved by:	portmgr (blanket)
2014-03-26 19:12:53 +00:00
Renato Botelho
87d9646bea . Support STAGE
. Move USE_GMAKE to USES=gmake
. Move USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (blanket)
2014-03-26 18:55:17 +00:00
Renato Botelho
d81c437085 . Support STAGE
. Add LICENSE
. Fix patch filename
2014-03-26 12:08:10 +00:00
Ryan Steinmetz
fc4e917843 - Fix dependency on py-setuptools
Reported by:	Kalidarn@freenode
2014-03-25 13:21:48 +00:00
Emanuel Haupt
d20f4010ee Tell portscout to skip version 4.0.4 as it does not build on 8.x 2014-03-24 13:23:13 +00:00
Pawel Pekala
bb913ef824 Update to version 1.0
PR:		ports/187818
Submitted by:	maintainer
2014-03-22 22:14:11 +00:00
Emanuel Haupt
37f4a7159a Support staging 2014-03-20 08:31:44 +00:00
Ryan Steinmetz
8d0c701f1b - Improve english in pkg-message 2014-03-19 18:28:08 +00:00