1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
Antoine Brodin
99cc4d234d Allow building without /usr/bin/perl symlink
PR:		ports/195494
2014-11-29 12:58:28 +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
John Marino
567b65a5a4 Update WWW and MASTER_SITES for four coin3d ports
* graphics/Coin
 * graphics/simage
 * x11-toolkits/soqt
 * x11-toolkits/soXt

PR:		192442
Submitted by:	Shane Ambler
Approved by:	general blanket (1/4 ports maintained)
2014-08-06 21:44:53 +00:00
Dmitry Marakasov
30b50a1c01 - Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-23 00:57:24 +00:00
Dmitry Marakasov
81aab11b4a - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-06-23 00:56:13 +00:00
Tijl Coosemans
429672c16c - Remove s/aout/elf/ patch. It is handled by USES=libtool.
- Remove reference to PTHREAD_LIBS.
2014-06-03 21:36:16 +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
10bc1e36cb Support stage
Modernize
2014-04-22 12:43:53 +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
Andrej Zverev
8b77080918 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 15:23:58 +00:00
Baptiste Daroussin
942c2a28be Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
2013-07-10 07:00:44 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
d70c778e7c Update to 1.3.0
Pass maintainership to submitter

PR:		ports/165531
Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>
2012-03-02 12:29:55 +00:00
Max Brazhnikov
52aaf8e911 Sort plist
Reformat description
2012-03-02 12:28:13 +00:00
Baptiste Daroussin
c76020ff9a Fix master_site 2011-08-02 19:35:22 +00:00
Olli Hauer
c394c56dc0 - remove MD5 2011-07-03 13:22:24 +00:00
Baptiste Daroussin
880f3d5136 Mark broken some ports with unfetchable distfiles 2011-06-17 15:37:23 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Sylvio Cesar Teixeira
177fc03a54 - BUMP PORTREVISION due of update of graphics/Coin
Approved by:	itetcu (mentor)
2009-11-07 19:01:12 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
6365b3620f - Fix build, needs Xi
Reported by:	pointyhat
2009-01-29 20:13:40 +00:00
Beech Rintoul
07f460b791 - Chase graphics/Coin shlib bump
- Bump portrevision
2009-01-23 09:58:10 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +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
Li-Wen Hsu
a1b716e059 bump PORTVERSION for shared library version changed of graphics/Coin
Reported by:	erwin via pointyhat
2007-12-28 19:44:04 +00:00
Tilman Keskinoz
ca335e5c12 Build requires perl.
Reported by:	pointyhat
2007-08-20 19:47:12 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Tilman Keskinoz
1068af6f6e Fix build after objformat removal 2007-03-17 18:25:58 +00:00
Cheng-Lung Sung
7fcd38cac3 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 01:13:42 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
56e8b9c386 - Add SHA256 2005-11-25 19:33:59 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Volker Stolz
d215c6bf44 Update to 1.2.2 2005-10-17 10:34:20 +00:00
Oliver Lehmann
6bb41db8de change the libtool version to use from 1.3 to 1.5 2005-06-03 20:18:13 +00:00
Kris Kennaway
c5bde07e89 Add missing file 2004-11-13 04:06:56 +00:00
Edwin Groothuis
8703e533e5 Clean up time for email addresses MIA!
If you know new email addresses for the people involved, please send-pr it!

<mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550
    <mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT
    TO command)

<woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name
    not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not
    found

<esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our
    customer (in reply to RCPT TO command)

<crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in
    reply to RCPT TO command)

<cyrilm@tower.pp.ru>: host mail.tower.pp.ru[213.85.109.133] said: 550 unknown
    user (in reply to RCPT TO command)

<ports@henrik-motakef.de>: Host or domain name not found. Name service error
    for name=henrik-motakef.de type=A: Host not found

<jj@nttmcl.com>: host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1
    <jj@nttmcl.com>... Mailbox disabled for this recipient (in reply to RCPT TO
    command)

<koji@jet.es>: host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted /
    No such user (in reply to RCPT TO command)

<proot@iaces.com>: host horton.iaces.com[204.147.87.98] said: 550 5.1.1
    <proot@iaces.com>... User unknown (in reply to RCPT TO command)

<roland.jesse@gmx.net>: host mx0.gmx.net[213.165.64.100] said: 550 5.1.1
    {mx034} <roland.jesse@gmx.net>... User is unknown (in reply to RCPT TO
    command)

<vess@slavof.net>: host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access
    denied (in reply to MAIL FROM command)

<tuxsuximus@hotmail.com>: host mx3.hotmail.com[65.54.253.99] said: 550
    Requested action not taken: mailbox unavailable (in reply to RCPT TO
    command)

<zenin@archive.rhps.org>: host mail.rhps.org[66.250.128.137] said: 550 5.7.1
    <zenin@archive.rhps.org>... Relaying denied (in reply to RCPT TO command)
2004-10-25 13:39:57 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Maho Nakata
69e9639fd6 an open source implementation of the SGI InventorXt library, which
Xis a GUI binding for using Open Inventor with Xt/Motif.

PR:		51351
Submitted by:	Roland Jesse <roland.jesse@gmx.net>
2003-08-03 07:26:08 +00:00