Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Sep 2020 18:55:41
0.14_1

|
tcberner  |
Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362 |
13 Jun 2018 09:04:32
0.14_1

|
amdmi3  |
- Add LICENSE
Approved by: portmgr blanket |
27 Oct 2014 10:40:08
0.14_1

|
bapt  |
Cleanup plist |
23 Apr 2014 13:25:17
0.14_1

|
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
02 Mar 2014 22:11:17
0.14

|
bapt  |
Convert to USES=libtool |
25 Sep 2013 00:54:09
0.14

|
bdrewery  |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
20 Sep 2013 17:13:47
0.14

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
11 Aug 2011 19:20:17
0.14 
|
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
03 Jul 2011 14:59:23
0.14
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
0.14
|
ade  |
Sync to new bsd.autotools.mk |
22 May 2010 05:48:32
0.14
|
marcus  |
Update to 0.14. |
02 Aug 2009 19:36:34
0.12
|
mezz  |
-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 |
12 Jul 2007 11:46:49
0.12
|
ahze  |
Update to 0.12 |
23 Jun 2007 17:47:06
0.11
|
marcus  |
Update to 0.11 and transfer maintainership to gnome@.
Approved by: ahze (previous maintainer) |
23 Feb 2006 10:40:45
0.10_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Nov 2005 21:37:23
0.10
|
ahze  |
- Update to 0.10 |
19 Nov 2005 04:36:22
0.9
|
ahze  |
- Update to 0.9 |
15 Nov 2005 06:52:12
0.8
|
ade  |
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. |
09 Nov 2005 07:09:47
0.8
|
ahze  |
- Add SHA256
- Add SIZE to a few ports |
18 Oct 2005 21:27:02
0.8
|
ahze  |
- Add devel/libdaemon
Lightweight C library that eases the writing of UNIX daemons
WWW: http://0pointer.de/lennart/projects/libdaemon |