| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
29 Jul 2009 08:34:45
1.6.2_1
|
vd  |
Forced commit to note that the previous commit contains a typo, it should read:
PR: ports/136455 |
29 Jul 2009 08:31:46
1.6.2_1
|
vd  |
misc/ossp-uuid:
Add -fPIC -DPIC for amd64 and ia64.
PR: ports/13645
Submitted by: mm@ |
27 Nov 2008 07:35:26
1.6.2
|
vd  |
Upgrade misc/ossp-uuid from 1.6.1 to 1.6.2
ChangeLog:
http://cvs.ossp.org/fileview?f=ossp-pkg/uuid/ChangeLog&v=1.161 |
21 Aug 2008 07:18:49
1.6.1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
25 Jul 2008 15:34:52
1.6.1
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
30 May 2008 11:43:08
1.6.1
|
vd  |
Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1 |
12 Dec 2007 15:06:11
1.6.0_1
|
vd  |
Turn on the C++ support of misc/ossp-uuid.
Suggested by: Bradford Castalia <Castalia@idaeim.com> |
08 Sep 2007 02:01:47
1.6.0
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
04 Aug 2007 12:41:31
1.6.0
|
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
23 Jul 2007 10:36:52
1.6.0
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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 |
22 Jul 2007 12:09:46
1.6.0
|
vd  |
* Upgrade misc/ossp-uuid from 1.5.1 to 1.6.0
* s/INSTALLS_SHLIB/USE_LDCONFIG
* Add regression-test: target (same as test:) |
04 Aug 2006 13:34:50
1.5.1
|
erwin  |
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006 |
02 Aug 2006 16:11:19
1.5.1
|
vd  |
Upgrade from 1.4.2 to 1.5.1 |
17 Mar 2006 06:43:10
1.4.2
|
vd  |
Update from 1.4.1 to 1.4.2 (bugfix release) |
23 Feb 2006 10:40:45
1.4.1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
07 Feb 2006 14:07:35
1.4.1
|
vd  |
* Update misc/ossp-uuid from 1.4.0 to 1.4.1
* Take maintainership, requested by mnag (maintainer)
PR: ports/92957
Submitted by: vd
Approved by: garga (mentor), mnag (maintainer) |
27 Jan 2006 01:24:41
1.4.0
|
mnag  |
* audio/marlin, devel/upnp, devel/upnp104
Update dependency to misc/e2fsprogs-libuuid
Bump PORTREVISION
* misc/e2fsprogs-libuuid
Add new port:
UUID library from the e2fsprogs package
* misc/Makefile
Add entry to misc/e2fsprogs-libuuid
(Only the first 15 lines of the commit message are shown above ) |
16 Jan 2006 14:32:41
1.4.0
|
mnag  |
Update to 1.4.0
PR: 91865
Submitted by: Vasil Dimov <vd@datamax.bg> |
09 Dec 2005 14:55:34
1.3.2
|
mnag  |
Added forgotten patch
Notified by: Vasil Dimov <vd@datamax.bg> |
09 Dec 2005 13:40:21
1.3.2
|
mnag  |
Update to 1.3.2 [1]
Reorganize Makefile
Remove .la files
PR: 90109 [1]
Submitted by: Vasil Dimov <vd@datamax.bg> |
15 Nov 2005 06:52:12
1.3.1
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
09 Nov 2005 02:32:50
1.3.1
|
mnag  |
Add SHA256 |
28 Sep 2005 20:04:19
1.3.1
|
mnag  |
Update to 1.3.1
Approved by: pav (mentor) |
16 Sep 2005 18:58:32
1.3.0
|
mnag  |
Update my email
Approved by: pav (mentor) |
06 Sep 2005 16:51:18
1.3.0
|
garga  |
- Update to 1.3.0
PR: ports/85774
Submitted by: maintainer |
31 Aug 2005 16:34:09
1.2.1
|
garga  |
- Update to 1.2.1
PR: ports/85526
Submitted by: maintainer |
29 Aug 2005 07:36:12
1.2.0
|
novel  |
Anti Unmaintained Ports Campaign by Marcus Grando.
PR: 854[06-15]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> |
24 Jan 2005 09:02:26
1.2.0
|
rse  |
upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name based
with SHA-1 hashing) |
18 Nov 2004 16:24:41
1.1.1
|
rse  |
upgrade to OSSP uuid 1.1.1 |
09 Nov 2004 19:44:14
1.1.0
|
rse  |
- portlint: reduces COMMENT to less than 70 chars
- build Perl API no longer by default (but allow WITH_PERL to enable it)
- IGNORE package on WITH_PERL and installed Perl is not 5.8.0 or higher |
06 Nov 2004 08:18:02
1.1.0
|
rse  |
- upgrade to OSSP uuid 1.1.0
- build both Perl API, C API and CLI
- allow Perl API to be disabled with WITHOUT_PERL
- build static libraries only because of the conflict
with libc's uuid_create(3) |
21 Oct 2004 08:50:49
1.0.1
|
sergei  |
- Reset maintainership to ports@FreeBSD.org
PR: ports/72950
Submitted by: Kimura Fuyuki (maintainer) |
21 Aug 2004 16:19:42
1.0.1
|
pav  |
- Introduce MASTER_SITE_OSSP
PR: ports/70504
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
22 Jul 2004 09:47:04
1.0.1
|
krion  |
Update to 1.0.1
PR: ports/69396
Submitted by: maintainer |
17 Feb 2004 09:43:58
1.0.0
|
krion  |
- Update to version 1.0.0
PR: ports/62941
Submitted by: maintainer |
14 Feb 2004 04:38:17
0.9.7
|
marcus  |
Add ossp-uuid, a ISO-C API and command line utility for generating DCE 1.1
and ISO/IEC 11578:1996 compliant Universally Unique Identifiers (UUIDs).
It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3
(name based), and version 4 (random number based).
PR: 62810
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |