| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Strip library
Notes:
svn path=/head/; revision=380922
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=357381
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=351936
|
|
|
|
| |
Notes:
svn path=/head/; revision=342696
|
|
|
|
| |
Notes:
svn path=/head/; revision=328243
|
|
|
|
|
|
|
| |
archivers)
Notes:
svn path=/head/; revision=327699
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314640
|
|
|
|
|
|
|
|
| |
Submitted by: avl via IM
Approved by: avl via IM
Notes:
svn path=/head/; revision=312628
|
|
|
|
|
|
|
| |
With hat: portmgr (myself)
Notes:
svn path=/head/; revision=271274
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
| |
starting with A
Notes:
svn path=/head/; revision=240066
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
| |
Approved by: tabthorpe (mentor)
Notes:
svn path=/head/; revision=234716
|
|
|
|
|
|
|
|
|
|
| |
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes:
svn path=/head/; revision=231414
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.1.1.
- Project has been renamed.
PR: ports/123941
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Repocopy by: marcus
Notes:
svn path=/head/; revision=214375
|
|
|
|
|
|
|
|
| |
PR: ports/123886
Submitted by: Alexander Logvinov <ports@logvinov.com>
Notes:
svn path=/head/; revision=213536
|
|
|
|
| |
Notes:
svn path=/head/; revision=189628
|
|
|
|
| |
Notes:
svn path=/head/; revision=183830
|
|
|
|
| |
Notes:
svn path=/head/; revision=183062
|
|
|
|
| |
Notes:
svn path=/head/; revision=161245
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154139
|
|
|
|
|
|
|
| |
Approved by: clement (mentor)
Notes:
svn path=/head/; revision=133146
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
PKWARE Data Compression Library
Dynamite is a tool and library for decompressing data
compressed with the PKWARE Data Compression Library.
WWW: http://synce.sourceforge.net
Notes:
* This library is required for the update of synce-kde
* The 'dynamite' binary crashes when invoked without
arguments. This is expected, not a freebsd specific
problem.
PR: ports/76026
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Notes:
svn path=/head/; revision=126387
|