<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marcuscom-ports/security/seahorse, branch trunk</title>
<subtitle>FreeBSD GNOME obsolete development ports (svn://creme-brulee.marcuscom.com/ports)
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/'/>
<entry>
<title>Update seahorse to 3.14.0</title>
<updated>2014-10-18T19:48:08+00:00</updated>
<author>
<name>gusi</name>
<email>gusi@df743ca5-7f9a-e211-a948-0013205c9059</email>
</author>
<published>2014-10-18T19:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/commit/?id=38234ad3330a402d70b114f1c073ffde12e0f2d8'/>
<id>38234ad3330a402d70b114f1c073ffde12e0f2d8</id>
<content type='text'>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19992 df743ca5-7f9a-e211-a948-0013205c9059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19992 df743ca5-7f9a-e211-a948-0013205c9059
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove keepla from MC. While here do other changes:</title>
<updated>2014-08-15T19:44:33+00:00</updated>
<author>
<name>gusi</name>
<email>gusi@df743ca5-7f9a-e211-a948-0013205c9059</email>
</author>
<published>2014-08-15T19:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/commit/?id=817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf'/>
<id>817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf</id>
<content type='text'>
        - Remove STRIP_CMD all over the place and replace
          that with INSTALL_TARGET=install-tsrip
        - Drop full path  *_DEPENDS (like ${LOCALBASE}/bin/flex)
          and use either binary names (when possible) or
          package names instead.

I've been tempted to convert options to a more compact form, but
this will happen in the future.

Tested by: two complete poudriere runs


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        - Remove STRIP_CMD all over the place and replace
          that with INSTALL_TARGET=install-tsrip
        - Drop full path  *_DEPENDS (like ${LOCALBASE}/bin/flex)
          and use either binary names (when possible) or
          package names instead.

I've been tempted to convert options to a more compact form, but
this will happen in the future.

Tested by: two complete poudriere runs


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
</pre>
</div>
</content>
</entry>
<entry>
<title>Update seahorse to 3.12.2. While here convert to compact options, pull</title>
<updated>2014-05-13T20:21:33+00:00</updated>
<author>
<name>gusi</name>
<email>gusi@df743ca5-7f9a-e211-a948-0013205c9059</email>
</author>
<published>2014-05-13T20:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/commit/?id=6b1d835c2462bde2405eceef027a2f752bdd64d4'/>
<id>6b1d835c2462bde2405eceef027a2f752bdd64d4</id>
<content type='text'>
in valac for the build and remove an unneeded patch.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19659 df743ca5-7f9a-e211-a948-0013205c9059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in valac for the build and remove an unneeded patch.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19659 df743ca5-7f9a-e211-a948-0013205c9059
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to USES=libtool:keepla for now. While I rather want to ditch .la files</title>
<updated>2014-04-25T21:50:30+00:00</updated>
<author>
<name>kwm</name>
<email>kwm@df743ca5-7f9a-e211-a948-0013205c9059</email>
</author>
<published>2014-04-25T21:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/commit/?id=2b608721e2fd69f2fc28c7008c659631151c6c30'/>
<id>2b608721e2fd69f2fc28c7008c659631151c6c30</id>
<content type='text'>
I think we need to keep em a cycle. So that other ports have a chance to
update there .la files not to record dependancies .la files.
sprinkle some USE_AUTOTOOLS=libtool -&gt; libtoolize. This will give us base
libtool (ltmain.sh and libtool.m4) files. But doesn't depend on
${LOCALBASE}/bin/libtool
INSTALL_TARGET=install-strip and misc smaller cleanups.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think we need to keep em a cycle. So that other ports have a chance to
update there .la files not to record dependancies .la files.
sprinkle some USE_AUTOTOOLS=libtool -&gt; libtoolize. This will give us base
libtool (ltmain.sh and libtool.m4) files. But doesn't depend on
${LOCALBASE}/bin/libtool
INSTALL_TARGET=install-strip and misc smaller cleanups.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
</pre>
</div>
</content>
</entry>
<entry>
<title>Update MC-ports to GNOME 3.12.</title>
<updated>2014-04-25T18:12:46+00:00</updated>
<author>
<name>kwm</name>
<email>kwm@df743ca5-7f9a-e211-a948-0013205c9059</email>
</author>
<published>2014-04-25T18:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/commit/?id=dfc30719d9758d9e6b3e06963e4bf5175ae16825'/>
<id>dfc30719d9758d9e6b3e06963e4bf5175ae16825</id>
<content type='text'>
Dragons beware! Although most of them should be sleeping.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dragons beware! Although most of them should be sleeping.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
</pre>
</div>
</content>
</entry>
<entry>
<title>share/applications is now part of BSD.local.dist mtree file.</title>
<updated>2013-10-27T22:20:58+00:00</updated>
<author>
<name>kwm</name>
<email>kwm@df743ca5-7f9a-e211-a948-0013205c9059</email>
</author>
<published>2013-10-27T22:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/commit/?id=4e9c965746bc28b00dc69cb36aabf11d7c5aac14'/>
<id>4e9c965746bc28b00dc69cb36aabf11d7c5aac14</id>
<content type='text'>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18815 df743ca5-7f9a-e211-a948-0013205c9059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18815 df743ca5-7f9a-e211-a948-0013205c9059
</pre>
</div>
</content>
</entry>
<entry>
<title>Move gnome3 ports into the place of the gnome2 locations.</title>
<updated>2013-10-27T22:10:10+00:00</updated>
<author>
<name>kwm</name>
<email>kwm@df743ca5-7f9a-e211-a948-0013205c9059</email>
</author>
<published>2013-10-27T22:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/commit/?id=752a66b40a757b50196fb97fda1143a42e96c295'/>
<id>752a66b40a757b50196fb97fda1143a42e96c295</id>
<content type='text'>
Update to new port rules, remove conflicts, latest_link, enable stage support.

gnome-games was skipped because I got a update for that.
gnome-keyring 2 vs 3, needs to be looked at.
zenity 2 vs 3, and libgnomekbd 2 vs 3

Use new lib_depend syntax in bsd.gnome.mk.

Possible lots of broken links.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to new port rules, remove conflicts, latest_link, enable stage support.

gnome-games was skipped because I got a update for that.
gnome-keyring 2 vs 3, needs to be looked at.
zenity 2 vs 3, and libgnomekbd 2 vs 3

Use new lib_depend syntax in bsd.gnome.mk.

Possible lots of broken links.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
</pre>
</div>
</content>
</entry>
<entry>
<title>Add NO_STAGE to all ports, until we convert each one.</title>
<updated>2013-09-22T00:45:30+00:00</updated>
<author>
<name>kwm</name>
<email>kwm@df743ca5-7f9a-e211-a948-0013205c9059</email>
</author>
<published>2013-09-22T00:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/commit/?id=d9b7a5d08f21fddb6cfde0f9007bf386efa262c3'/>
<id>d9b7a5d08f21fddb6cfde0f9007bf386efa262c3</id>
<content type='text'>
Use new LIB_DEPEND syntax for most ports.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use new LIB_DEPEND syntax for most ports.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch up with ports infra changes.</title>
<updated>2013-07-26T10:42:35+00:00</updated>
<author>
<name>kwm</name>
<email>kwm@df743ca5-7f9a-e211-a948-0013205c9059</email>
</author>
<published>2013-07-26T10:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/commit/?id=2772996df5e3c010f5d17d633fca6b117c56eb7a'/>
<id>2772996df5e3c010f5d17d633fca6b117c56eb7a</id>
<content type='text'>
USE_GMAKE= =&gt; USES=gmake
Sort Uses
Remove MAKE_JOBS_SAFE as it is default now.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18634 df743ca5-7f9a-e211-a948-0013205c9059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
USE_GMAKE= =&gt; USES=gmake
Sort Uses
Remove MAKE_JOBS_SAFE as it is default now.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18634 df743ca5-7f9a-e211-a948-0013205c9059
</pre>
</div>
</content>
</entry>
<entry>
<title>Update keywords to allow for changing SVN tag.</title>
<updated>2013-06-30T16:33:05+00:00</updated>
<author>
<name>marcus</name>
<email>marcus@df743ca5-7f9a-e211-a948-0013205c9059</email>
</author>
<published>2013-06-30T16:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/marcuscom-ports/commit/?id=6c95e9f478ee9758979e177bc780b3cff970a7e2'/>
<id>6c95e9f478ee9758979e177bc780b3cff970a7e2</id>
<content type='text'>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18610 df743ca5-7f9a-e211-a948-0013205c9059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18610 df743ca5-7f9a-e211-a948-0013205c9059
</pre>
</div>
</content>
</entry>
</feed>
