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

332806 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
Li-Wen Hsu
5c818b158c - Update to 20140423 snapshot
Security:	59e72db2-cae6-11e3-8420-00e0814cab4e
2014-04-23 13:14:50 +00:00
Li-Wen Hsu
29d08c3506 - Update to 1.4.11
Security:	59e72db2-cae6-11e3-8420-00e0814cab4e
2014-04-23 13:13:37 +00:00
Li-Wen Hsu
6210b26efd - Update to 1.5.6
Security:	59e72db2-cae6-11e3-8420-00e0814cab4e
2014-04-23 13:13:12 +00:00
Li-Wen Hsu
f00e2975c2 - Update to 1.6.3
Security:	59e72db2-cae6-11e3-8420-00e0814cab4e
2014-04-23 13:12:13 +00:00
Li-Wen Hsu
b6557362ac Document Django 2014-04-21 vulnerabilty 2014-04-23 13:10:30 +00:00
Kubilay Kocak
dc25f558f7 databases/py-gdbm: Make install PREFIX-safe
Pass a PREFIX-safe Python library directory to Python --install arguments.

While I'm here:

- Re-order and sort USE(S) and PYDISTUTILS entries
- Whitespace alignment
2014-04-23 11:49:08 +00:00
Pietro Cerutti
6f2f8c48f1 - Fix build on < 8000000 (yacc doesn't have a -y option)
Reported by:	pkg-fallout
2014-04-23 11:47:25 +00:00
Rene Ladan
cf9f93a285 Fix typo in pkg-install.in and bump PORTREVISION
Submitted by:	Takefu <takefu@airport.fm>
2014-04-23 11:09:09 +00:00
Dmitry Marakasov
2f075b9022 - Update to 3.12
PR:		188888
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2014-04-23 11:08:49 +00:00
Dmitry Marakasov
e927ae024d - Update to 3.4
PR:		188886
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2014-04-23 11:08:46 +00:00
Rene Ladan
acfcae5a89 Restore conflict with -nox11 variant
Submitted by:	John Hein in PR follow up
2014-04-23 11:06:57 +00:00
Pietro Cerutti
dc41b1365a - Update to 1.14
- Track new repository on github
2014-04-23 10:07:23 +00:00
Pietro Cerutti
5e7065257c - Update to snapshot 10125
Changes: http://www.fltk.org/articles.php?L1359
2014-04-23 09:40:18 +00:00
Olli Hauer
edccf7e2e2 - update russian bugzilla language templates
MFH:		2014Q2
2014-04-23 09:22:45 +00:00
Guido Falsi
c2fbc051f4 - Update to 3.4.1
- in x11-toolkits/scintilla, leverage USES=compiler to check if
  we're on clang or gcc

PR:		ports/188782, ports/188783
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2014-04-23 08:43:07 +00:00
Pietro Cerutti
6fcd7e3165 - Fix build on < 9.0 2014-04-23 08:29:23 +00:00
Li-Wen Hsu
b23f0076c0 - Stage
- Drop easy_install
- Pet portlint

PR:		ports/188881
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-23 06:20:42 +00:00
Li-Wen Hsu
78400aac75 - Stage
- Drop easy_install
- Pet portlint

PR:		ports/188881
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-23 06:19:29 +00:00
Cy Schubert
794c40cfee Stagify. 2014-04-23 04:40:06 +00:00
Jung-uk Kim
c20dd5b4a1 - Update to r351880.
- Bundle libfreetype.so.6.
2014-04-23 03:25:08 +00:00
Cy Schubert
e39f034c5a Remove extraneious MAN assignments. 2014-04-23 02:55:24 +00:00
Bryan Drewery
3c7bfe1f22 - Fix build with pkg_install
Reported by:	zi
2014-04-23 02:17:35 +00:00
Bryan Drewery
b979ba81fe - This is not really a quote, I summarized it myself. 2014-04-23 01:55:54 +00:00
Bryan Drewery
b81b2bc341 - Document OpenSSL CVE-2010-5298 2014-04-23 01:54:43 +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
Dmitry Marakasov
b246b3ea39 - Update to 1.94
PR:		188885
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2014-04-23 01:20:44 +00:00
Dmitry Marakasov
a489318cbe - Update to 5.4
PR:		188884
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2014-04-23 01:20:43 +00:00
Dmitry Marakasov
7c7f68b12f - Minor port cleanup
- Add LICENSE
- Fix error handling

PR:		187757
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-04-23 01:15:52 +00:00
Dmitry Marakasov
7099f3ea92 - Minor port cleanup
PR:		188145
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-04-23 01:14:42 +00:00
Dmitry Marakasov
375aa7879e - Update MASTER_SITES
- Pass maintainership to submitter
- Add LICENSE

PR:		188034
Submitted by:	"A.J. van Werven" <freebsd@skysmurf.nl>
2014-04-23 01:09:58 +00:00
Dmitry Marakasov
fe85221475 - Update MASTER_SITES
- Pass maintainership to submitter
- Add LICENSE

PR:		188033
Submitted by:	"A.J. van Werven" <freebsd@skysmurf.nl>
2014-04-23 01:09:34 +00:00
Dmitry Marakasov
86c417e970 - Fix path to data directory
- While here, don't remove mtree directory

PR:		188834
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
MFH:		2014Q2
2014-04-23 01:06:19 +00:00
Dmitry Marakasov
19415aaafc - Add missing USE_OPENSSL
PR:		187989
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-04-23 01:04:24 +00:00
Dmitry Marakasov
190cffb418 - Update to 0.9.31.2
- Minor fixes to pkg-deinstall.in / Makefile

PR:		187618
Submitted by:	Marco Steinbach <coco@executive-computing.de> (maintainer)
2014-04-23 01:03:16 +00:00
Dmitry Marakasov
454cceb7c9 - Install includes
- Convert USE_BZIP2 to USES
- Respect user-set LDFLAGS
- Whitespace fix in pkg-descr

PR:		188258
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-04-23 01:00:52 +00:00
Dmitry Marakasov
667da16725 - Update to 1.7.73
Changelog:
* Restored calls to png_set_crc_action() which had been removed from version 1.7.72 for some testing and inadvertently not restored.
* Changed "fix" internal variable name to "salvage" (still set with "-fix")
* Added code to fix/salvage PNG with "bad adaptive filter value" error.
* Avoid calculating CRC during compression trials except for the last trial, when the output is actually written.
* Fixed a bug with reducing 16-bit images to 8-bit using "-reduce" option.

PR:		188290
Submitted by:	Anton Sayetsky <vsjcfm@gmail.com> (maintainer)
2014-04-23 00:59:06 +00:00
Dmitry Marakasov
b7f05bfda9 GNU Emacs modes for Git-related files.
* git-commit-mode - A major mode for editing Git commit messages
  according to the guidelines by Tim Pope.
* git-rebase-mode - A major mode for git-rebase-todo files created by
  git rebase -i
* gitconfig-mode - A 'conf-mode'-derived major mode for editing
  .gitconfig files.
* gitignore-mode - A 'conf-mode'-derived major mode for editing
  .gitignore files.
* gitattributes-mode - A major mode for editing .gitattributes files.

WWW: https://github.com/magit/git-modes

PR:		187781
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-04-23 00:57:10 +00:00
Bryan Drewery
196182d95e - Mostly revert r338509 and re-add SF mirrors. Prefer main redirect.
Sourceforce is currently having major issues and without this we
  risk having weekly packages fail to build.

With hat:	portmgr
2014-04-23 00:46:23 +00:00
Antoine Brodin
3902300dbc Fix ports with duplicate pkgnames
With hat:	portmgr
2014-04-23 00:26:36 +00:00
Guido Falsi
0ee4a50c64 - Prevent from auto-detecting fam library when FAM option is unset
- Add IDN option and stop auto-detection of libidn
- Prefer base iconv
- Add USE_PERL5=build since it is needed only for build
- Use ${opt}_CONFIGURE_OFF knob for MAILWRAPPER option.

PR:		ports/188839
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-04-22 23:39:32 +00:00
Guido Falsi
c76e28e800 - Update to 1.3.0
- Use new LIB_DEPENDS format
- USES=tar
- Enable staging

PR:		ports/187986
Submitted by:	me
Approved by:	Maintainer timeout
2014-04-22 23:34:18 +00:00
Bryan Drewery
3964423d4f - Fix handling of "@comment @cwd" so it does not reset real @cwd; only
change the cwd for commented lines (such as %%OPTION%%file). Reset it
  back to the normal on the first non-commented line.
- Sort files after stripping out @comment

With hat:	portmgr
2014-04-22 23:28:27 +00:00
Antoine Brodin
86c6462fcb Fix for real
No bump needed as it didn't build

With hat:	portmgr
2014-04-22 23:00:01 +00:00
Baptiste Daroussin
f3bb394bd6 Update to 20140409 2014-04-22 22:42:50 +00:00
Thierry Thomas
7bd99446c6 Upgrade to a recent snapshot. 2014-04-22 21:25:44 +00:00
Thierry Thomas
b8ff94e5a9 Support staging. 2014-04-22 21:00:34 +00:00
Carlo Strub
eb8a0128ea I'll take it. 2014-04-22 20:42:45 +00:00
Thierry Thomas
d5af42d2b7 - Support staging;
- Mark as deprecated.
2014-04-22 20:30:19 +00:00
Thierry Thomas
6404645136 - Fix the fetch link;
- Support staging.
2014-04-22 20:30:15 +00:00