non port: devel/libublio/Makefile |
SVNWeb
|
Number of commits found: 21 |
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Jul 2021
|
[ 18:24 Matthias Andree (mandree) ] 62ff121
devel/libublio: remove *_p.a profiling library
Since a port cannot reliably and easily infer the profiling
configuration from src.conf (the ports framework defeats reading it, and
historically the port had its troubles with that), remove the profiled
libublio_p.a altogether.
Bumps PORTREVISION due to pkg-plist change on most practical systems.
Reported by: emaste@
PR: 256873
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 13 Jul 2019
|
[ 09:07 mandree ]
Fix build with MK_PROFILE=no in make.conf
PR: 214607
Submitted by: Yasuhito FUTATSUKI
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Tue, 24 May 2016
|
[ 06:19 mandree ]
Really add .pc file for devel/libublio.
(I wish that poudriere or a make under DEVELOPER=yes would use
svn export to actually check for missing files.)
PR: 199717
Reported by: Barbara Guida, lightside
|
Mon, 23 May 2016
|
[ 22:42 mandree ]
Add pkgconfig file. Add LICENSE clause.
PR: 199797
Submitted by: resver@gmail.com
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Mon, 17 Feb 2014
|
[ 13:50 bapt ]
Fix build as a user
While here cleanup a bit
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Sat, 14 Dec 2013
|
[ 09:52 mandree ]
Convert to staging.
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sat, 30 Mar 2013
|
[ 14:37 bf ]
fix the build after FreeBSD src svn r248751
Reviewed by: mandree
Approved by: portmgr
|
Thu, 21 Mar 2013
|
[ 22:09 mandree ]
- Attempt to fix pointyhat failure (by checking WITHOUT_PROFILE).
- Attempt to debug pointyhat failure (by adding a pre-install that prints
the environment and the makefiles read).
- Clean up Makefile header.
- Convert NOPORTDOCS to OptionsNG.
|
Mon, 2 May 2011
|
[ 08:50 mandree ]
Isolate from src.conf settings such as WITHOUT_PROFILE.
While at it, drop MD5 checksum from distinfo.
Reported by: iZEN (by mail)
|
Tue, 12 Apr 2011
|
[ 21:59 mandree ]
Take over MASTER_FILE_SUBDIR.
|
Tue, 5 Apr 2011
|
[ 12:34 mandree ]
Take maintainership and un-deprecate.
|
Wed, 16 Mar 2011
|
[ 13:55 bapt ] (Only the first 10 of 39 ports in this commit are shown above. )
Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
|
Sun, 27 Feb 2011
|
[ 04:54 tabthorpe ] (Only the first 10 of 147 ports in this commit are shown above. )
- Reassign ports to heap
Submitted by: alepulver
|
Sun, 18 May 2008
|
[ 15:47 alepulver ]
- Respect NO_PROFILE/NOPROFILE.
|
Tue, 11 Sep 2007
|
[ 17:49 alepulver ]
This is a user space caching library, currently used by FreeBSD and Mac OS X
to improve performance of NTFS-3G (sysutils/fusefs-ntfs port), because these
systems don't have a block device cache, giving a very slow read/write rate.
WWW: http://mercurial.creo.hu/repos/libublio
|
Number of commits found: 21 |