Commit graph

61 commits

Author SHA1 Message Date
Dmitry Marakasov
a3f3700ab3 - Update to 0.5.8 2011-10-01 13:41:15 +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
Dmitry Marakasov
212a08d6ae - Add forgotten files/ 2011-05-16 13:21:18 +00:00
Dmitry Marakasov
5930ea7058 - Update to 0.5.7 2011-05-16 13:20:35 +00:00
Dmitry Marakasov
c5f160d9e7 - Update to 0.5.5 2011-03-06 17:40:58 +00:00
Dmitry Marakasov
1c4591d742 - Update to 0.5.4 2010-12-26 17:33:07 +00:00
Marcus von Appen
3c5a29be3d - Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.
2010-08-11 06:57:34 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dmitry Marakasov
69a89507d8 - Remove unneded patch 2010-05-11 23:27:55 +00:00
Dmitry Marakasov
9507c3a524 - Update to 0.5.3 2010-05-11 23:27:24 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Dirk Meyer
53bd481989 - fix build for png-1.4.1 2010-03-30 11:34:28 +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
Marcus von Appen
6506e45d69 - Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:		ports/142147 ports/142248 ports/142249
Approved by:	miwi (mentor implicit)
2010-01-30 09:43:31 +00:00
Dmitry Marakasov
02327e5272 - Add patch to fix build on amd64 2009-09-14 12:49:59 +00:00
Dmitry Marakasov
1ec121fdbd - Update to 0.5.2 2009-09-14 12:48:59 +00:00
Dmitry Marakasov
41f778ba31 - Add DESKTOP_ENTRY to bunch of ports
- Mark some ports MAKE_JOBS_SAFE
2009-09-11 21:57:40 +00:00
Dmitry Marakasov
4745bf8510 - Update URL of my distfile mirror in 87 ports
Approved by:	portmgr (erwin)
2009-07-28 16:34:36 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Dmitry Marakasov
f540cd3a9d - Update to 0.5.1 2009-04-21 22:13:30 +00:00
Dmitry Marakasov
92ab00cc9f - Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports
2009-03-31 17:05:17 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Jose Alonso Cardenas Marquez
1135f6c20f - Bump PORTREVISION, because devel/ode was updated
Approved by:	amdmi3 via email
2009-01-16 04:18:40 +00:00
Dmitry Marakasov
fd202c7a5e - Update address of my distfile mirror 2009-01-05 16:14:51 +00:00
Dmitry Marakasov
753e7dc3a9 - Update to 0.5.0. Changelog is here: http://xmoto.tuxfamily.org/dev/ChangeLog 2008-12-01 22:02:45 +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
Dmitry Marakasov
e696084d23 Update my email address in 132 ports.
Approved by:	miwi (mentor)
2008-06-19 17:28:24 +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
Marcus Alves Grando
7063b51163 - Use pkg-config to determinate if sqlite3 are compiled with threads
- Add USE_GNOME=pkgconfig

Reported by:	pav
2008-04-07 03:26:09 +00:00
Martin Wilke
2e6af696f5 - Update to 0.4.2
PR:		122181
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-03-29 23:25:10 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Martin Wilke
3eb4da4107 - Update to 0.4.1
PR:		120740
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-02-17 10:41:18 +00:00
Martin Wilke
0837e54700 - Update to 0.4.0
PR:		120067
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-02-05 13:38:45 +00:00
Martin Wilke
2e98d23040 - Update to 0.3.4
PR:		117532
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2007-10-27 22:04:06 +00:00
Martin Wilke
06252c5f09 - Fix pkg-plist
PR:		116228
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Reported by:	pointyhat via pav
2007-09-09 15:17:56 +00:00
Martin Wilke
e5c8c5b881 - Update to 3.3
* Now compiles fine WITHOUT_NLS
* Depend on sqlite via USE_SQLITE instead of LIB_DEPENDS (noted by sat)

PR:		116095
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2007-09-06 22:20:34 +00:00
Rong-En Fan
45cbe49117 - Update to 0.3.2
- Update WWW
- Fix link when both lua 5.0 and 5.1 are installed

PR:		ports/115367
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
2007-08-12 11:14:43 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +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
Li-Wen Hsu
ace2058823 * Update to 0.2.7
* Mirror distfile (as it's no longer on SF)
* Add option to support new sdl_gfx renderer

PR:		111432
Submitted by:	Dmitry Marakasov <amdmi3 AT amdmi3.ru> (maintainer)
Approved by:	clsung (mentor)
2007-04-10 06:08:47 +00:00
Martin Wilke
0554e3c1fd - Update to 0.2.6
PR:             109952
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2007-03-06 21:01:43 +00:00
Rong-En Fan
ff5cf1404a - Update to 0.2.5
PR:		ports/109737
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
2007-03-02 15:34:45 +00:00
Martin Wilke
1eb5217683 - Update to 0.2.4
PR:		ports/107198
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
2006-12-27 13:59:17 +00:00
Edwin Groothuis
23ac2035b9 [MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
	one.  Also, now I can mirror some distfiles, so update
	MASTER_SITES for some ports.

PR:		ports/107038
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-12-21 20:41:33 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Jose Alonso Cardenas Marquez
b3c25d9937 - Update devel/ode to 0.7
- Bump PORTREVISION of all ports that depend of devel/ode [1]

Approved by:	thierry, Dmitry Marakasov <amdmi3__at__mail.ru> (maintainers) [1]
2006-10-06 15:43:29 +00:00
Rong-En Fan
53f743d6a8 - Update to 0.2.2
PR:		ports/103981
Submitted by:	Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
2006-10-05 05:40:47 +00:00