| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395960
|
|
|
|
|
|
|
|
| |
- Simplify docs installation
- Strip library
Notes:
svn path=/head/; revision=387449
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=368076
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 CHECK_LEAKS option and associated perl command from post-patch.
It doesn't do anything on FreeBSD.
- Remove ICONV_TYPECAST option and associated patch. Whether iconv
requires a cast depends on the system. It isn't a user option. Just
let configure auto-detect this.
- Make the perl dependency conditional on the DOCS option.
- USES=libtool. This removes another perl command from post-patch.
- Replace remaining perl command in post-patch with REINPLACE_CMD.
Notes:
svn path=/head/; revision=345892
|
|
|
|
|
|
|
| |
- Cosmetic fixes
Notes:
svn path=/head/; revision=344036
|
|
|
|
|
|
|
|
|
|
|
| |
- Use the new format for LIB_DEPENDS
- Reordering Options
- Change DOCS and remove from pkg-plist
- Support STAGEDIR
- Change pkg-descr and use working WWW
Notes:
svn path=/head/; revision=340376
|
|
|
|
|
|
|
|
|
| |
DragonFly 3.4 and DragonFly 3.6 have different iconv prototypes.
This modifies the FreeBSD support patch to handle the two different
DragonFly cases as well.
Notes:
svn path=/head/; revision=329668
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
Notes:
svn path=/head/; revision=326307
|
|
|
|
|
|
|
|
|
|
|
| |
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
Notes:
svn path=/head/; revision=324007
|
|
|
|
| |
Notes:
svn path=/head/; revision=323971
|
|
|
|
|
|
|
| |
Use new bsd.options.mk opts_CONFIGURE_foo.
Notes:
svn path=/head/; revision=323895
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Notes:
svn path=/head/; revision=316683
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=316230
|
|
|
|
|
|
|
|
|
| |
- trim historical header
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314788
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
Notes:
svn path=/head/; revision=300209
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=276994
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.gingerall.org/html/RELEASE
PR: ports/109944
Submitted by: Marcelo Araujo <araujo xx bsdmail.org>
Notes:
svn path=/head/; revision=188725
|
|
|
|
| |
Notes:
svn path=/head/; revision=183519
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
| |
Notes:
svn path=/head/; revision=145320
|
|
|
|
|
|
|
|
|
|
| |
-liconv, so the clients don't have to. OpenOffice's dll-checker is quite
particular about this, for example.
Approved by: maintainer
Notes:
svn path=/head/; revision=145193
|
|
|
|
|
|
|
|
|
|
| |
* unbreak build with -DWITH_CHECK_LEAKS [PR 72754]
PR: ports/72754
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Notes:
svn path=/head/; revision=123827
|
|
|
|
|
|
|
|
| |
PR: ports/69649
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Notes:
svn path=/head/; revision=114885
|
|
|
|
|
|
|
|
| |
PR: ports/69533
Submitted by: Radim Kolar <hsn@netmag.cz>
Notes:
svn path=/head/; revision=114700
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=105726
|
|
|
|
|
|
|
| |
o Bump $PORTREVISION.
Notes:
svn path=/head/; revision=103969
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
| |
Notes:
svn path=/head/; revision=88415
|
|
|
|
|
|
|
|
|
| |
(My mind has been travelling afar. My apologies to everyone.)
Pointed by: Neil Darlow <neil@darlow.co.uk>
Notes:
svn path=/head/; revision=84918
|
|
|
|
|
|
|
| |
Pointed by: BSDC <bsdc@xtremedev.com>
Notes:
svn path=/head/; revision=84908
|
|
|
|
|
|
|
|
|
| |
PR: ports/54400, ports/52162
Submitted by: Melvyn Sopacua <melvyn@webteckies.org>,
Jens Rehsack <rehsack@liwing.de>
Notes:
svn path=/head/; revision=84884
|
|
|
|
|
|
|
| |
PR: ports/44794, ports/44924, ports/45759, ports/46268
Notes:
svn path=/head/; revision=76570
|
|
|
|
|
|
|
|
| |
PR: 44157
Approved by: maintainer (skv) timeout
Notes:
svn path=/head/; revision=69145
|
|
|
|
|
|
|
|
| |
Submitted by: Peter Avalos <pavalos@theshell.com>
PR: 42940
Notes:
svn path=/head/; revision=66706
|
|
|
|
| |
Notes:
svn path=/head/; revision=66536
|
|
|
|
| |
Notes:
svn path=/head/; revision=65841
|
|
|
|
| |
Notes:
svn path=/head/; revision=64502
|
|
|
|
| |
Notes:
svn path=/head/; revision=64088
|
|
|
|
| |
Notes:
svn path=/head/; revision=63297
|
|
|
|
|
|
|
| |
configure args added.
Notes:
svn path=/head/; revision=60284
|
|
|
|
| |
Notes:
svn path=/head/; revision=56291
|