/graphics/cairo/files/

title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/apr2
Commit message (Collapse)AuthorAgeFilesLines
* Update `databases/gdbm' to version 1.18.1, an important bugfix releasedanfe2018-11-111-1/+1
| | | | | | | | | | which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts)
* - Switch to new test frameworkamdmi32018-03-301-5/+1
| | | | Approved by: portmgr blanket
* Fix typo. No change to package.linimon2017-06-251-1/+1
|
* devel/nspr, security/nss: drop version from SONAMEjbeich2016-10-091-0/+1
| | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine
* - replace USE_XXX with new USES=xxx notationohauer2016-07-051-2/+2
|
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-241-1/+1
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Cleanup some other NO_PACKAGE madness.mat2016-05-241-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-3/+3
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - adopt new SQLITE USESohauer2016-01-111-1/+1
|
* - update to r1676013ohauer2015-05-245-20/+20
| | | | | - make threads mandatory - enable posix-shm
* Convert to USES=autoreconftijl2015-04-191-16/+3
|
* Add CPE supportfeld2015-03-281-1/+4
| | | | PR: 198957
* Switch to USES=pgsqlcrees2014-11-231-1/+1
|
* Nuke some @dirrm from develbapt2014-10-271-4/+0
|
* - Convert ports of devel/ to USES=pythonmva2014-10-211-2/+1
| | | | Approved by: portmgr (implicit)
* Replace USE_AUTOTOOLS=libtool:env with USE_AUTOTOOLS=libtoolize:envtijl2014-09-121-2/+1
|
* Fix duplicate pkgnamebapt2014-07-211-1/+1
|
* - add stage supportohauer2014-07-144-169/+103
| | | | | | - remove PKGNAMESUFFIX - update to upstream svn r1605767 - add additional NO_PACKAGE (this port is only for interested developper)
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-041-1/+1
| | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
* Support LIBS like LDFLAGS.tijl2014-06-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-4/+2
| | | | devel part 1)
* - convert to the new perl5 frameworkaz2013-09-161-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forbsam2013-09-081-1/+1
| | | | | | | pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)gahr2013-02-141-4/+0
| | | | Approved by: portmgr
* - convert to option NGohauer2012-07-092-94/+91
| | | | - sort pkg-plist
* - Track dependencies after databases/gdbm updategabor2011-09-121-2/+2
|
* - update to svn snapdate 20110821151329ohauer2011-08-225-188/+23
| | | | | | | Note: LDAP is no longer supported by apr2. PR: ports/159660 Submitted by: Daniel S. Haischt <daniel.haischt _at_ gmail.com>
* -remove MD5ohauer2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Migration of BROKEN ports from automake{19,110}->111 which will mostade2010-10-071-1/+1
| | | | likely need to be looked at as and when they become unbroken.
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Bump supported pthon versionpgollucci2010-09-111-1/+1
|
* - Update to 20100610211336 snapshotpgollucci2010-06-112-7/+7
| | | | | - fix PORTREVISION - pet portlint
* - no Latest/ Link for devel/apr2pgollucci2010-06-031-0/+2
| | | | Reported by: erwin bot
* - Update to 2.0.0.20100527031346pgollucci2010-06-028-346/+210
| | | | | | | | - Not for general public only for early testers / developers PR: ports/147113 Submitted by: pgollucci@ (myself) With Hat: apache@
* - set LIB_DEPENDS with just = not +=pgollucci2010-05-271-1/+1
|
* - full patch from dev@apr.apache.org to detech bdb 5.0pgollucci2010-05-272-1/+144
| | | | With Hat: apache@
* - Define python version explicitlypgollucci2010-05-181-1/+3
| | | | | | | | | ${APR_WRKDIR}/build/gen-build.py does not work with Python 3.1 - No PORTREVISION bump (build only) PR: ports/146621 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> With Hat: apache@
* - Default DEVRANOM support to on b/c mod_auth_digest is default onpgollucci2010-05-081-1/+2
| | | | | | | but pointhat package builds don't set WITH_DEVRANDOM for devel/apr. - Bump PORTREVISION With Hat: apache@
* - FreeBSD doesn't use EGD sockets. Also the option handling doesn't honorpgollucci2010-05-081-12/+0
| | | | | | | | without-egd. PR: ports/146376 Submitted by: Guido Falsi <mad@madpilot.net> With Hat: apache@
* 1/2: OPTIONS+= EGD and DEVRANDOMpgollucci2010-05-071-1/+25
| | | | | | | | | | which allow mod_auth_digest to build next www/apache2* need to pass it through Default package doesn't change PR: ports/134577 Requested by: Pascal Vizeli <pvizeli@yahoo.de> With Hat: apache@
* - Harden the OPTION processing to explicity enable/disable in BOTH cases.pgollucci2010-05-071-22/+22
| | | | | | | | | | | | - Remove some invalid quotes in the OSVERSION handling - CFLAGS is already in CONFIGURE_ENV - Fix some tabs/whitespace None of this changes the default package, so no PORTREVISION bumps. PR: ports/145744 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> With Hat: apache@
* - Not yet compatiable with db50pgollucci2010-05-071-0/+1
| | | | | | PR: ports/145956 Submitted by: mandree With Hat: apache@
* - Support DB48pgollucci2010-05-071-0/+129
| | | | | | PR: ports/145956 [part I] Requested by: mandree With Hat: apache@
* - Fix coredump when WITH_MYSQL=yes and WITH_MYSQL_VER=55pgollucci2010-05-061-1/+1
| | | | | | | [still needs ports/146276 for databases/mysql55-server too] - No PORTREVISION bump [very non default options] With Hat: apache@
* - Make the OPTIONAL package build names more useful and versionpgollucci2010-05-061-3/+3
| | | | | mysql,pgsql,ldap - No PORTREVISION bump [non default options]
* 1/5: Update to apr 1.4.2pgollucci2010-05-065-14/+14
| | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@
* --withX-sqlite is an apr-util option not aprpgollucci2010-04-301-2/+2
| | | | | | | This doesn't change the package, just gets rid of a warning configure: WARNING: Unrecognized options: --without-sqlite3 With Hat: apache@
* - Assign some ports to apache@pgollucci2010-04-301-1/+1
| | | | | Note: net/luasocket is a direct requirement for mod_wombat which will be very core to httpd 2.4.x+ (www/apache24)
* OPTIONS += SQLITEpgollucci2009-12-252-1/+22
| | | | Submitted by: Adam Pordzik <ap@d-dt.de> (via e-mail)
* - Update to (apr) 1.3.9pgollucci2009-12-254-9/+8
| | | | | | | | | | | | | | | | | | | | | | *) Posix semaphores can now be named and used as named semaphores. [Jim Jagielski] *) Better handling of APR_OFF_T_FMT for Darwin 10 depending on -arch setting of compiler. [Jim Jagielski] *) Add comments describing the thread-safety properties of apr_pool_t. [Neil Conway nrc cs.berkeley.edu] *) Pass default environment to testsock, testshm and testproc children, so that tests run when APR is compiled with Intel C Compiler. [Bojan Smojver] *) Fix error handling in the Solaris pollset support (Event Port backend). PR 47645. [Jeff Trawick] *) Add the remainder of this fix from trunk: Fix Solaris poll failure. PR 43000 [Henry Jen <henryjen ztune.net>]
* - Allow install by a user other then rootpgollucci2009-12-102-1/+2
| | | | | PR: ports/13876 [based on] Submitted by: Mel Flynn <mel@rachie.is-a-geek.net>
* - Set correct permissons on libtool.m4 before trying to patch it. Otherwisestas2009-10-021-0/+10
| | | | | | | the build will fail under orinary user as the libtool.m4 file installed has no write permissions (SHAREMODE). Approved by: pgollucci (maintainer)
* Update to APR 1.3.8 / APR-util 1.3.9. This is a security update.simon2009-08-073-10/+10
| | | | | Security: CVE-2009-2412 Approved by: so (simon), pgollucci (in principle - I think...)
* - Update to 1.3.7/1.3.8pgollucci2009-08-033-7/+7
| | | | - Default IPv6 support to ON
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -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
* - Update to apr 1.3.6, apr-util 1.3.8pgollucci2009-07-084-50/+10
|
* - Fix the pkg-plist in the case when only GDBM was includedpgollucci2009-06-181-0/+1
|
* - Respect hier(7), finally after 6yrspgollucci2009-06-122-8/+9
|
* - Correct a typo, neither my tb or QAT caught this, but its causing corepgollucci2009-06-111-2/+2
| | | | | | dumps and is wrong anyway. Submitted by: b.f (via private e-mail)
* - Respect CC/CCFLAGS [1]pgollucci2009-06-102-3/+48
| | | | | | | | | | | | | | | - use -pthread instead of -lpthread [2] - It was only ever accidental that -ldb showed up in apu-config --libs Subversion doesn't actually even use it (apr_dbm*). APR/Util is supposed to auto load the backed db library without the app ever know which one it was. Subversion uses db _directly_. Subversion 1.6.3 should account for this. [3] - Convert to bsd.options.mk - Bump PORTREVISION PR: ports/135396 [3], ports/134453 [2], ports/132432 [1] Submitted by: dev@apr.apache.org (wrowe, bojan) [3], b.f. [2], Anonymous <swell.k@gmail.com> [1]
* - Remove some superfulous ifs. You get the OPTIONS or you don't get it at all.pgollucci2009-06-091-2/+2
| | | | Also, the DBD one only works for 42 and apr supports 42->47
* - Update to apr: 1.3.5, apr: 1.3.7pgollucci2009-06-084-19/+42
| | | | | | | | | - Pet Portlint - Fix APU_EXTRAs in pkg-plist Security: http://www.vuxml.org/freebsd/eb9212f7-526b-11de-bbf2-001b77d09812 PR: ports/135310 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* - Mark most of my ports MAKE_JOBS_SAFE=yespgollucci2009-05-161-0/+2
| | | | Tested by: several builds in P6 TB
* o Remove devel/apr-svn and replace with devel/aprpgollucci2009-01-19