<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/slmon, branch 6-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=6-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=6-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2010-04-04T23:51:46Z</updated>
<entry>
<title>re-assign back to ports@</title>
<updated>2010-04-04T23:51:46Z</updated>
<author>
<name>Philip M. Gollucci</name>
<email>pgollucci@FreeBSD.org</email>
</author>
<published>2010-04-04T23:51:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=32b1b831cd993dbca6afca173ebb087cd26238f0'/>
<id>urn:sha1:32b1b831cd993dbca6afca173ebb087cd26238f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- update to 1.4.1</title>
<updated>2010-03-28T06:47:48Z</updated>
<author>
<name>Dirk Meyer</name>
<email>dinoex@FreeBSD.org</email>
</author>
<published>2010-03-28T06:47:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=de78af3ac53da4687d22975cd2e236a0668d9a0d'/>
<id>urn:sha1:de78af3ac53da4687d22975cd2e236a0668d9a0d</id>
<content type='text'>
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
</content>
</entry>
<entry>
<title>- Mark BROKEN on HEAD: fails to build with new utmpx</title>
<updated>2010-03-20T15:41:49Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2010-03-20T15:41:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e463dfdc2d5bd0f1470af7ad88576fd8f54d9cdf'/>
<id>urn:sha1:e463dfdc2d5bd0f1470af7ad88576fd8f54d9cdf</id>
<content type='text'>
- Fix whitespaces

Reported by:	pointyhat
</content>
</entry>
<entry>
<title>- Switch SourceForge ports to the new File Release System: categories starting with P,R,S</title>
<updated>2009-08-22T00:35:32Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2009-08-22T00:35:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3eb168f46b2ba49b62efa711ffbdd0a1047a5e5b'/>
<id>urn:sha1:3eb168f46b2ba49b62efa711ffbdd0a1047a5e5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Mark most of my ports MAKE_JOBS_SAFE=yes</title>
<updated>2009-05-16T06:27:56Z</updated>
<author>
<name>Philip M. Gollucci</name>
<email>pgollucci@FreeBSD.org</email>
</author>
<published>2009-05-16T06:27:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=abf5b5ffc09b367c1d6e4537c8f5e2473c14e670'/>
<id>urn:sha1:abf5b5ffc09b367c1d6e4537c8f5e2473c14e670</id>
<content type='text'>
Tested by: several builds in P6 TB
</content>
</entry>
<entry>
<title>- devel/libslang2 has completely replaced devel/libslang which has not been</title>
<updated>2009-02-08T03:14:14Z</updated>
<author>
<name>Philip M. Gollucci</name>
<email>pgollucci@FreeBSD.org</email>
</author>
<published>2009-02-08T03:14:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d8d2cf17f92ccd5d80f2d631612145be2efe8210'/>
<id>urn:sha1:d8d2cf17f92ccd5d80f2d631612145be2efe8210</id>
<content type='text'>
  released in ~5yrs.

- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -&gt; devel/libslang2 is a SHARED LIB bump
  so bump PORTREVISION for affected ports

- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions

- BROKEN with devel/libslang2 and DEPRECATE
    math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
    japanese/slirc

PR:             ports/125255
Reviewed by:    garga (libslang maintainer), portmgr (pav)
Exp Run by:     pav
</content>
</entry>
<entry>
<title>Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.</title>
<updated>2008-08-21T06:18:49Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-08-21T06:18:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=741aa714833b9bb1e9afaaf5124d3f5c60b5e49c'/>
<id>urn:sha1:741aa714833b9bb1e9afaaf5124d3f5c60b5e49c</id>
<content type='text'>
Specifically, newer autoconf (&gt; 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 -&gt; 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)
</content>
</entry>
<entry>
<title>Bump portrevision due to upgrade of devel/gettext.</title>
<updated>2008-06-06T14:17:21Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2008-06-06T14:17:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=090059a2104b9f20d6996143c0d726aaf861788d'/>
<id>urn:sha1:090059a2104b9f20d6996143c0d726aaf861788d</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>- Remove USE_GETOPT_LONG which is a no-op since March 2007</title>
<updated>2008-03-20T10:03:51Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2008-03-20T10:03:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6f8a3dbfb13db6ee70c844d085a8f76c64fab6ef'/>
<id>urn:sha1:6f8a3dbfb13db6ee70c844d085a8f76c64fab6ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Remove FreeBSD 4.X support from unmaintained ports in categories starting</title>
<updated>2007-04-20T15:12:29Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2007-04-20T15:12:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=053520453dc374b6c02b15ad78efd7e0e52867f6'/>
<id>urn:sha1:053520453dc374b6c02b15ad78efd7e0e52867f6</id>
<content type='text'>
  with letter r-s
</content>
</entry>
</feed>
