Commit graph

63 commits

Author SHA1 Message Date
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Baptiste Daroussin
40afbae004 Remove Author from pkg-descr 2015-03-02 23:57:52 +00:00
Vanilla I. Shu
b06784ad44 Fix hanging of xfe.
PR:		197464
Submitted by:	Ports Fury
2015-02-10 13:38:16 +00:00
Vanilla I. Shu
6811fc7090 Upgrade to 1.6.50
PR:		197464
Submitted by:	Port Fury <tkato432@yahoo.com>
2015-02-09 02:25:01 +00:00
Dmitry Marakasov
fead972aff - Drop @dirrm* from and add empty directories to pkg-plists
Approved by:	portmgr blanket, kwm (for gnome@ ports)
2015-01-28 01:08:43 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Dmitry Marakasov
f8906b7586 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-29 09:26:14 +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
Baptiste Daroussin
60ab32712a Convert to USES=libtool 2014-03-02 23:34:42 +00:00
Pietro Cerutti
89fcfbcc74 - Refactor FOX ports
* Remove CONFLICTS between FOX ports by having man-pages
    and binaries named after the port version
  * Avoid bumping shlib version at each minor update by using
    ltverhack [1]
  * Make PKGNAMEs unique (fox14, fox16, fox17) [2]
  * Use new LIB_DEPENDS format

Suggested by:	mezz [1], bapt [2]
2013-10-07 13:14:12 +00:00
Baptiste Daroussin
7e5a7bfffd Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits) 2013-09-20 23:57:47 +00:00
Pietro Cerutti
2de1af3e3f - Update to 1.6.49
Changes:
  * Check index out of bounds in FXTabBook::setCurrent().
2013-04-23 16:41:07 +00:00
Pietro Cerutti
0f8f8a310a - Add HTTP mirror to MASTER_SITES 2013-02-25 08:23:02 +00:00
Pietro Cerutti
c8db1a9bcb - Update to 1.6.47
* Prototype of wndproc() was not correct for 64-bit Windows.
- Remove shlib versions from LIB_DEPENDS

Feature safe:	yes
2012-11-27 11:08:55 +00:00
Pietro Cerutti
be78648b23 - Convert to OptionsNG 2012-10-03 13:17:32 +00:00
Pietro Cerutti
1ebd8e8929 - Remove CONFLICTS between x11-toolkits/fox16 and x11-toolkits/fox17 by
installing FOX-1.7 binaries in bin/fox-1.7 and suffixing its manpages
  with -17 (e.g., shutterbug -> shutterbug-17)
- Bump PORTREVISION on both ports
2012-08-13 10:46:26 +00:00
Pietro Cerutti
83f3874a95 - Update to 1.6.46
Changes:
  * Small tweak to FXIcon's guessthresh()
2012-07-13 07:09:22 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pietro Cerutti
22e4f0a388 - Update to 1.6.45
* Fixed quaternion arc() routine. In case of vectors that are (almost) 180
    degrees apart, the wrong quaternion was returned.
  * Invalid handle issue fixed in FXWindow.
  * Backported FXPath shell escaping routine.
2012-05-02 08:29:55 +00:00
Pietro Cerutti
eb45e8cce0 - Update distinfo, the tarball was rerolled. Author assures it's not been
compromised.
- Fix MASTER_SITES
- Remove unused arguments from CONFIGURE_ARGS
- Remove unneeded quotations from pkg-config file
2012-02-22 13:19:55 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Pietro Cerutti
633bcc7f16 - Add the pthread library to the pkg-config "libs" option 2011-08-05 09:48:07 +00:00
Pietro Cerutti
1fe9056f82 - Update to 1.6.44 2011-03-15 16:30:34 +00:00
Pietro Cerutti
99a5f17659 - Update to 1.6.43a
See the project home page for news.

Feature safe:	yes
2011-02-08 11:37:37 +00:00
Pietro Cerutti
9527cfd8cf - Fix checksums after tarball reroll.
The function to generate half-float tables was revised.
- Bump PORTREVISION
2010-09-14 09:33:55 +00:00
Pav Lucistnik
a6d2b3bccd - Mark BROKEN: does not fetch, size mismatch
Reported by:	pointyhat
2010-09-10 18:13:03 +00:00
Pietro Cerutti
2ca960eccb - Update to 1.6.40
Changes:

  * Fix FOX package-config file.
  * FXSystem::getTempDirectory() now uses TMPDIR environment variable if set.
  * Auto-guess icon etch mask threshold added.
  * Updated compilation scripts to new autoconfig.
  * Removed XGetDefault from code in ControlPanel.cpp.
2010-09-01 12:47:36 +00:00
Pietro Cerutti
d3027fccbb - Update CONFLICTS to reflect the latest changes in the FOX ToolKit ports 2010-08-24 13:58:57 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Pietro Cerutti
c5ee4e9573 - Update to 1.6.37 2010-03-23 21:19:44 +00:00
Pietro Cerutti
4ad6631465 - Take maintainship from araujo
Approved by:	aroujo	(implicit, email to ports@)
Message-ID:	20100222114814.GB29137@ponderosa.intelbras.com.br
2010-03-11 16:36:01 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Marcelo Araujo
9a49984dd0 - These ports needs libcups.so to build.
PR:		ports/134662
Submitted by:	dionex
2009-05-20 11:57:36 +00:00
Marcelo Araujo
a3c6fa291e - Update to 1.6.36.
All stuffs that depends directly of FOX16, needs to be rebuilt after an
  upgrade.
2009-04-04 17:26:32 +00:00
Marcelo Araujo
fe63729480 - Update to 1.6.35.
Reported by:	miwi (portscout)
2009-02-08 01:08:31 +00:00
Marcelo Araujo
6cd95b222a - Update to 1.6.33.
- All stuffs that depends directly of FOX16, needs to be rebuilt after an upgrade.
2009-01-09 13:46:40 +00:00
Marcelo Araujo
afa4b93043 - Update to 1.6.33.
- All stuffs that depends directly of FOX16, needs to be rebuilt after an upgrade.
2008-05-21 02:17:52 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Marcelo Araujo
ba4d7cae40 - Update to 1.6.32.
- All stuffs that depends directly of Fox16, needs to be rebuilt after na upgrade.
2008-03-19 01:51:02 +00:00
Marcelo Araujo
e87a553e67 - Update to 1.6.31.
- Stuff that depends on Fox16 needs to be rebuilt after an upgrade.

Approved by:	stas (mentor, implicit)
2008-01-01 16:47:33 +00:00
Marcelo Araujo
668538bf13 - Update to 1.6.30.
- Stuff that depends on fox16 needs to be rebuilt after an upgrade.

Approved by:	stas (mentor)
2007-10-29 10:15:02 +00:00
Marcelo Araujo
c2a4f18f60 - Update to 1.6.29.
- Stuff that depends on fox16 needs to be rebuilt after an upgrade. [1]

Suggested by:	dougb [1]
Approved by:	itetcu (mentor)
2007-09-04 02:32:52 +00:00
Marcelo Araujo
325f1ef411 - Update to 1.6.28.
Approved by:	stas (mentor)
2007-08-12 12:33:00 +00:00
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00
Marcelo Araujo
b49c288232 - Update version to 1.6.26
PR:		ports/112026
Submitted by:	Marcelo Araujo <araujo@bsdmail.org> (maintainer)
Approved by:	stas (mentor)
2007-06-01 16:27:07 +00:00