Commit graph

28 commits

Author SHA1 Message Date
Rong-En Fan
41b9a5d5c6 - Update to 0.0.28
PR:		ports/131034
Submitted by:	Marcus von Appen <mva at sysfault.org> (maintainer)
2009-01-30 10:17:21 +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
Martin Wilke
87f348c0b5 - Update to 0.0.27
PR:		129559
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2008-12-13 15:33:14 +00:00
Martin Wilke
e7ac4b124b - Update to 0.0.26
PR:		127264
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2008-09-24 09:23:15 +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
Pav Lucistnik
0811537988 - Update to 0.0.25
PR:		ports/126033
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2008-07-31 12:44:59 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Cheng-Lung Sung
c509162c5b - Update to 0.0.24.1
PR:		ports/122742
Submitted by:	maintainer (Marcus von Appen)
2008-04-14 07:38:28 +00:00
Martin Wilke
cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Martin Wilke
c009837fbf - Update to 0.0.24
PR:		119056
Submitted by:	maintainer
2008-02-28 12:23:47 +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
Martin Wilke
0196fee017 - Update to 0.0.23
PR:		113391
Submitted by:	Marcus von Appen<mva@sysfault.org> (maintainer)
2007-06-06 16:40:42 +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
Cheng-Lung Sung
f7ac9aaa14 - The ManaWorld version update to 0.0.22.2 and music addon patch.
PR:		ports/109752
Submitted by:	maintainer (Marcus von Appen)
2007-03-06 00:22:40 +00:00
Martin Wilke
6375ada259 - Update to 0.0.22.1
PR:		108622
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2007-02-03 09:49:33 +00:00
Martin Wilke
c865c1a186 - Update to 0.0.22
PR:		ports/107238
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2006-12-29 23:57:07 +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
Martin Wilke
4096969bdc - Update to 0.0.21.1
PR:		ports/105611
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2006-11-16 21:20:29 +00:00
Rong-En Fan
1400e9bac5 - Update to 0.0.21
- Require devel/guichan >= 0.5.0
- Unbreak on 4.x

PR:		ports/103709
Submitted by:	Marcus von Appen <mva at sysfault.org> (maintainer)
2006-09-29 13:00:45 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00
Rong-En Fan
f5a1ff7141 - Update 0.0.20
PR:		ports/102907
Submitted by:	Marcus von Appen <mva at sysfault.org> (maintainer)
2006-09-06 19:38:19 +00:00
Mark Linimon
3ccbc4b6f5 Reset inactive maintainer who has not responded to email.
Hat:		portmgr
2006-09-05 04:43:13 +00:00
Martin Wilke
cf19daf871 Update to 0.0.19
PR:		ports/98402
Submitted by:	miwi
Approved by:	krion (mentor), maintainer timeout
2006-06-12 14:40:36 +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
2dac14b125 - Unbreak patching
- Use new USE_AUTOTOOLS, add SHA256, delete comment, don't hardcode -lpthread

Pointy hat to:	edwin
2005-11-24 20:12:55 +00:00
Edwin Groothuis
979f2e64d1 New port: games/tmw A free open source 2D MMORPG in development
The Mana World (TMW) is a serious effort to create an
	innovative free and open source MMORPG. TMW uses 2D graphics
	and aims to create a large and diverse interactive world.
	It is licensed under the GPL, making sure this game can't
	ever run away from you.

	The project includes the development of both a client and
	a server, as well as the development of an online world.

	WWW: http://themanaworld.org/

PR:		ports/87340
Submitted by:	Tobias Gion <freebsd@gionet.de>
2005-11-24 01:09:04 +00:00