| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
- Set LICENSE_FILE.
- Depend on devel/yasm instead of building a bundled yasm.
- Remove post-install target, the build system takes care of creating the
proper soversion symlinks.
- Bump PORTREVISION in dependent ports due to a change in the soversion
number.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the custom do-configure and do-build target. The targets existed
because upstream's build instructions mention external.pro and
meshlab_full.pro need to be processed and built separately and Uses/qmake.mk
does not handle the multi-.pro case. do-build, however, was simply calling
${MAKE} and discarding both ${MAKE_ENV} and ${MAKE_ARGS} which, among other
things, resulted in no parallel builds and additional compiler flags like
-std=c++11 being omitted.
Instead, patch meshlab_full.pro and add external/external.pro as one of the
directory dependencies there along with the rest of the MeshLab code. Given
the way the QMake files are written in the port, this only helps a bit with
parallelism: each subdirectory is processed serially, but all files in them
can be built in parallel. Since a lot of the code is in plugin directories
with 1 or 2 files, the port still takes some time to build. The upside is
that it means external/ will always be built before the rest, which is what
we need.
As mentioned, the compiler flags in the build will change. However, I'm not
bumping PORTREVISION yet because it will come with the next commit updating
math/mpir.
|
|
|
|
|
|
|
| |
Release notes at
<http://www.opencascade.com/sites/default/files/documents/Release_Notes_6.9.1.pdf>
Submitted by: Andrea Venturoli <andrea.venturoli (at) netfence.it>
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove RUN_DEPENDS on circuit simulators
- Support building with WX 3.0
- Update COMMENT and pkg-descr
- Update LICENSE to GPLv3
- Respect CFLAGS from ports infrastructure
PR: 202232
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
|
|
|
|
| |
Ignore docs for now since old lp docs repo seems gone.
|
| |
|
|
|
|
|
|
| |
Since I'm there, pet portlint.
Submitted by: phk
|
| |
|
|
|
|
|
|
|
| |
FreeBSD 9.* has an older, noncompatible version of flex. Fix this by using
flex from ports instead.
Submitted by: kwm
|
| |
|
|
|
|
| |
Committed from: EuroBSDCon 2015
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
According to upstream, this is the last planned Qt4 release.
A list of changes since 4.8.6 can be found here:
<http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7>
Porting notes and changes:
- Remove several patches that have been upstreamed.
- Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1]
- Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the
original patch is part of the release (curiously enough, the original
patch was never actually used, as the ?= assignment in r362837 after
r362770 was never possible).
This works around the way compiler support for C++11 features is detected
in Qt 4.8.7: while it originally only uses the compiler to determine if
something is supported or not, the initializer lists feature also depends
on the C++ standard library being used. It's a problem in FreeBSD 9.x,
where USES=compiler:c++0x or USES=compiler:c++11-lang means we will use
clang to build a port but use libstdc++ from base (GCC 4.2). The latter
obviously does not support initializer lists, and the build fails because
Qt tries to include headers that do not exist (<initializer_list>).
Since detecting libstdc++'s version is not trivial (we need to include a
non-lightweight header like cstdio and then check for __GLIBCXX__), we
just enable Q_COMPILER_INITIALIZER_LISTS support only when libc++ is used
(there should be no reason for someone to be using clang with GCC 4.8's
libstdc++, for example).
x11/kdelibs4's FindQt4.cmake had to include a backported change from the
upstream FindQt4.cmake in CMake itself to use a C++ compiler to detect
flags like Q_WS_X11, otherwise the inclusion of <ciso646> in qglobal.h
makes the build fail.
This patch contains changes by me, makc@ and alonso@.
PR: 202552 [1]
PR: 202808 [exp-run]
Submitted by: pawel@ [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 202777
Submitted by: oleksii.tsai@gmail.com
|
|
|
|
|
|
|
|
| |
- Remove useless MAN1/MANLANG
- Add manpages to pkg-plist
Approved by: vg@FreeBSD.org (maintainer)
MFH: 2015Q3 (blanket)
|
| |
|
|
|
|
|
|
|
|
| |
The port does not use iconv anywhere, and the dependency on libxml2 does not
pull any headers that include iconv.h.
PR: 202759
Approved by: fernando.apesteguia@gmail.com (maintainer)
|
| |
|
|
|
|
| |
- Update to 2.0.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be
enabled when the library is available.
This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11
will set dependency on one of them.
- Fix integer overflow reported as CVE-2015-3228.
- Update Uses/ghostscript.mk:
* Add x11 keyword. nox11 keyword is now obsolete.
* Use packagename in *_DEPENDS line to prevent relationship between
-base and -x11 packages from being broken.
- Fix x11/nox11 keyword and bump PORTREVISION in ports using
USES=ghostscript to update dependency of pre-compiled packages.
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Indent statements consistently
- Silence patching
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
Pointy hat to: mat
Sponsored by: Absolight
|
|
|
|
|
| |
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
|
|
|
|
|
|
|
| |
<fbsd-ports@xbsd.net>: host didriksen.anc.dk[87.73.130.136] said: 550 5.1.1
<fbsd-ports@xbsd.net>: Recipient address rejected: User unknown in local
recipient table (in reply to RCPT TO command)
Sponsored by: DK Hostmaster A/S
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
PR: 201739
Submitted by: udvzsolt@gmail.com
Approved by: matthias@petermann-it.de (maintainer), pgollucci (mentor)
|
|
|
|
|
|
|
|
| |
- Drop obsolete GH_TAGNAME
- Remove pkg-plist and use PLIST_FILES
PR: 201692
Submitted by: Tomek Cedro <cederom@tlen.pl> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
|
|
|
|
|
|
|
|
|
| |
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was specified on USES: iconv:build,lib
This is incorrect; the way iconv.mk is written, "build" and "lib" are
mutually exclusive and "build" takes precedence. This means the library
dependency was not registered.
Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly because
it uses transliteration. Setting USES=iconv:translit fixes both issues.
Approved by: Just fix it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
because the old name wasn't accurate - the class libraries are only a fraction
of the software.
The STEP Class Library (SCL) originated at the National Institute of Standards
and Technology, or NIST. NIST started working with STEP in the 80's and
continued until the late 90's. Some components of SCL were originally written
in Lisp and then re-written in mixed C and C++ in the early 90's.
The rest of SCL was written in C++ to begin with.
STEPcode (SC) includes the class libraries, some of the most widely used EXPRESS
schemas, some tools to work with EXPRESS, and support libraries for those tools.
Two of the tools can create schema-specific libraries that are used with the
class libraries. There are also some test files and programs.
WWW: https://github.com/stepcode/stepcode/wiki
PR: 201046
Submitted by: fernando.apesteguia@gmail.com
|
| |
|
| |
|
|
|
|
| |
Pointyhat to: vsevolod
|
|
|
|
|
|
|
|
| |
- Support staging
- Tested with tcl/tk 8.6
- Removed old patches
- Convert to the modern port rules
- Updated to version 2.0.0 (from bitbucket)
|
| |
|
|
|
|
|
|
|
|
|
| |
According to project documentation and source review/runtime tests this port
doesn't using py-xml, so remove it and bump PORTREVISION.
Add NO_ARCH and limit python version to 2.x while here (because of pygtk2).
With hat: python
|
|
|
|
| |
Remove useless exec/unexec
|
|
|
|
|
|
| |
syntax
Use BROKEN_FreeBSD_8 to avoid playing with .pre.mk/.post.mk
|
|
|
|
| |
This plist generator was pulling deprecated syntaxes
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
| |
- Comment out unused directory
Approved by: portmgr blanket
MFH: 2015Q2
|
| |
|
|
|
|
|
| |
The LLVM backend passes *all* tests on DragonFly (unlike FreeBSD which
fails at test 825)
|
| |
|
|
|
|
| |
- Bump PORTREVISION of the ports depends on cgal
|
|
|
|
|
|
|
|
|
|
|
|
| |
The LLVM backend builds much faster assuming clang35 and llvm35
are already available. It probably builds on FreeBSD's base clang but
not ports llvm36. In any case, the alternative backend does not
pass the testsuite on FreeBSD (fails at test 825).
The LLVM back is the default backend for DragonFly which allows the
port to build, but it fails the very first test (fails to lock mutex).
There's no need to bump -- for FreeBSD this should package the same
as it did before.
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
GHDL is the leading VHSIC Hardware Description Language (VHDL) simulator.
Digital and mixed-signal systems such as field-programmable gate arrays
and integrated circuits can be described by VHDL, and VHDL can also be
used as a general purpose parallel programming language. GHDL compiles
VHDL files and creates a binary which simulates the design.
GHDL fully supports IEEE 1076-1987, IEEE 1-76-1993, IEEE 1076-2002
versions of VHDL, and partially IEEE 1076-2008.
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
- While here, clearify license and add LICENSE_FILE
Changes: http://www.sweethome3d.com/history.jsp
PR: 200427
Submitted by: matthias@petermann-it.de (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
| |
PR: 199553
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19'
/usr/local/lib/libjavascriptcoregtk-1.0.so.0: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
collect2: error: ld returned 1 exit status
This is standard C++11, but there is a problem with stdlib.
Note: now it could be built with clang, but the produced binaries don't
behave correctly.
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
-std=c++11 in CXXFLAGS.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
I have the idea that ldraw is always released under the same filename.
The port was marked broken due to a checksum mismatch; the file was
fetched but it had changed.
I've expanded DIST_SUBDIR to include the PORTVERSION. I think the scheme
used is just {YEAR}{ITERATION-2-DIGIT} so I picked 201501 as the new
PORTREVISION. This builds under poudriere testport just fine.
Approved by: blanket
|
|
|
|
|
|
|
| |
There's a new version of brickutils, so the distinfo file was moved to
an "obsolete" folder. Adjust MASTER_SITES accordingly.
Approved by: blanket
|
| |
|
|
|
|
|
| |
PR: 199254
Submitted by: Thierry Thomas
|
|
|
|
|
| |
Full diff available here:
<http://people.freebsd.org/~thierry/opencascade-6.8.0_141120_141212.diff>
|
| |
|
|
|
|
| |
Noticed by: Andrea Venturoli
|
| |
|
|
|
|
|
| |
PR: 198572
Submitted by: Pedro F. Giffuni
|
|
|
|
|
|
| |
Categories: cad, devel, java, x11-fm, biology, deskutils
approved by: PTHREAD blanket
|
|
|
|
|
|
| |
This does not require fmake. It just has bad return values which
don't build with clang. The build is using 'make -k' so the errors
are ignored. I did not fix that though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
|
| |
|
| |
|
|
|
|
| |
- Add missing run dependency to science/getdp.
|
|
|
|
|
|
|
|
| |
* Adds Computational Fluid Dynamics.
* Uses openmp.
PR: 198361
Submitted by: pfg@
|
| |
|
|
|
|
| |
- Add empty directory to plist
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Icon field must be either absolute path or icon name if installation follows Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
|
|
|
|
|
| |
- Update to 2.0.7
- Remove no longer needed patch
|
| |
|
| |
|
|
|
|
|
| |
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
|
| |
|
|
|
|
| |
- Fix help(1).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add a list of support architectures with a REASON that these are the only
supported targets. This will now skip this port on mips/mips64/armv6.
PR: 196970
Differential Revision: 196970
Reviewed by: hrs (in irc)
Approved by: mentor (implicit)
|
|
|
|
| |
Spotted by: gerald
|
|
|
|
|
|
| |
http://beefy2.isc.freebsd.org/data/10amd64-default/2015-01-08_21h32m30s/logs/kicad-20140622.2.b4027_1,1.log
Add an ugly hack to make it build with Gcc 4.7.
|
| |
|
|
|
|
| |
PR: 197140
|
|
|
|
| |
Changelog at <http://qfsm.sourceforge.net/changes.html>.
|
| |
|
| |
|
|
|
|
|
|
| |
pkg-install
to a package name, as the former can't be attributed to a package
|
|
|
|
|
|
|
| |
Fix conflict with texlive-base
PR: 184368
Submitted by: vladimir.chukharev (Infos and Patch to resolve the conflict)
|
|
|
|
| |
avoid now useless @dirrm
|
|
|
|
|
| |
Submitted by: Ashley Mills
Requested by: Mikaël Urankar
|
|
|
|
| |
Delete Patches which shouldn't be needed when using boost from ports.
|
| |
|
|
|
|
|
|
|
| |
- Fix plist for EXAMPLES.
Submitted by: pfg (by mail)
Approved by: maho (maintainer)
|
| |
|
|
|
|
| |
I have also tested them with CMake 3.0.2.
|
| |
|
| |
|
| |
|
|
|
|
| |
Strip binaries
|
|
|
|
|
| |
PR: 195789
Submitted by: pfg@ (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Bump portrevision.
Reference: http://beefy2.isc.freebsd.org/data/10amd64-default/2014-11-26_04h02m22s/logs/gmsh-2.8.5.log
Obtained from: Comparing to development branch of gmsh.
|
|
|
|
|
|
|
|
| |
Since there is no option for VTK in the port, there is no impact.
I'll try to add this option with the next update.
Full diff at
<http://people.freebsd.org/~thierry/ports/opencascade-6.8.0_141110_141120.diff>
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
| |
|
|
|
|
|
|
|
| |
Changelog at http://www.opencascade.com/pub/doc/Release_Notes_6.8.0.pdf
PR: ports/195172
Submitted by: /me
|
|
|
|
|
| |
PR: ports/195173
Submitted by: Thierry Thomas <thierry@FreeBSD.org>
|
|
|
|
| |
Submitted by: makc
|
| |
|
|
|
|
|
| |
Took me quite some pulled out hairs to resolve a couple of things
Clang++ didn't like even though GCC apparently could handle them.
|
|
|
|
|
| |
PR: 195155
Submitted by: Tobias Rehbein
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 194624
|
|
|
|
| |
Submitted by: pfg (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
This brings many small fixes.
While here drop the autoconf support since we are using the CMake branch.
PR: ports/194410
Submitted by: pfg@ (maintainer)
|
|
|
|
|
|
| |
USES=python
Approved by: portmgr (implicit)
|
| |
|
|
|
|
| |
Reported by: Stas Timokhin <devel (at) stasyan -dot- com>
|
| |
|
|
|
|
| |
- update to 2.0.5
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Elmer includes physical models of fluid dynamics, structural mechanics,
electromagnetics, heat transfer and acoustics, for example. These are
described by partial differential equations which Elmer solves by the
Finite Element Method (FEM).
PR: ports/193531
Submitted by: pfg
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Remove old libtool patch
- Remove :oldver from USES=libtool and bump dependent ports
|
|
|
|
|
|
|
|
|
| |
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 193214
Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>
|
| |
|
|
|
|
|
| |
- Add x11-toolkits/p5-Tk-WaitBox. This is an wait dialog module
for Perl/Tk.
|
| |
|
|
|
|
| |
- USES=shared-mime-info
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
| |
- Bump PORTREVISION for consumers.
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
- Simplify LICENSE_COMB=multi handling.
PR: 193180 [*]
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port)
|
|
|
|
|
| |
PR: 193027
Submitted by: Ports Fury
|
|
|
|
| |
- Fix LICENSE.
|
|
|
|
|
| |
- Update MASTER_SITES and WWW: in pkg-plist.
- Use PORTEXAMPLES and OPTIONS_DEFINE=EXAMPLES.
|
|
|
|
|
|
|
|
|
| |
This port was marked broken due to a bison error. The newest version had
the same flaw, but I got the fix from Debian. The 5.0.20120512 is also
not limited to i386, it builds fine on amd64 now.
It is still not jobs safe (it can't find libVrd before it's built) but
I suspect only minor changes are necessary to make it jobs safe.
|
| |
|
| |
|
|
|
|
|
|
| |
State that configure script is a GNU one
Strip binaries
Use pathfix instead of gnomehack
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (non staged ports)
|
|
|
|
|
| |
- Add LICENSE for DEV_BSIM3, DEV_BSIM3, and DEV_HISIM2 options.
- Simplify do-configure.
|
|
|
|
|
| |
PR: 192786
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
|
| |
not compatible with SPICE3f5.
- Remove bsd.prog.mk dependency.
- Put variables in ${FILESDIR}/FreeBSD* configuration file into
${FILES}/Makefile.
- Use opt_USE instead of .if ${PORT_OPTIONS:Mopt}.
- Remove unnecessary changes in patch-conf_defaults.
|
|
|
|
| |
- Remove MAKE_JOBS_UNSAFE.
|
|
|
|
|
|
| |
- Fix LICENSE. SPICE license is a variant of MIT license, not BSDL, while
the copyright holder is UCB.
- Style clean-ups.
|
| |
|
|
|
|
|
| |
Changelog at
<https://launchpad.net/ubuntu/utopic/+source/kicad/+changelog>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port generates a makefile and then passes it to "make" via stdin,
which makes it different to troubleshoot. When I finally saw the file
in order to figure out why several internal static libraries weren't
getting built leading to some programs not getting built, I saw a
generic static library target made up of variables. fmake likes it;
bmake does not.
I tried USES+= fmake along with some patching but I must have missed
some hardcoded "make" commands because bmake got called again. This
software is 20 years old so I finally gave it. It got a stay of
execution by getting staged. If somebody wants to study a target that
bmake just doesn't get, this is a good place to start.
|
|
|
|
|
|
|
| |
It would have been easy just to set this to "USE_GCC=any" to fix it,
but the code had plenty of undefined returns when a type was expected.
Using clang exposed those problems. Hopefully I defined the missing
return values correctly.
|
| |
|
|
|
|
| |
- Fix Homard.
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
(a* to d* categories)
PR: 192062
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The CuraEngine is a C++ console application for 3D printing GCode generation.
It has been made as better and faster alternative to the old Skeinforge engine.
The CuraEngine is pure C++ and uses Clipper from
http://www.angusj.com/delphi/clipper.php. There are no external dependences
and Clipper is included in the source code without modifications.
This is just a console application for GCode generation. For a full graphical
application look at https://github.com/daid/Cura with is the graphical
frontend for CuraEngine.
The CuraEngine can be used seperately or in other applications.
Feel free to add it to your application. But to take note of the License.
WWW: http://wiki.ultimaker.com/Cura
PR: 192486
Submitted by: cederom tlen pl
|
|
|
|
|
| |
PR: 192354
Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
|
| |
|
|
|
|
|
| |
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
'__' instead.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The former maintainer indicates that he no longer has time to work on
this port. He understands is not staged and thus headed for removal,
so the RESTRICTED update is being done by itself in case somebody else
steps up to stage the port.
PR: 189883
Submitted by: maintainer (at the time) (Daniel Thiele)
Approved by: portmgr (implicit, NOT_STAGED)
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2014.03
- Update MASTER_SITES
- Switch dependency from math/eigen2 to math/eigen3
- USES+= desktop-file-utils pkgconfig
- Remove patch, pass required bits to qmake instead
PR: 191788
Approved by: maintainer timeout (17 days)
|
| |
|
|
|
|
|
|
|
|
| |
the option FFMPEG is set).
- Bump portrevision.
PR: 192074
Submitted by: Ivan Klymenko <fidaj@ukr.net>
|
|
|
|
| |
Note: to be upgraded with french/aster.
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
|
|
|
| |
- Fix plist
|
|
|
|
|
| |
- Switch to USES=libtool, drop .la files
- Strup libraries
|
| |
|
|
|
|
|
|
|
| |
I could not fix this port on clang. It finds the double argument to the
"to_string" function ambiguious and nothing I tried resolved the
ambiguity. In the end, I cheated by setting USE_GCC=any and I'll leave
the clang fix to a C++ expert.
|
|
|
|
|
|
|
| |
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
| |
- Fix build, it needs gcc
PR: 191368
Submitted by: otaciliodearaujo@gmail.com (maintainer)
|
| |
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
DragonFly needs the same patch as FreeBSD on the current version.
Covered by just-fix-it blanket (no-op for FreeBSD)
|
| |
|
|
|
|
|
| |
Pointed out by: mat@
Pointy hat: stephen@
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|