CVS log for ports/misc/ossp-uuid/Makefile
Up to [FreeBSD] / ports / misc / ossp-uuid
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jul 29 07:34:44 2009 UTC (2 years, 6 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +0 -0 lines
Forced commit to note that the previous commit contains a typo, it should read: PR: ports/136455
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jul 29 07:31:46 2009 UTC (2 years, 6 months ago) by vd
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +8 -1 lines
misc/ossp-uuid: Add -fPIC -DPIC for amd64 and ia64. PR: ports/13645 Submitted by: mm@
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Nov 27 07:35:26 2008 UTC (3 years, 2 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
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
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:45 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -1 lines
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
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jul 25 14:34:32 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -1 lines
- 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
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri May 30 10:43:08 2008 UTC (3 years, 8 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -2 lines
Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Dec 12 15:06:11 2007 UTC (4 years, 2 months ago) by vd
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -2 lines
Turn on the C++ support of misc/ossp-uuid. Suggested by: Bradford Castalia <Castalia@idaeim.com>
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Sep 8 01:01:44 2007 UTC (4 years, 5 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -8 lines
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
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:41:03 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- 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)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:36:12 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- 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
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jul 22 11:09:46 2007 UTC (4 years, 6 months ago) by vd
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -2 lines
* Upgrade misc/ossp-uuid from 1.5.1 to 1.6.0 * s/INSTALLS_SHLIB/USE_LDCONFIG * Add regression-test: target (same as test:)
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Aug 4 12:34:45 2006 UTC (5 years, 6 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
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
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Aug 2 15:11:19 2006 UTC (5 years, 6 months ago) by vd
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Upgrade from 1.4.2 to 1.5.1
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Mar 17 06:43:10 2006 UTC (5 years, 10 months ago) by vd
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Update from 1.4.1 to 1.4.2 (bugfix release)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:38:00 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Feb 7 14:07:35 2006 UTC (6 years ago) by vd
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
* 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)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jan 27 01:24:41 2006 UTC (6 years ago) by mnag
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2 lines
* 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 * misc/ossp-uuid Add CONFLICTS to misc/e2fsprogs-libuuid * sysutils/e2fsprogs Change to a master port Remove conflict with misc/ossp-uuid Remove uuid part Bump PORTREVISION PR: 92356 Submitted by: Matthias Andree <matthias.andree@gmx.de>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jan 16 14:32:41 2006 UTC (6 years ago) by mnag
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Update to 1.4.0 PR: 91865 Submitted by: Vasil Dimov <vd@datamax.bg>
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Dec 9 13:40:21 2005 UTC (6 years, 2 months ago) by mnag
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +17 -20 lines
Update to 1.3.2 [1] Reorganize Makefile Remove .la files PR: 90109 [1] Submitted by: Vasil Dimov <vd@datamax.bg>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:10 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
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.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Sep 28 19:04:19 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Update to 1.3.1 Approved by: pav (mentor)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 16 17:58:30 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Update my email Approved by: pav (mentor)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Sep 6 15:51:18 2005 UTC (6 years, 5 months ago) by garga
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -2 lines
- Update to 1.3.0 PR: ports/85774 Submitted by: maintainer
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 31 15:34:09 2005 UTC (6 years, 5 months ago) by garga
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- Update to 1.2.1 PR: ports/85526 Submitted by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 29 06:36:11 2005 UTC (6 years, 5 months ago) by novel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Anti Unmaintained Ports Campaign by Marcus Grando. PR: 854[06-15] Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 24 09:02:25 2005 UTC (7 years ago) by rse
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name based with SHA-1 hashing)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 18 16:24:40 2004 UTC (7 years, 2 months ago) by rse
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
upgrade to OSSP uuid 1.1.1
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Nov 9 19:44:14 2004 UTC (7 years, 3 months ago) by rse
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -3 lines
- 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
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 6 08:18:02 2004 UTC (7 years, 3 months ago) by rse
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +14 -2 lines
- 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)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 21 07:50:47 2004 UTC (7 years, 3 months ago) by sergei
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
- Reset maintainership to ports@FreeBSD.org PR: ports/72950 Submitted by: Kimura Fuyuki (maintainer)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 21 15:19:42 2004 UTC (7 years, 5 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
- Introduce MASTER_SITE_OSSP PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 22 08:47:03 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -3 lines
Update to 1.0.1 PR: ports/69396 Submitted by: maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 17 09:43:58 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Update to version 1.0.0 PR: ports/62941 Submitted by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 14 04:38:16 2004 UTC (7 years, 11 months ago) by marcus
Branches: MAIN
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>
