aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ossp-uuid
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak slave port misc/p5-OSSP-uuidantoine2018-03-291-0/+4
| | | | Reported by: pkg-fallout
* - Add LICENSEamdmi32018-03-251-7/+6
| | | | | | - Switch to new test framework Approved by: portmgr blanket
* net/guacamole-server, misc/e2fsprogs-libuuid, misc/p5-OSSP-uuid, misc/ossp-uuidpi2016-03-064-16/+54
| | | | | | | | | | | | | | Currently when requiring both ossp-uuid and e2fspogs-libuuid is an impossibility without the use of a jail. This patch was created to fix this conflict. The patch includes updating revisions for removal of CONFLICTS, and change LIBDEPEND change for all affected ports. The changes on ossp-uuid port includes renaming of the shared/static libs created, C/C++ manpage, and rename of pkgconfig file. PR: 207004 Submitted by: Ultima1252@gmail.com Approved by: vd
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - 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
* Cleanup plistbapt2014-12-091-1/+0
|
* Unbreak misc/p5-OSSP-uuid slaveantoine2014-08-181-1/+1
|
* - USES=libtool pathfixtijl2014-08-163-37/+12
| | | | - Use MAKE_CMD
* Followup to r347563: revert a change that sneaked in.vd2014-03-181-2/+2
|
* - Add misc/p5-OSSP-uuid as a replacement for misc/ossp-uuid-perl.culot2014-03-172-30/+4
| | | | | | | | p5-OSSP-uuid only installs the Perl API, hence avoiding to have two conflicting ports as was the case with ossp-uuid and ossp-uuid-perl. Suggested by: mat@ Approved by: vd@ (ossp-uuid maintainer, via email)
* - Add misc/ossp-uuid-perl, a stub port of misc/ossp-uuid with Perlculot2014-03-111-1/+4
| | | | | | | | bindings enabled. This is required for the upcoming new devel/p5-Iodef-Pb-Simple port - Register CONFLICTS and PKGNAMESUFFIX in misc/ossp-uuid Approved by: vd@ (maintainer, via email)
* misc/ossp-uuid: fix pkg-plist - do not try to remove perl owned directoriesvd2014-03-102-11/+1
| | | | | PR: ports/187396 Submitted by: az@
* misc/ossp-uuid: fix perl binding, patch based on [1]vd2014-03-092-5/+27
| | | | | PR: ports/187387 [1] Submitted by: culot@
* - Stage supportmiwi2014-02-141-4/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | misc)
* - convert to the new perl5 frameworkaz2013-09-141-1/+1
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - Fix build with new site_perlaz2013-06-131-1/+1
| | | | Submitted by: olli hauer <ohauer@gmx.de>
* - Set default perl version for ports which currently usingaz2012-12-161-1/+1
| | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
* Install misc/ossp-uuid header files into PREFIX/include/ossp insteadvd2012-06-113-4/+17
| | | | | | of PREFIX/include because they conflict with system /usr/include/uuid.h PR: ports/146321
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* misc/ossp-uuid:vd2009-07-291-1/+8
| | | | | | | Add -fPIC -DPIC for amd64 and ia64. PR: ports/13645 Submitted by: mm@
* Upgrade misc/ossp-uuid from 1.6.1 to 1.6.2vd2008-11-272-4/+4
| | | | | ChangeLog: http://cvs.ossp.org/fileview?f=ossp-pkg/uuid/ChangeLog&v=1.161
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1vd2008-05-303-10/+9
|
* Turn on the C++ support of misc/ossp-uuid.vd2007-12-122-2/+6
| | | | Suggested by: Bradford Castalia <Castalia@idaeim.com>
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-8/+2
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | 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
* * Upgrade misc/ossp-uuid from 1.5.1 to 1.6.0vd2007-07-222-5/+7
| | | | | * s/INSTALLS_SHLIB/USE_LDCONFIG * Add regression-test: target (same as test:)
* Add support for DESTDIR part I.erwin2006-08-041-1/+1
| | | | | | | | | | | | | | 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
* Upgrade from 1.4.2 to 1.5.1vd2006-08-023-34/+18
|
* Update from 1.4.1 to 1.4.2 (bugfix release)vd2006-03-173-36/+4
|
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* * Update misc/ossp-uuid from 1.4.0 to 1.4.1vd2006-02-072-5/+5
| | | | | | | | * Take maintainership, requested by mnag (maintainer) PR: ports/92957 Submitted by: vd Approved by: garga (mentor), mnag (maintainer)
* * audio/marlin, devel/upnp, devel/upnp104mnag2006-01-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Update to 1.4.0mnag2006-01-162-4/+5
| | | | | PR: 91865 Submitted by: Vasil Dimov <vd@datamax.bg>
* Added forgotten patchmnag2005-12-091-0/+32
| | | | Notified by: Vasil Dimov <vd@datamax.bg>
* Update to 1.3.2 [1]mnag2005-12-094-24/+62
| | | | | | | | Reorganize Makefile Remove .la files PR: 90109 [1] Submitted by: Vasil Dimov <vd@datamax.bg>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Add SHA256mnag2005-11-091-0/+1
|
* Update to 1.3.1mnag2005-09-292-3/+3
| | | | Approved by: pav (mentor)
* Update my emailmnag2005-09-171-1/+1
| | | | Approved by: pav (mentor)
* - Update to 1.3.0garga2005-09-063-4/+10
| | | | | PR: ports/85774 Submitted by: maintainer
* - Update to 1.2.1garga2005-08-312-3/+3
| | | | | PR: ports/85526 Submitted by: maintainer
* Anti Unmaintained Ports Campaign by Marcus Grando.novel2005-08-291-1/+1
| | | | | PR: 854[06-15] Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name ↵rse2005-01-243-4/+5
| | | | based with SHA-1 hashing)
* upgrade to OSSP uuid 1.1.1rse2004-11-192-3/+3
|
* - portlint: reduces COMMENT to less than 70 charsrse2004-11-101-3/+9
| | | | | - 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
* - upgrade to OSSP uuid 1.1.0rse2004-11-064-10/+28
| | | | | | | - 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)
* - Reset maintainership to ports@FreeBSD.orgsergei2004-10-211-1/+1
| | | | | PR: ports/72950 Submitted by: Kimura Fuyuki (maintainer)
* - Introduce MASTER_SITE_OSSPpav2004-08-211-1/+2
| | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 1.0.1krion2004-07-222-5/+8
| | | | | PR: ports/69396 Submitted by: maintainer
* - Update to version 1.0.0krion2004-02-172-3/+3
| | | | | PR: ports/62941 Submitted by: maintainer
* Add ossp-uuid, a ISO-C API and command line utility for generating DCE 1.1marcus2004-02-144-0/+41
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>