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

57 Commits

Author SHA1 Message Date
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
Olli Hauer
4c503beb39 - remove MD5 2011-07-03 13:38:45 +00:00
Roman Bogorodskiy
dc57f2ab1b Make WWW point to SourceForge project site instead of expired project page. 2011-05-11 16:53:37 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +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
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +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
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +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
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +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
Gabor Kovesdan
c44fa33a5e - Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
2007-04-18 11:46:10 +00:00
Kris Kennaway
ca8d1df694 Reset unreachable maintainer address:
mmendez@energyhq.be
    retry timeout exceeded
2007-02-10 20:06:49 +00:00
Renato Botelho
72a5762027 - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist
- Use USE_LDCONFIG instead INSTALLS_SHLIB

PR:		ports/101501
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
Approved by:	Miguel Mendez <mmendez at energyhq.be> (maintainer)
2006-08-07 11:46:50 +00:00
Andrew Pantyukhin
8bee8dc8e4 - Update comment and pkg-decr
- USE_GETTEXT to pacify portlint

Approved by:	maintainer (timeout 17 days)
2006-06-15 11:12:25 +00:00
Pav Lucistnik
82d113ee07 - Update to 0.9.7.1
PR:		ports/96937
Submitted by:	Miguel Mendez <mmendez@energyhq.be> (maintainer)
2006-05-07 21:02:45 +00:00
Jean-Yves Lefort
ef7f35d623 Run update-desktop-database since bmp.desktop contains a MimeType entry.
Approved by:	maintainer
2006-05-03 07:39:30 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
a437d08eca Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:30:01 +00:00
Volker Stolz
0cc49119d6 Add SHA256 distinfo
PR:		ports/89925
Submitted by:	Byung-Hee HWANG
2005-12-09 08:58:11 +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
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Emanuel Haupt
b17ca0a1d8 - Add patch to enable ipv6 support
- Add additional ipv6 category
- Bump PORTREVISION

PR:		87173
Submitted by:	Byung-Hee HWANG <bh@izb.knu.ac.kr>
Approved by:	Miguel Mendez <mmendez@gmail.com> (maintainer),
		novel (mentor) (implicit)
2005-10-17 19:11:36 +00:00
Oliver Lehmann
a7c303a3e5 fix some ioctl sign-extension issues on 64bit platforms
Approved by:	maintainer
2005-06-20 15:32:47 +00:00
Roman Bogorodskiy
91760927df - Bugfix: make xmms_remote_get_info() return correct information instead of some
bogus data
- Bump PORTREVISION

Approved by:	Miguel Mendez (maintainer)
Obtained from:	BMP cvs
2005-05-13 17:31:45 +00:00
Sam Lawrance
284a38bb5d Unbreak build when the WITH_3DNOW option is disabled.
PR:		ports/80299
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Approved by:	clement (mentor)
2005-04-25 09:58:30 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Volker Stolz
b52376dbee Bump PORTREV as a hint to the package cluster after discussion with kris 2005-03-01 07:49:00 +00:00
Volker Stolz
853ee43717 Build WAV-plugin (bump PORTREV)
PR:		ports/78122
Submitted by:	Zahemszky Gabor via maintainer
2005-02-27 17:07:23 +00:00
Volker Stolz
5e91c03981 Fix "ownership" of lib/bmp/General and make the plugins respect the new
world order (i.e. they shouldn't try to remove this directory)

Induced by PR:	ports/77618
Submitted by:	beep-media-player maintainer
2005-02-25 15:12:06 +00:00
Pav Lucistnik
cf1e57bb24 - Fix crash on exiting
PR:		ports/74994
Submitted by:	Damian <res0d26i@verizon.net>
Approved by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2004-12-12 20:36:33 +00:00
Pav Lucistnik
ec6fb215f6 - Update to 0.9.7
PR:		ports/74957
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2004-12-11 19:05:11 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Mark Linimon
0825276ef1 Update to 0.9.7.rc2.
PR:		ports/71286
Submitted by:	Roman Bogorodskiy <bogorodskiy at inbox dot ru> (maintainer)
2004-10-12 06:45:41 +00:00
Pav Lucistnik
c1b7855994 - Provide a more useful libmap.conf snippet
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2004-08-29 18:01:14 +00:00
Volker Stolz
9e55cb845f Update to 0.9.7rc1
PR:		ports/70825
Submitted by:	Miguel Mendez (maintainer)
2004-08-25 15:09:26 +00:00
Pav Lucistnik
f481fb75b6 - Don't install .la files
- Fix .pc file installation
- Portlint
- Remove redundant definitions and no-op patching
2004-07-31 21:54:29 +00:00
Pav Lucistnik
7987588671 - Fix build with gcc-3.4
Obtained from:	beep CVS
2004-07-31 21:06:53 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +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
Oliver Eikemeier
b164cdd535 /tmp/cvs7Yicew 2004-03-09 18:52:32 +00:00
Kris Kennaway
831ecec579 Reset undeliverable maintainer address 2004-02-17 08:48:24 +00:00
Joe Marcus Clarke
26a1705d0e Update to 0.9.6 and bump PORTEPOCH since 0.9.6 is numerically less than
the previous 1.0.0 (though this is a later version).

PR:		62495
Submitted by:	maintainer
2004-02-08 08:08:09 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00