non port: devel/talloc/Makefile |
Number of commits found: 66 |
Friday, 16 Aug 2024
|
10:11 Mateusz Piotrowski (0mp)
devel/talloc: Update to 2.4.1
This is the version required by Samba 4.19.
PR: 280509
Approved by: samba
Sponsored by: Klara, Inc.
79b5567 |
Tuesday, 13 Aug 2024
|
11:43 Mateusz Piotrowski (0mp)
*/*: Let samba@ maintain ldb, tdb, talloc, tevent, and Samba
PR: 280556
Approved by: portmgr
b6ec64a |
Sunday, 21 Jan 2024
|
15:26 Muhammad Moinur Rahman (bofh)
devel/talloc: Sanitize MANPREFIX
Approved by: portmgr (blanket)
85ef17d |
Friday, 6 Oct 2023
|
17:48 Dimitry Andric (dim)
devel/talloc: fix build with lld 17
Building devel/talloc with lld 17 results in the following link error:
08:58:52 runner ['cc',
'-Wl,--version-script=/wrkdirs/usr/ports/devel/talloc/work/talloc-2.3.4/bin/default/talloc.vscript',
'-shared', '-Wl,-h,libtalloc.so.2', 'talloc.c.6.o', 'lib/replace/replace.c.2.o',
'lib/replace/strptime.c.2.o', 'lib/replace/xattr.c.2.o',
'-o/wrkdirs/usr/ports/devel/talloc/work/talloc-2.3.4/bin/default/libtalloc.so',
'-Wl,-Bstatic', '-Wl,-Bdynamic', '-fstack-protector-strong',
'-Wl,-no-undefined']
ld: error: version script assignment of 'local' to symbol '_end' failed:
symbol not defined
ld: error: version script assignment of 'local' to symbol '__bss_start'
failed: symbol not defined
ld: error: version script assignment of 'local' to symbol '_edata' failed:
symbol not defined
cc: error: linker command failed with exit code 1 (use -v to see invocation)
script file to fix the error.
Since the linker version scripts are generated dynamically, suppress
errors with lld >= 17 due to these undefined symbols.
PR: 274000
Approved by: maintainer timeout (2 weeks)
MFH: 2023Q4
641e12a |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Saturday, 30 Jul 2022
|
00:07 Timur I. Bakeyev (timur)
devel/talloc: Update to 2.3.4
PR: 257432
dca556a |
Thursday, 25 Nov 2021
|
21:40 Stefan Eßer (se)
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
04b9da4 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 24 Dec 2020
|
13:24 fluffy
devel/talloc: switch to PYTHON_EXT_SUFFIX
|
Sunday, 5 Jul 2020
|
00:23 timur
Update Samba supplimentary libs to the recent ones.
PR: 246284
246285
246286
246287
|
Wednesday, 19 Feb 2020
|
17:59 antoine
Clean up USES
With hat: portmgr
|
Saturday, 23 Nov 2019
|
12:54 amdmi3
- Update to 2.3.0, fixing build with python 3.8
PR: 241791 [1], 241793 [2]
Submitted by: yasu@utahime.org [1], osidorkin@gmail.com [2]
Reported by: amdmi3 [1]
Approved by: maintainer timeout (timur, 2 weeks)
|
Tuesday, 30 Jul 2019
|
21:09 bdrewery
Grammar nit
|
Wednesday, 19 Jun 2019
|
22:44 timur
Upgrade Samba supplimentary ports to the new build system. Effectively they are
dependent now from Python 3.4+ for the build, unless NO_PYTHON is specified,
in which case ports still can be build with Python 2.7.
That should address legacy Python dependencies for some non-Samba ports as well.
|
Tuesday, 31 Jul 2018
|
04:09 timur
Update Samba supplimentary libs to the newer versions.
Sponsored by: iXsystems Inc.
|
Thursday, 17 May 2018
|
02:24 timur
Update Samba supplimentary libraries, fixed (new) portlint errors, changed
Python3 version knob.
|
Sunday, 11 Mar 2018
|
04:51 linimon
Remove unused remnant of old patch, not needed since r454532.
Approved by: portmgr (tier-2 blanket)
|
Tuesday, 20 Feb 2018
|
23:17 timur
Update supplimentary Samba libs to the latest versions.
Sponsored by: iXsystems Inc.
|
Sunday, 17 Dec 2017
|
06:06 timur
Small useless bump of the version to make poudriere pick up changes in
WITH_SAMBA4_PYTHON3 usage
|
Tuesday, 21 Nov 2017
|
17:00 timur
Make sure that you can compile all supplimentary ports without Python bindings
|
Monday, 20 Nov 2017
|
13:39 timur
Fix too broad Python specification, cut down to 2.7 explicitly.
|
06:40 timur
Update Samba supplimentary libraries to the most recent versions.
|
Saturday, 17 Jun 2017
|
19:59 jhibbits
Fix build of devel/talloc on powerpc and powerpc64
Base gcc doesn't accept -Wno-format-length. Remove its usage on powerpc and
powerpc64. It could probably be generalized to all gcc-based targets, but that
hasn't been tested on other architectures.
PR: 219455
Submitted by: linimon
Approved by: swills
|
Saturday, 13 May 2017
|
03:35 linimon
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Saturday, 25 Mar 2017
|
03:24 timur
Bump port version to 2.1.9, required by Samba4.6.
|
Monday, 2 Jan 2017
|
22:53 timur
Update Samba4* supplimentary libraries to the newer versions.
Made databases/ldb to depend on openldap-sasl-client, so it won't conflict with
the corresponding requirement of net/samba4* ports.
|
Tuesday, 12 Apr 2016
|
22:40 timur
This is routine update for the Samba supplimentary libraries, bumping them to
the versions that commonly acceptable by recent Samba ports, in particular,
samba44.
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 30 Nov 2015
|
00:17 timur
Update Samba supplimentary libs
|
Saturday, 19 Sep 2015
|
13:36 timur
Fix to the coredump in the library code of the Samba libs. Provided by Andrey
Kramarenko.
https://bugzilla.samba.org/show_bug.cgi?id=11455
|
Sunday, 9 Aug 2015
|
22:52 timur
Upgrade relevant ports to the latest releases.
PR: 202041
|
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- 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
|
Wednesday, 13 May 2015
|
12:00 timur
Upgrade talloc to 2.1.2 version, needed for samba42
|
Wednesday, 8 Apr 2015
|
15:05 bapt
Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused
Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf
WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC
CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"
USES=waf is by default stagedir safe
|
Friday, 16 Jan 2015
|
03:49 timur
Upgrade supplimentary net/samba ports to the minimal common required versions.
|
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Saturday, 9 Aug 2014
|
15:44 mva
Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.
USE_PYTHON=yes becomes USES=python
USE_PYTHON=2.7+ becomes USES=python:2.7+
USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
...
A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;
PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO
PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL
PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX
Some knobs have been deprecated and are to be removed in the near future:
PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead
PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead
PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement
Some knobs have been removed completely:
PYTHON_MASTER_SITE_SUBDIR
PYTHON_DISTNAME
PYTHON_WRKSRC
Several variables specific to the Python framework are no longer passed to the
build environment to avoid polluting dependency builds.
PYTHON_VERSION is not passed to .MAKEFLAGS anymore
PYTHON_DEFAULT_VERSION,
PYTHON_DEFAULT_PORTVERSION and
PYTHONBASE are not passed to the make environment anymore
The conversion required a couple of ports to be updated to fit the changes and
new requirements. Those included "bsd.python.mk" directly or contained checks
in places, for which the USES framework would fail to provide correct values.
Python modules directly using the upstream Python package (such as py-tkinter
or py-sqlite3) were updated to avoid using the now unnecessary and remmoved
knobs from "bsd.python.mk".
Phabric: D399
exp-run: 167368 192357
PR: 167368 192357
Reviewed by: antoine, wg
Exp-run award: antoine
With hat: python@
Approved by: portmgr
|
Sunday, 3 Aug 2014
|
19:30 adamw
A couple ports added support for OPTIONS but forgot to add them to
OPTIONS_DEFINE.
|
Sunday, 20 Apr 2014
|
23:46 timur
Add NO_PYTHON knob to make lev@ a bit happier. Minor version update of tdb.
|
Tuesday, 18 Mar 2014
|
04:12 timur
On whatever reason configure requires gettext, although it's not used anywhere
in the resulting libs. Explicitly disable this.
|
Thursday, 13 Mar 2014
|
02:11 timur
Convert port to support STAGE
|
Thursday, 6 Mar 2014
|
17:53 antoine
Stage support
|
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Friday, 20 Sep 2013
|
17:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
10:54 ak
- Remove last vestiges of MAKE_JOBS_SAFE knob
Approved by: portmgr (bapt)
|
Saturday, 17 Aug 2013
|
23:51 mva
- Fix build after the recent lang/python changes
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Monday, 1 Jul 2013
|
02:36 timur
Update relevant ports to the latest release and fix disappeared --prefix
from the bsd.ports.mk.
PR: 180102, 180103, 180136
|
Thursday, 23 May 2013
|
02:23 jgh
- adoption of optionsNG
- trim historical headers
Approved by: portmgr (miwi)
|
Tuesday, 23 Apr 2013
|
10:13 bapt
Convert devel to USES=pkgconfig
|
Thursday, 31 Jan 2013
|
15:03 timur
Update port to the latest version
|
Monday, 23 Jul 2012
|
07:15 rm
- strict python version to 2.x (doesn't build with python3)
PR: 170074
Submitted by: Kimmo Paasiala <kpaasial at gmail dot com>
Approved by: timur (maintainer)
|
Thursday, 3 May 2012
|
22:55 timur
Fix damage cause by commits of eadler and miwi
|
Tuesday, 7 Feb 2012
|
07:24 miwi
- Respect LOCALBASE
|
Monday, 26 Dec 2011
|
02:22 eadler
- Get ready for upcoming X11BASE removal
- While here remove useless portepoch
- Pet portlint
Approved by: portmgr (pav)
|
Sunday, 16 Oct 2011
|
22:32 timur
Update port version to 2.0.7
|
Monday, 1 Aug 2011
|
20:01 timur
Update to version 2.0.5
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
|
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Friday, 5 Feb 2010
|
00:49 timur
Missed some cleanup
|
00:48 timur
Upgrade talloc to the new version 2.0.1.
|
Saturday, 1 Aug 2009
|
23:37 timur
Fix CONFLICTS
|
Sunday, 12 Jul 2009
|
21:40 timur
Adding slave ports for the net/samba4-devel. We are installing this
libraries separately, so they can be used by other ports.
|
Number of commits found: 66 |