| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
| |
PR: ports/117062
Submitted by: Takefu <takefu@airport.fm>
|
|
|
|
|
|
|
|
|
| |
Chase the move of net/rrdtool to databases/rrdtool. Since
this is the same program, this one also has to be moved.
PR: ports/114311
Submitted by: Edwin Groothuis <edwin@freebsd.org>
Approved by: lth@
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
- Add SHA256 checksum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
|
|
| |
- utilize DOCSDIR, EXAMPLESDIR
- respect NOPORTDOCS
- apply OPTIONS
PR: 78942
Submitted by: leeym
Approved by: demon
|
| |
|
|
|
|
|
|
| |
option, not --with-latin2.
Submitted by: Tomasz Baranowski <tb@cybertech.pl>
|
|
|
|
| |
Nitoced by: Forrest Aldrich <forrie@forrie.com>
|
| |
|
|
|
|
|
|
| |
Add --with-pic to CONFIGURE_ARGS on amd64 to fix build.
Submitted by: arved
|
|
|
|
|
|
| |
PR: ports/66418
Submitted by: Lars Thegler
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
Submitted by: "Leonid A. Lyamanov" <leonas@demos.su>
|
|
|
|
|
| |
PR: 65696
Submitted by: Helge Oldach <rrdtoolapr04@oldach.net>
|
|
|
|
|
|
|
|
| |
version of perl (5.005).
I have no spare machine with that version of perl to develop a proper fix.
Noticed by: many
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 58993
Submitted by: Helge Oldach <1464424446@oldach.net>
|
| |
|
|
|
|
|
| |
PR: 58297
Submitted by: Toni Viemero <toni.viemero@iki.fi>
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
| |
|
|
|
|
| |
Slightly adjust pkg-descr.
|
|
|
|
| |
Submitted by: Corey Smith <csmith@bonddesk.com>
|
| |
|
|
|
|
| |
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp> (with modifications).
|
| |
|
|
|
|
| |
Submitted by: Mark Rowlands <mark.rowlands@minmail.net> (partially).
|
|
|
|
|
|
| |
Fix MASTER_SITES.
Spotted by: Forrest Aldrich <forrie@forrie.com>
|
|
|
|
| |
Submitted by: knu
|
|
|
|
|
|
| |
PR: ports/25750 (problem report)
Submitted by: kuriyama
Approved by: dima (maintainer)
|
| |
|
|
|
|
|
|
| |
I am now at FreeBSD dot org
Approved by: sobomax
|
|
|
|
|
| |
PR: 21744
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 20316
Submitted by: Domas Mituzas <midom@dammit.lt>
|
|
|
|
|
| |
PR: 19250
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
|
| |
|
| |
|
|
|
|
|
| |
PR: 16714
Submitted by: Maintainer
|
|
|
|
| |
PR: 15999
|
|
|
|
|
| |
PR: 15999
Submitted by: maintainer
|
|
|
|
|
| |
PR: 15295
Submitted by: jack@germanium.xtalwind.net
|
|
|
|
|
|
| |
patch to the author, who I am told approves.
Submitted by: Ian Freislich <iang@uunet.co.za>
|
|
|
|
| |
MUST_DISABLE_FPMASK.
|
|
|
|
|
|
| |
(I'm not positive why there's a do-install: target at all,
but since there are less than 5 minutes til the freeze
I'm not going to investigate yet!)
|
|
|
|
|
|
| |
${PREFIX}/share/examples/rrdtool where they belong.
Found by: looking for rrdtool examples in /usr/local/share/examples =)
|
| |
|
|
|
|
|
|
| |
stuff there.
Found by: http://bento.freebsd.org/errorlogs/3-full/rrdtool-1.0.0.log
|
| |
|
|
(lossy) historical compression, and create graphs.
PR: ports/12717
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
|