| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=383844
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Megaglest cannot be built under c++11 standard from the latest clang.
It catches a narrowing error. The real solution is to fix the c++
code (it wasn't the only problem, but the first to trigger an error over
a warning). The c++11 standard is required for wx, so it can't be
unspecified. It turns out that gcc48 will not catch the error that clang
does so the temporary fix is to require gcc48 for all FreeBSD releases.
This may work for gcc49 as well, but it's likely that gcc5 will also
catch the bug and break.
So the unsavory short-term solution is to require GCC to build megaglest,
but the long term fix is either patch the code or hopefully update to
new version when upstream fixes the bug (then USE_GCC can be removed).
Reported by: amdmi3
Notes:
svn path=/head/; revision=383843
|
|
|
|
|
|
|
| |
Reported by: amdmi3
Notes:
svn path=/head/; revision=383842
|
|
|
|
|
|
|
|
|
| |
available.
Submitted by: antoine@
Notes:
svn path=/head/; revision=383841
|
|
|
|
|
|
|
| |
Reported by: amdmi3
Notes:
svn path=/head/; revision=383840
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It turns out that wxPython30 won't build with clang at all. The c++ code
is illegal according to clang (e.g. illegal cast), so remove the
USES=compiler setting and replace with USE_GCC=yes. Tested on F8 and F10.
I apologize for adding the GCC dependence for F10+ users but I didn't see
any other simple fix.
Approved by: blanket
Notes:
svn path=/head/; revision=383839
|
|
|
|
|
|
|
|
|
|
| |
This module provides low-level access to X11 library functions,
including access to some X11 extensions like the X11 test library (Xtst).
WWW: http://search.cpan.org/dist/X11-Xlib/
Notes:
svn path=/head/; revision=383838
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
because it first tries to link this library statically, and when
that fails, it "forgets" to try linking it dynamically. The reason
is that it has a bunch of nested loops to try multiple variations
on the library name and keeps track of which library names it has
tried so that it doesn't retry the same library name. The problem
is that one of the loop variables also governs whether it should
try static or dynamic liking, and if static linking fails, the
library name gets added to the exclusion list, which prevents it
from trying dynamic linking. Fix by the value of the loop variable
$boost_rtopt_ to the key value into the list of library variations
to disambiguate the two cases so that linking both ways is tried.
Also move the location where $boost_failed_libs is set out by one
nesting level to prevent the same library name value from being added
to the list multiple times.
Get rid of .include <bsd.port.options.mk> and .if ${PORT_OPTIONS:MDOCS}
as suggested by mat@. Portlint whines about it but the Porters Handbook
says it is OK because the doc files are few and small.
Unmute ${INSTALL_DATA} as suggested by portlint.
PR: 195597
Differential Revision: https://reviews.freebsd.org/D2279
Reviewed by: kwm
Approved by: mat (mentor)
Notes:
svn path=/head/; revision=383837
|
|
|
|
|
|
|
|
| |
PR: 199370
Submitted by: shun.fbsd.pr@dropcut.net
Notes:
svn path=/head/; revision=383836
|
|
|
|
| |
Notes:
svn path=/head/; revision=383835
|
|
|
|
|
|
|
| |
Noticed by: danfe
Notes:
svn path=/head/; revision=383834
|
|
|
|
|
|
|
| |
Submitted by: mi
Notes:
svn path=/head/; revision=383833
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=383832
|
|
|
|
|
|
|
|
|
|
|
| |
.class file which configure uses to figure out java setting.
In theory this should fix other archs too if java ever gets ported.
Annoyed by: pkg-fallout mails
Notes:
svn path=/head/; revision=383831
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port must be built under c++11 standard like the rest of the
wx-dependent ports. I couldn't find a way to pass the flag so I had
to patch the python script directly. Also, the USES=compiler setting
was missing, which is required to actually pull in a c++11 capable
compiler on the older FreeBSD releases.
This port was blocking ~29 other ports from building on releases that
it wouldn't build on.
Approved by: blanket
Notes:
svn path=/head/; revision=383830
|
|
|
|
| |
Notes:
svn path=/head/; revision=383829
|
|
|
|
| |
Notes:
svn path=/head/; revision=383828
|
|
|
|
|
|
|
|
|
|
| |
- Enhance description
- Adjust dependencies
Changelog: https://mail.xfce.org/pipermail/xfce/2015-April/034400.html
Notes:
svn path=/head/; revision=383827
|
|
|
|
|
|
|
|
|
|
|
| |
applied.
Differential Revision: https://reviews.freebsd.org/D2282
Approved by: swills (maintainer)
Sponsored by: Absolight
Notes:
svn path=/head/; revision=383826
|
|
|
|
|
|
|
|
|
| |
* Merge Makefile and Makefile.inc.
* Add our own proper pkg-descr file.
* Remove support for building a BMP plugin.
Notes:
svn path=/head/; revision=383825
|
|
|
|
|
|
|
|
|
|
| |
The modul bindings wrap libxcb, a C library to speak with X11. It
provides an object oriented interface to the libxcb methods using Mouse.
WWW: http://search.cpan.org/dist/X11-XCB/
Notes:
svn path=/head/; revision=383824
|
|
|
|
|
|
|
|
|
|
| |
- Maintainer's timeout (vd@FreeBSD.org)
PR: 198840
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes:
svn path=/head/; revision=383823
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=383822
|
|
|
|
|
|
|
|
|
|
| |
- Maintainer's timeout (kuriyama@FreeBSD.org)
PR: 198839
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes:
svn path=/head/; revision=383821
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- General port cleanup [1]
- Fix sporadic build failures on SMP systems [2]
- Un-break build on arm [2]
PR: 199247
Submitted by: tkato432@yahoo.com [1]
Reviewed by: riggs [2]
MFH: 2015Q2
Notes:
svn path=/head/; revision=383820
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the early days of FreeBSD 9 (after the branch but before 9.0-RELEASE),
it was renamed to st_mtim in src rev r205792 for POSIX 2008 compliance.
This change was never merged back to 8-STABLE. There was no corresponding
bump of __FreeBSD_version, but the change happened between r900010 and
r900011. Patch the source to use the old name when building on FreeBSD 8.
Remove the BROKEN tag to allow the port to be built on FreeBSD 8.
PR: 195601
Differential Revision: https://reviews.freebsd.org/D2281
Reviewed by: kwm
Approved by: mat (mentor)
Notes:
svn path=/head/; revision=383819
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
upstream, but the BROKEN tag was never removed from the port.
Remove the flag.
PR: 195943
Differential Revision: https://reviews.freebsd.org/D2280
Reviewed by: kwm
Approved by: mat (mentor)
Notes:
svn path=/head/; revision=383818
|
|
|
|
| |
Notes:
svn path=/head/; revision=383817
|
|
|
|
|
|
|
| |
- Adopt port
Notes:
svn path=/head/; revision=383816
|
|
|
|
|
|
|
|
|
|
| |
There's a new version of brickutils, so the distinfo file was moved to
an "obsolete" folder. Adjust MASTER_SITES accordingly.
Approved by: blanket
Notes:
svn path=/head/; revision=383815
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=383814
|
|
|
|
|
|
|
|
|
|
|
| |
https://www.libssh.org/2014/12/19/libssh-0-6-4-security-and-bugfix-release/
- This version does not compile with gcrypt: force use of openssl
- Adopt port
MFH: 2015Q2
Notes:
svn path=/head/; revision=383813
|
|
|
|
|
|
|
|
|
|
|
| |
The second MASTER_SITES entry worked fine, so this must have been a
transient fetch problem. I removed the first entry which is still
failing though.
Approved by: blanket
Notes:
svn path=/head/; revision=383812
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=383811
|
|
|
|
|
|
|
|
|
|
|
|
| |
As noted by previous commit, upstream rerolls the same distfile
frequently. When FreeBSD cache was removed, the port broke. I'm fixing
it again with a new digest, but I'm also defining DIST_SUBDIR, which is
the correct thing to do with rerolls-by-policy.
Also I removed the bad backup MASTER_SITES and tested in poudriere.
Notes:
svn path=/head/; revision=383810
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=383809
|
|
|
|
|
|
|
|
| |
PR: 199380
Submitted by: mat@
Notes:
svn path=/head/; revision=383808
|
|
|
|
|
|
|
|
|
|
| |
Apparently in some world I don't live in 1.091 > 1.70
pkg needs this port's epoch to be bumped
reported by: wen
Notes:
svn path=/head/; revision=383807
|
|
|
|
| |
Notes:
svn path=/head/; revision=383806
|
|
|
|
|
|
|
|
|
|
| |
While here, reset the port. The last time the maintainer was seen was
in 2005, when the port was created. Also, rewrap the package description
such that it keeps within 75 characters; also move the url so it won't
wrap across lines.
Notes:
svn path=/head/; revision=383805
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
enables the build against LibreSSL (OpenSSL head has also removed this
header)
- Simplify WRKSRC and move it where it normally belongs in Makefile
- Remove no longer required "/LIBS=/s|-lpthread|-pthread|" gimmick, and
bring Makefile header under standard form
- Provide a better port description while I'm here
PR: 198984
Submitted by: Bernard Spil
Notes:
svn path=/head/; revision=383804
|
|
|
|
|
|
|
|
| |
The site is up and the distfile fetches with the current checksum.
I just this was just a transient issue.
Notes:
svn path=/head/; revision=383803
|
|
|
|
|
|
|
|
| |
With hat: perl
Sponsored by: Absolight
Notes:
svn path=/head/; revision=383802
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- Print notice to stdout
- Prevent pkg-static from trying to load plugins
- Bring back displaying of download size
- pkg shlib now support -q (quiet)
- Accept symlinks in pkg repo and ignore directories named (Latest or hidden: starting with a .)
Notes:
svn path=/head/; revision=383801
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE knob (ART10 GPLv2; multi)
- Drop unneeded "xt" from USE_XORG and adjust its position
- Improve test target by using -C and thus get rid of "cd"
- Remove ".if ${PORT_OPTIONS:MDOCS}" guard, no longer needed
PR: 199240
Notes:
svn path=/head/; revision=383800
|
|
|
|
| |
Notes:
svn path=/head/; revision=383799
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (BSD2CLAUSE)
PR: 197860
Submitted by: neel@neelc.org
Approved by: maintainer (timeout, 7 weeks)
Notes:
svn path=/head/; revision=383798
|
|
|
|
|
|
|
|
| |
PR: 199374
Submitted by: shun.fbsd.pr at dropcut.net
Notes:
svn path=/head/; revision=383797
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most of the PR's changes to Makefile were rejected as being "gratuitous"
as they did not functionally change anything. The port's description
changes were accepted.
PR: 199231
Submitted by: ports fury
Notes:
svn path=/head/; revision=383796
|
|
|
|
|
|
|
|
|
|
| |
we moved the unpacking and initial patching from the pre-configure target
to post-extract.
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=383795
|