1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
Martin Wilke
c021be5dc4 - Update to 0.45.5
PR:		188857
Submitted by:	Ports Fury
2014-05-17 10:52:33 +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
Tijl Coosemans
8ea6895dc0 Let libtoolize copy missing files instead of linking them so that
USES=libtool can patch them.
2014-02-09 22:08:33 +00:00
Danilo Egea Gondolfo
1b38486fc5 - Update from 0.45-3 to 0.45-4
- Add shebangfix to USES

PR:		ports/184872
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-18 16:58:09 +00:00
Pawel Pekala
2b689b512c - Update to version 0.45.3
- Support STAGEDIR

While here:
- Use options helpers
- Install dektop entry file

PR:		ports/181877
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-10-28 16:06:16 +00:00
Pietro Cerutti
a60abea840 - Convert to USES+=tcl
- Convert to new LIB_DEPENDS format
- Use PORTDOCS=* instead of listing them in pkg-plist
2013-09-23 10:07:35 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Baptiste Daroussin
5163781803 Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
2013-08-30 23:01:05 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke
bdef264279 - Update to 0.44-3
PR:		178027
Submitted by:	Ports Fury
2013-04-26 07:01:32 +00:00
Baptiste Daroussin
a215727686 Convert USE_PKGCONFIG -> USES=pkgconf for audio category 2013-04-22 23:19:08 +00:00
Bryan Drewery
05e7d4ae1f - Actually update to 0.44-2
PR:		ports/175569
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-02-08 18:22:34 +00:00
Martin Wilke
0574a80f94 - Update to 0.44.2
PR:		175569
Submitted by:	Ports Fury
2013-02-07 14:26:45 +00:00
Thomas Abthorpe
49626f567a - Strip header at request of original creator
Submitted by:	trevor
With hat:	portmgr
2013-01-27 05:55:20 +00:00
Armin Pirkovitsch
3fb43a1b5f - Update to version 0.43-4
- Trim Makefile header

PR:           ports/171966
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:51:24 +00:00
Martin Wilke
916925d5ff - Update to 0.43.3
PR:		170136
Submitted by:	Ports Fury
2012-08-05 04:41:41 +00:00
Baptiste Daroussin
296f94764c Convert to new options framework 2012-06-01 12:17:20 +00:00
Martin Wilke
1c4807447c - Update to version 0.43.2
PR:		166876
Submitted by:	Ports Fury
2012-04-21 18:48:34 +00:00
Martin Wilke
96c27b6b37 - Update to 0.43.1
PR:		166015
Submitted by:	Ports Fury
Feature safe:	yes
2012-03-25 03:55:37 +00:00
Doug Barton
2167bc17ca Standardize WWW: tags a bit more:
1. Remove white space from the beginning of lines
2. Make the canonical WWW the last line of the file
3. Remove lines to the effect of, "More information can be found at..."
   that's the stated purpose of the WWW: tags in the first place.
4. Change secondary WWW: lines to use other text to avoid confusion

While I'm here, remove some more useless Author: lines, and some
prepended white space to other lines.

Mentioned (in part) by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2011-11-06 23:45:43 +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
Emanuel Haupt
41f7d7f537 Update to 0.43.0
PR:		158494
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-09 15:19:47 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Sylvio Cesar Teixeira
34981e6ed7 - Update to 0.42.6 2010-04-25 14:02:33 +00:00
Pav Lucistnik
38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +00:00
Martin Wilke
3617f478e9 - Update to 0.42.5
PR:		134623
Submitted by:	Ports Fury
2009-05-23 14:23:42 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Martin Wilke
913e5edece - Update to 0.42-4
PR:		131669
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2009-02-14 20:03:00 +00:00
Philippe Audeoud
9031bc7753 - Update to 0.42-3
PR:		ports/130984
Submitted by:	Dennis Herrmann <adox _AT_ mcx2.org>
2009-01-27 14:21:02 +00:00
Martin Wilke
6a4709a170 - Update to 0.42
PR:		130470
Submitted by:	Ports Fury
2009-01-16 00:10:07 +00:00
Tilman Keskinoz
cf4e3a2dfc Fix misplaced .endif
Reported by:	QAT
2008-08-27 15:34:40 +00:00
Tilman Keskinoz
ef88d27e4c Unbreak compile on 64bit platforms 2008-08-27 14:21:58 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +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
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Alexey Dokuchaev
4e511b155f - Fix the build with recent GCC [1]
- Improve upon port description
- Clean up Makefile, pet portlint(1)

Reported by:	pointyhat (logs) [1]
2007-07-02 04:54:59 +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
Martin Wilke
5080fa145c - Update to 0.4.2
PR:             110825
Submitted by:   Rasmus Kaj<kaj@kth.se>
2007-03-27 12:23:05 +00:00
Martin Wilke
a73fee0422 - Update to 0.39 2007-02-12 23:50:00 +00:00
Ion-Mihai Tetcu
d982a2e19c portlint
PR:		ports/99145
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-07-09 10:35:36 +00:00
Edwin Groothuis
ddc8de3e38 Fix WWW
PR:		ports/98135
Submitted by:	markzero <markzero@corolla.ath.cx>
2006-05-30 12:22:16 +00:00
Sergey Matveychuk
7a08a9c647 - Clean up distinfo for unmaintained ports: remove CVS tags, empty lines etc.
Obtained from:	distinfo survey
2006-05-07 12:40:10 +00:00
Alexander Leidinger
d16f7bfb92 Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@gmail.com> [1]
PR:			87985 [1]
2006-02-11 21:03:14 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +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
David Schultz
be0cb87607 Make this port build again by removing a SunOS shared library hack
copied from an old version of Tcl.
2005-02-13 05:37:22 +00:00
Kris Kennaway
be800c9c95 BROKEN on !i386: Does not compile 2004-11-18 08:28:30 +00:00
Kris Kennaway
5e7b1496eb This now builds on 5.x, remove BROKEN tag. 2004-08-17 10:33:38 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00