| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=357353
|
|
|
|
|
|
|
|
| |
PR: 188943
Approved by: bapt (portmgr)
Notes:
svn path=/head/; revision=351994
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Remove useless USE_GNOME=gnomeprefix
Remove now useless DOCS patches
Notes:
svn path=/head/; revision=346824
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
| |
Notes:
svn path=/head/; revision=336414
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
|
|
|
| |
Convert from USE_GMAKE to USES=gmake
Notes:
svn path=/head/; revision=327419
|
|
|
|
|
|
|
|
|
| |
- Pass maintainerhip of libwp[d|g] to office@ team
Submitted by: jkim via email [1]
Notes:
svn path=/head/; revision=318637
|
|
|
|
| |
Notes:
svn path=/head/; revision=316343
|
|
|
|
|
|
|
|
|
|
|
| |
- Update license. It is now dual-licensed under MPL2+ and LGPL2.1+.
- Fix packaging without DOCS.
- Trim Makefile header.
Approved by: fluffy (maintainer)
Notes:
svn path=/head/; revision=316261
|
|
|
|
|
|
|
|
|
|
| |
- make docs build optional
PR: 171093 [1]
Submitted by: dougb
Notes:
svn path=/head/; revision=303216
|
|
|
|
|
|
|
| |
Approved by: maintainer (fluffy@)
Notes:
svn path=/head/; revision=303026
|
|
|
|
|
|
|
|
|
| |
- Remove shlib versioning from dependency
Submitted by: ale@ via email
Notes:
svn path=/head/; revision=302975
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
| |
- Add an upstream patch to fix build with Clang.
- Switch distfile to bunzip2 format.
Reviewed by: fluffy (maintainer)
Notes:
svn path=/head/; revision=295974
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: portmgr (pav)
Approved by: portmgr (pav), fluffy@FreeBSD.org (maintainer, implicit)
Notes:
svn path=/head/; revision=292988
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=268107
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update textproc/libwpd to 0.9.0 release
- Add graphics/libwpg01 and textproc/libwpd08 as support libraries only
- Take maintainership of textproc/libwpd[08] [1]
- Chase dependencies in related ports
- Describe updating procedure in UPDATING
Approved by: Mikhail Teterin (maintainer) via mail [1]
Notes:
svn path=/head/; revision=267305
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update pkg-plist and bump PORTREVISION of affected ports
PR: ports/148156
Submitted by: maintainer
Approved by: tabthorpe (mentor), fluffy (graphics/libwpg)
Tested by: exp-run by pav
Notes:
svn path=/head/; revision=258686
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat via pav
Approved by: miwi, tabthorpe (mentors implicit)
Notes:
svn path=/head/; revision=246978
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: pointyhat via pav, erwin
Approved by: miwi (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=243193
|
|
|
|
|
|
|
| |
starting with G
Notes:
svn path=/head/; revision=240070
|
|
|
|
|
|
|
| |
Approved by: tabthorpe (co-mentor)
Notes:
svn path=/head/; revision=239277
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
| |
Submitted by: maintainer via irc
Notes:
svn path=/head/; revision=238633
|
|
WWW: http://libwpg.sourceforge.net/
Submitted by: Dima Panov <fluffy at Fluffy.Khv.RU>
Notes:
svn path=/head/; revision=238530
|