aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2008-10-08 17:41:43 +0800
committerdelphij <delphij@FreeBSD.org>2008-10-08 17:41:43 +0800
commitb0f168d182b0199f9527fd0c8797a052fa02666f (patch)
treed643a0bdc20c5157fd357d01834517a4afe01fa0 /shells
parent49c927da499fb3e3c1d56b4724d5615e3e25699d (diff)
downloadfreebsd-ports-gnome-b0f168d182b0199f9527fd0c8797a052fa02666f.tar.gz
freebsd-ports-gnome-b0f168d182b0199f9527fd0c8797a052fa02666f.tar.zst
freebsd-ports-gnome-b0f168d182b0199f9527fd0c8797a052fa02666f.zip
Apply vendor fix 4.7.25.1;
Apply a vendor patch (via OpenLDAP) that fixes locking issues on single CPU systems [1] Thanks to: rafan@ for --ignore-whitespace trick [1] http://www.openldap.org/devel/cvsweb.cgi/build/db.4.7.52.patch
Diffstat (limited to 'shells')
0 files changed, 0 insertions, 0 deletions
itgraph'>* Revert last commit / drop gpatch dependency now that FreeBSD 10 is EOL.Alex Dupre2018-11-021-2/+0 | * FreeBSD 10 still requires gpatch.Alex Dupre2018-10-301-2/+2 | | | | | PR: 232809 Submitted by: Bengt Ahlgren <bengta@sics.se> * Add post 4.0.1 patches.Alex Dupre2018-10-302-3/+30 | | | | | PR: 232802 Submitted by: Dennis Clarke <dclarke@blastwave.org> * Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2 | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine * - Update WWWDmitry Marakasov2018-08-221-1/+1 | | | | Approved by: portmgr blanket * Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.Alex Dupre2018-04-193-6/+7 | * - Fix LICENSEDmitry Marakasov2018-04-041-4/+2 | | | | | | | - Add LICENSE_FILE - Remove unneeded regression-test target (the port supports 'make test') Approved by: portmgr blanket * Simplify MASTER_SITES (GNU/${PORTNAME} is the same as the simpler GNU).Gerald Pfeifer2018-02-181-1/+1 | * Update MASTER_SITES usageSunpoet Po-Chuan Hsieh2017-09-221-2/+1 | * Add some backup sites for math/mpfrAdam Weinberger2017-09-221-1/+3 | | | | | | The mpfr.org site is down, and there's no backup mirrors set. Distcache doesn't have the tarball, so the port is unfetchable Add MASTER_SITE_GNU as a backup. * Update to 3.1.6 release.Alex Dupre2017-09-213-12/+7 | * Add test target and update patches.Alex Dupre2017-02-062-3/+9 | | | | | PR: 216820 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> * Comment out PATCH_DEPENDS.Alex Dupre2016-09-281-1/+1 | | | | Spotted by: mat * Update to 3.1.5 release.Alex Dupre2016-09-283-9/+8 | * Update to 3.1.4 release.Alex Dupre2016-04-193-10/+11 | * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2 | | | | | With hat: portmgr Sponsored by: Absolight * Drop :keepla from USES:libtool.Koop Mast2016-02-112-2/+2 | | | | | | | PR: 202029 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Exp-run by: antoine@ Approved by: maintainer timeout (6 months) * Update to 3.1.3 release.Alex Dupre2015-11-303-5/+4 | * Fix build with gcc 4.9.Alex Dupre2014-09-091-0/+10 | | | | | PR: 193340 Submitted by: Olivier <software-freebsd@interfasys.ch> * Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-301-2/+1 | | | | Approved by: portmgr (not really, but touches unstaged ports) * When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-3/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) * Convert to USES=libtoolBaptiste Daroussin2014-03-032-19/+6 | | | | | While here remove code for unsupported version of FreeBSD Remove DOCS patches that is not necessary anymore with staging * Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runBaptiste Daroussin2013-09-241-1/+0 | | | | Exp-run by: bdrewery * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1 | | | | math) * Update to 3.1.2 release.Alex Dupre2013-03-142-9/+5 | * Update to 3.1.1 release and enable TLS on supported FreeBSD versions.Alex Dupre2012-08-132-32/+17 | * Update to patch level 10.Alex Dupre2012-05-092-3/+18 | | | | | Note: use gnu patch since patch04 seems to trigger a bug (or at least a different / not expected behavior of base patch) * Update to patch level 3.Alex Dupre2011-11-132-2/+6 | | | | Feature safe: yes * Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0 | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. * Pet portlint and fix NOPORTDOCS.Alex Dupre2011-10-081-3/+5 | | | | | PR: ports/161397 Submitted by: swills * Update to -p1 patch-release.Alex Dupre2011-10-072-5/+8 | * Update to 3.1.0 release.Alex Dupre2011-10-062-14/+10 | | | | | | | Do not enable thread-safe support, since "it seems that the initialisation of Thread Local Storage variables to some values which are function address doesn't work inside a shared library on FreeBSD" * Update to 3.0.1 (patch 4) release.Alex Dupre2011-05-102-3/+17 | * - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0 | * Update to 3.0.0 release.Alex Dupre2010-06-113-6/+8 | * - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilesPav Lucistnik2010-06-042-4/+4 | | | | | | | | - Convert a bunch of ports to use it PR: ports/146329 Submitted by: mm With hat: portmgr * Switch to use newer GMP version.Alex Dupre2010-04-191-1/+2 | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) * Update to 2.4.2 release.Alex Dupre2009-12-012-5/+12 | * Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-1/+2 | * Update to 2.4.1 release.Alex Dupre2009-02-262-4/+4 | * Update to 2.4.0 release.Alex Dupre2009-01-313-5/+5 | | | | | PR: ports/131045 Submitted by: Wen Heping <wenheping@gmail.com> * Update to 2.3.2 release.Alex Dupre2008-09-232-4/+4 | * Add regression-test target.Alex Dupre2008-06-251-0/+3 | | | | Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com> * Update to 2.3.1 release.Alex Dupre2008-01-302-4/+4 | * Update to 2.3.0 release.Alex Dupre2007-08-303-7/+6 | * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0 | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run * Update to 2.2.1 release.Alex Dupre2006-12-012-61/+6 | * Update to 2.2.0 patchset 16.Alex Dupre2006-11-202-5/+62 | * Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-2/+2 | * Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3 | | | | Approved by: portmgr (kris) * SHA256ifyEdwin Groothuis2006-01-221-0/+1 | | | | Approved by: krion@ * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1 | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. * Correct typo.Alex Dupre2005-10-011-1/+1 | | | | Submitted by: Vincent Lefevre * Update to 2.2.0 release:Alex Dupre2005-09-243-6/+10 | | | | | - Install shared library - Make fetchable again