| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=367928
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: ports/186898
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by: maintainer timeout (neuroworker@gmail.com, >2 weeks)
Notes:
svn path=/head/; revision=351439
|
|
|
|
|
|
|
|
|
| |
While here, remove post-extract and post-patch: no longer needed.
Submitted by: riggs [1]
Notes:
svn path=/head/; revision=347999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add OPTION for esound
- General cleanups & petting portlint (USES, autotools handling)
- Update WWW in pkg-descr
PR: ports/184753
Submitted by: RK <hsn@sendmail.cz>
Reviewed by: submitter (RK <hsn@sendmail.cz>)
Approved by: thierry (mentor), maintainer timeout
Notes:
svn path=/head/; revision=347451
|
|
|
|
| |
Notes:
svn path=/head/; revision=342894
|
|
|
|
| |
Notes:
svn path=/head/; revision=342886
|
|
|
|
|
|
|
| |
the STAGEDIR.
Notes:
svn path=/head/; revision=340326
|
|
|
|
|
|
|
| |
Unconditionnaly disable esound
Notes:
svn path=/head/; revision=338657
|
|
|
|
| |
Notes:
svn path=/head/; revision=329271
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Notes:
svn path=/head/; revision=325727
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/153653
Submitted by: Gleb Sushko <neuroworker_AT_gmail_DOT_com>
Notes:
svn path=/head/; revision=267349
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
|
| |
these ports.
Hat: portmgr
Notes:
svn path=/head/; revision=256655
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
| |
MAKE_ENV
Notes:
svn path=/head/; revision=217468
|
|
|
|
| |
Notes:
svn path=/head/; revision=183830
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint(1) while here.
PR: ports/105999 [1]
Submitted by: David Le Brun <david@trucs.org> (maintainer) [1]
Notes:
svn path=/head/; revision=178243
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- makes 3.1.x series up-to-date
- makes it work correctly on amd64
This is not the patch submitted in ports/104280. Submitter confirms the
vendor patch works well.
PR: ports/104280
Submitted by: Dan Ponte <dcp1990 at neptune.atopia.net>
Approved by: portmgr (erwin), David Le Brun <david at dyn-ns.net> (maintainer)
Notes:
svn path=/head/; revision=175234
|
|
|
|
| |
Notes:
svn path=/head/; revision=161245
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
|
| |
PR: ports/64851
Submitted by: Ports Fury
Approved by: maintainer
Notes:
svn path=/head/; revision=106513
|
|
|
|
| |
Notes:
svn path=/head/; revision=104535
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
|
|
|
| |
- Give maintainership to submitter
PR: ports/59691
Submitted by: David Le Brun <daviddyn-ns.net@da-quirk.org>
Approved by: adamw (mentor)
Notes:
svn path=/head/; revision=94914
|
|
|
|
| |
Notes:
svn path=/head/; revision=88757
|
|
|
|
|
|
|
| |
-current with the new gcc.
Notes:
svn path=/head/; revision=88756
|
|
|
|
| |
Notes:
svn path=/head/; revision=87047
|
|
|
|
|
|
|
| |
centralized solution.
Notes:
svn path=/head/; revision=84651
|
|
|
|
| |
Notes:
svn path=/head/; revision=83303
|
|
|
|
| |
Notes:
svn path=/head/; revision=78566
|
|
|
|
| |
Notes:
svn path=/head/; revision=75951
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
|
|
| |
you are currently running", which doesn't work too well if it happens to
be e.g. csh.
Noticed by: bento
Notes:
svn path=/head/; revision=64895
|
|
|
|
|
|
|
|
|
| |
* Re-add dependency on gmake to fix build problems
PR: 41845 and 41877
Notes:
svn path=/head/; revision=64809
|
|
|
|
|
|
|
|
|
|
| |
PR: 41594
Submitted by: Brad Laue <brad@brad-x.com>
* Remove unneeded gmake dependency.
Notes:
svn path=/head/; revision=64590
|
|
|
|
|
|
|
|
| |
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes:
svn path=/head/; revision=62644
|
|
|
|
|
|
|
|
| |
PR: 35613
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=55659
|
|
|
|
|
|
|
|
| |
PR: 33284
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Notes:
svn path=/head/; revision=52333
|
|
|
|
| |
Notes:
svn path=/head/; revision=41681
|
|
|
|
|
|
|
| |
disappeared and MASTER_SITE_SUNSITE are not in good condition.
Notes:
svn path=/head/; revision=41593
|
|
|
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
Notes:
svn path=/head/; revision=40539
|
|
|
|
|
|
|
|
|
|
| |
o get rid of version number from pkg-descr.
PR: 25744
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=39690
|