Dirk Meyer
f9a95694ae
- revert r331810
2013-10-28 20:17:49 +00:00
Bryan Drewery
2adacb737d
- Fix COPYTREE_BIN and COPYTREE_SHARE so that installed symlinks
...
have proper permissions set.
PR: ports/173892
Submitted by: thierry
With hat: portmgr
2013-10-28 13:08:14 +00:00
Dirk Meyer
338eecf237
- use STAGEDIR
...
- use OPTIONS_DEFINE
2013-10-27 22:29:46 +00:00
Sunpoet Po-Chuan Hsieh
166d24f12c
- Use leading "-" to ignore exit status instead of trailing "|| ${TRUE}"
...
Suggested by: mat
2013-10-27 17:35:52 +00:00
Koop Mast
46d0aadc55
Remove obsoleted and removed gnome1 components. While here update example.
2013-10-27 14:54:08 +00:00
William Grzybowski
c7db7eafb3
Allow multiple values for configure ENABLE and WITH options helpers
...
${opt}_CONFIGURE_ENABLE and ${opt}_CONFIGURE_WITH now accept multiple arguments
and will be expanded accordingly, e.g.:
OPT_CONFIGURE_ENABLE= feature1 feature2 -- will add to CONFIGURE_ARGS:
OPT enabled: --enable-feature1 --enable-feature2
OPT disabled: --disable-feature1 --disable-feature2
Approved by: portmgr (bapt)
2013-10-27 11:58:20 +00:00
Kubilay Kocak
d955a5a81d
Mk/bsd.python.mk: Further tweaks to clarify AUTOPLIST and PY3K_HACK
...
Reviewed by: mva
2013-10-27 09:30:09 +00:00
Sunpoet Po-Chuan Hsieh
76fd67222e
- Remove cpan.nctu.edu.tw from MASTER_SITE_PERL_CPAN_BY
2013-10-26 12:37:32 +00:00
Kubilay Kocak
269f9dbb91
Mk/bsd.python.mk: Clarify PYTHON_PY3K_PLIST_HACK & PYDISTUTILS_AUTOPLIST usage
...
Reviewed by: mva, Johannes Meixner (xmj) via IRC
2013-10-26 10:11:45 +00:00
Marcus von Appen
d013540424
- Add a warning about PYTHON_PY3K_PLIST_HACK not being required, if
...
PYDISTUTILS_AUTOPLIST is used
2013-10-26 09:29:18 +00:00
Sunpoet Po-Chuan Hsieh
e018bc8aeb
- Add missing || ${TRUE}
2013-10-25 07:53:24 +00:00
Sunpoet Po-Chuan Hsieh
c69aa3b0c1
- Fix .packlist only when ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto exists
...
Reported by: John Marino <freebsd.contact@marino.st>
2013-10-23 17:47:31 +00:00
Ulrich Spörlein
2e790e6f32
Allow users to install converters/libiconv on 10.x systems if they
...
decided to build world with WITHOUT_ICONV set. There's no need for
this check to be based on OSVERSION.
Some users (i.e. me), report subtle application breakages with the
iconv-from-src that disappear when iconv-from-ports is installed.
Allow for a bridge till these issues are sorted out.
Approved by: portmgr (bdrewery)
2013-10-23 15:05:04 +00:00
Mathieu Arnold
012586d32c
Change default perl to lang/perl5.16
...
PR: ports/182550
Submitted by: mat
Approved by: bdrewery (exp-run)
2013-10-23 10:26:23 +00:00
Bryan Drewery
1961a47413
- Don't create share/applications as it is part of BSD.local.dist now
...
Submitted by: amdmi3
With hat: portmgr
2013-10-23 00:43:04 +00:00
Tijl Coosemans
c230edc9ce
Don't add "@unexec rmdir ${DESKTOPDIR} ..." to pkg-plist for ports that
...
use DESKTOP_ENTRIES now that ${DESKTOPDIR} has been added to mtree.
Approved by: portmgr (bdrewery)
2013-10-22 21:42:38 +00:00
Max Brazhnikov
86276e8b2a
Pass CC/CXX to qmake when we can't find appropriate QMAKESPEC
...
Reported by: amdmi3
2013-10-21 19:47:02 +00:00
Rene Ladan
2e9379960f
Fix a typo in bsd.stage.mk, LINUXBASE_REL should be LINUXBASE. Nothing
...
defines the former variable.
Approved by: portmgr (bapt)
2013-10-21 13:09:15 +00:00
Rene Ladan
065f8bcc60
Remove entry for expired and deleted graphics/linux-f10-png10
2013-10-21 11:54:04 +00:00
Baptiste Daroussin
3a25a917f7
really apply the fix provided by ohauer
...
Reported by: sunpoet, ohauer
Pointyhat to: bapt
2013-10-21 09:56:26 +00:00
Baptiste Daroussin
9e85f692d4
Fix restage target
...
PR: ports/183118
Submitted by: ohauer
2013-10-21 08:34:26 +00:00
Olivier Duchateau
b49223caeb
- Fix devel/xfce4-dev-tools detection, when xfdev is used in USE_XFCE macro
2013-10-20 18:53:04 +00:00
Alex Kozlov
542371959d
- Add check for suid files and directories
...
Approved by: portmgr (bapt)
2013-10-20 18:12:49 +00:00
Sunpoet Po-Chuan Hsieh
fe67692ab3
- Cosmetic change:
...
- Reorder knobs
- Indent using tabstop=4
2013-10-20 08:29:15 +00:00
Bryan Drewery
3235c42422
- Fix patch fetching so it tries the next site if one has the wrong size.
...
Same fix as r325805 was for MASTER_SITES, but this is applied for
PATCH_SITES
With hat: portmgr
2013-10-20 02:06:40 +00:00
Sunpoet Po-Chuan Hsieh
1ffcb16a96
- Add staging support for USE_PERL5=modbuild*
...
- Remove STAGEDIR prefix from .packlist
2013-10-19 19:11:19 +00:00
Marcus von Appen
026a6cfc87
- Fix replacement expressions for manpages, if PYDISTUTILS_AUTOPLIST is set
2013-10-19 07:49:54 +00:00
Baptiste Daroussin
049b167664
Recommand to use STRIP_CMD to strip binaries given that it will respect the WITH_DEBUG option
2013-10-19 00:17:10 +00:00
Rusmir Dusko
cda8b376c1
- New Uses pure.mk
...
- Provide support for Pure Programming Language based projects
PR: ports/179401
Submitted by: nemysis (self)
Approved by: pawel (mentor), bapt (portmgr)
2013-10-18 22:12:37 +00:00
Marcus von Appen
ae868cb7fb
- Enable proper manpage handling for PYDISTUTILS_AUTOPLIST, if the
...
manpages are installed by distutils.
Requested by: avg@
Improvements: jhein@symmetricom.com
2013-10-18 16:28:48 +00:00
Antoine Brodin
60e079a05c
Fix staging to rubygems
...
Approved by: portmgr (bapt)
2013-10-17 16:45:07 +00:00
Baptiste Daroussin
eb6d37560f
Allow staging rubygems (which here, enforce the bindir for staged rubygem ports)
2013-10-17 13:28:50 +00:00
Baptiste Daroussin
d76bad7482
Readd forgotten port-install-script in the stage seq.
2013-10-17 13:09:58 +00:00
Rene Ladan
38ea0176b6
Document "openmp" as a valid argument.
...
Approved by: portmgr (bapt)
2013-10-17 09:50:51 +00:00
Bryan Drewery
6059af56b7
- Properly reference pkg(8) for conflcts instead of pkg_delete(1)
...
Reported by: Julian H. Stacey, gjb
With hat: portmgr
2013-10-16 00:38:38 +00:00
Baptiste Daroussin
14b6036bd6
Drop support for ruby-lua4
2013-10-15 12:38:25 +00:00
Alex Kozlov
702e463096
- Fix USE_LDCONFIG32 for stage ready ports
...
Reported by: garga
Tested by: garga
Approved by: portmgr (bapt)
2013-10-15 07:48:06 +00:00
Olli Hauer
db533faaee
- use new LIB_DEPENDS notation in subversion ports
...
- use new LIB_DEPENDS notation in Mk/Uses to fix static svn building [1]
Approved by: portmgr (babt@) [1]
2013-10-14 19:42:48 +00:00
John Marino
aed7d5fbc5
Mk/Uses/compiler.mk: Ensure COMPILER_TYPE can only be clang or gcc
...
The compiler.mk comments and code state that COMPILER_TYPE can only be
of the value "clang" or "gcc". However, the code that determines this
allows for a possible undefined third state (empty string). BMake
will emit a lot of errors about badly formatted conditionals if
COMPILER_TYPE is empty.
Since, by definition, if the COMPILER_TYPE is not clang, it must be
gcc, so skip the conditional gcc check and just set it. The entire
file must be updated if support for additional compilers is desired.
This bug was discovered because the gcc detection code failed to
identify the DragonFly base compiler (GCC 4.7.3) as gcc.
Approved by: portmgr (bapt)
2013-10-14 16:46:20 +00:00
Raphael Kubo da Costa
ecda38b0a5
Update Qt to 4.8.5 and Qt Creator to 2.8.0.
...
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.
Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.
Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!
PR: ports/180615
ports/181921
ports/182049
2013-10-13 23:15:50 +00:00
Gerald Pfeifer
2a0337bd2e
Add support for USE_GCC=4.9 and USE_GCC=4.9+.
...
Beware, this version of GCC is _not_ anywhere near ready for production
use. Use at your own risk, and rather don't use it for regular ports.
Submitted by: devzone.my@gmail.com
2013-10-13 21:23:35 +00:00
Ryan Steinmetz
9134544cca
- Add shared defnition for redis description
2013-10-13 19:06:40 +00:00
Bryan Drewery
54e5c8a8ba
- Fix spelling in comment
...
Submitted by: des
With hat: portmgr
2013-10-12 17:17:31 +00:00
Baptiste Daroussin
0e0cee5222
Always use a recent version of gcc in case a port needs openmp support
...
Submitted by: gerald
2013-10-12 05:42:26 +00:00
Frederic Culot
4529b8b194
- Update comments to reflect the new "stage" target
...
Approved by: portmgr (bapt)
2013-10-11 12:17:59 +00:00
Bryan Drewery
c1bb68f8b6
- Add Artistic License (perl) version 1.0
...
PR: ports/182572
Submitted by: bsam
Reviewed by: tabthorpe
With hat: portmgr
2013-10-11 11:58:00 +00:00
Bryan Drewery
cbfe674254
- Fix desktopfileutils() and sharedmimeinfo() returning non-zero and causing
...
failure on every port that does not use shared-mime-info or need it.
Must return 0 at end of functions or it considers the last command ran as
the return code.
Reported by: eadler
With hat: portmgr
2013-10-11 02:52:35 +00:00
Bryan Drewery
101e14f98c
- WITH_CCACHE_BUILD: Respect NOCCACHE as well since that is what devel/ccache
...
has had documented in its howto forever
With hat: portmgr
2013-10-11 02:22:24 +00:00
Antoine Brodin
0a9a0a511f
Add two QA tests for staged ports:
...
- check for desktop files handling MIME types
- check for share MIME-Info database
Approved by: portmgr (bapt)
2013-10-10 17:09:33 +00:00
Bryan Drewery
a3236d6e06
- Try to clarify USE_PACKAGE_DEPENDS_ONLY failure message
...
With hat: portmgr
2013-10-10 01:30:22 +00:00