| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Changelog at http://sourceforge.net/p/plplot/news/2013/10/plplot-release-5910/
- Pet portlint
- Use staging.
|
|
|
|
| |
math)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
|
|
|
| |
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
|
|
|
|
| |
PR: 176535
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 175579
Submitted by: ports fury
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
|
|
|
|
| |
- Chase library version bump
|
|
|
|
|
|
|
|
|
| |
CMake Error at scripts/CMakeLists.txt:33 (if):
if given arguments:
"NOT" "plm2gif" "plpr" "STREQUAL" ""
Unknown arguments specified
Reported by: pointyhat
|
|
|
|
|
|
| |
PR: 162631
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/161089
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 154616
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
|
| |
|
|
|
|
|
| |
PR: ports/148969
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
PR: ports/143295
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
|
|
|
|
|
|
|
|
|
| |
- Teach about amd64, to detect Not a Number flag, thus enabling Qhull
support with CSA;
- Disable detection of f77 by cmake unless WITH_FORTRAN is defined.
Reported by: pointyhat via Pav
|
|
|
|
| |
Notified by: Pedro F. Giffuni <giffunip (at) yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notes:
- support of Gnome2 and VGAlib are now deprecated;
- support of Qt added;
- plrender is also deprecated, but we force it to build.
Many more options could be enabled, if someone needs them.
|
|
|
|
|
|
| |
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
|
|
|
|
| |
starting with M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
|
|
|
| |
- Reset maintainer at his request
PR: 134195
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer)
|
|
|
|
|
|
| |
Mk/bsd.gcc.mk.
Approved by: Pedro F. Giffuni <giffunip@tutopia.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Remove build dependency on GNU m4.
- Sort knobs.
- Remove unneeded use of REINPLACE.
- Fix plist for WITH_GNOME case and mark BROKEN for WITH_PYTHON
PR: 130168
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/130121
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make explicit that the python bindings are not building.
- For now keep using the autoconf interface, we have sorted out the issues
there but we will have to move to CMake soon anyways.
- This is the latest stable version, and apparently the last one to support
the autoconf tools. It includes C++ and Octave updates.
PR: ports/130097
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
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)
|
| |
|
|
|
|
| |
Submitted by: Pedro F. Giffuni
|
|
|
|
|
|
|
|
|
|
| |
- reorder the pkg-plist a bit
- Buimped the PORTREVISION
BTW: WITH_GNOME part is temporary commented out: it is automatically
detected and not easy to remove.
Submitted by: Pedro F. Giffuni
PR: 114273
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
with letter i-m
|
|
|
|
| |
Submitted by: pointyhat
|
|
|
|
| |
* Bump port revision.
|
|
|
|
|
|
|
| |
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
|
|
|
| |
Submitted by: maintainer
Reported by: krismail
|
|
|
|
|
| |
PR: ports/98200
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/80770
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
| |
PR: ports/74426
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/70264
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/62641
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 56193
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
graphics/gd(based on 1.8.4) -> graphics/gd1
graphics/gd2(based on 2.0.15) -> graphics/gd
graphics/p5-GD(based on 1.41) -> graphics/p5-GD1
graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
japanese/gd -> japanese/gd1
japanese/gd2 -> japanese/gd
o Include some feature
WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]
PR: ports/54540
Submitted by: Ports Fury
Approved by: maintainer (blanket)
Reported by: bento via kris [1]
|
|
|
|
|
| |
PR: 52698
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
| |
- add a WITHOUT_X11 knob
- improve the WITH_TCLTK knob
PR: 51375
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
| |
PR: 39656
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
|
|
|
| |
PR: 35414
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 32951
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
o Use BSD_INSTALL_* vars where possible
PR: 29443
Submitted by: Kato Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 28055
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Change location of data files from libdata/ to share/
PR: 20755
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
stated that this is safe.
|
|
|
|
|
|
|
|
|
| |
valid:
* Two of the sites (dino.ph.utexas.edu and ftp.u-aizu.ac.jp) do
not seem to be accepting connections.
* The DISTFILE at ftp.che.utexas.edu is six bytes smaller. The
archive is valid and no files have changed (diff -urN shows
nothing), but the checksum is subsequently different.
|
|
|
|
|
|
|
|
|
|
|
| |
- Support install macros
- perl -> ${PERL}
- Move install path of data files from lib/ to libdata/
- Add WWW: line into pkg/DESCR
- Fix pkg/PLIST
PR: 15918
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
| |
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
|
| |
|
|
|
|
|
| |
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
|
| |
|
| |
|
| |
|
| |
|
|
|