aboutsummaryrefslogtreecommitdiff
path: root/misc/ossp-uuid/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* misc/ossp-uuid:Vasil Dimov2009-07-291-1/+8
| | | | | | | | | | Add -fPIC -DPIC for amd64 and ia64. PR: ports/13645 Submitted by: mm@ Notes: svn path=/head/; revision=238584
* Upgrade misc/ossp-uuid from 1.6.1 to 1.6.2Vasil Dimov2008-11-271-1/+1
| | | | | | | | ChangeLog: http://cvs.ossp.org/fileview?f=ossp-pkg/uuid/ChangeLog&v=1.161 Notes: svn path=/head/; revision=223441
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1Vasil Dimov2008-05-301-2/+1
| | | | Notes: svn path=/head/; revision=213915
* Turn on the C++ support of misc/ossp-uuid.Vasil Dimov2007-12-121-2/+3
| | | | | | | Suggested by: Bradford Castalia <Castalia@idaeim.com> Notes: svn path=/head/; revision=203324
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-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) Notes: svn path=/head/; revision=197075
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* * Upgrade misc/ossp-uuid from 1.5.1 to 1.6.0Vasil Dimov2007-07-221-2/+4
| | | | | | | | * s/INSTALLS_SHLIB/USE_LDCONFIG * Add regression-test: target (same as test:) Notes: svn path=/head/; revision=196052
* Add support for DESTDIR part I.Erwin Lansing2006-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 Notes: svn path=/head/; revision=169648
* Upgrade from 1.4.2 to 1.5.1Vasil Dimov2006-08-021-3/+3
| | | | Notes: svn path=/head/; revision=169480
* Update from 1.4.1 to 1.4.2 (bugfix release)Vasil Dimov2006-03-171-1/+1
| | | | Notes: svn path=/head/; revision=157477
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* * Update misc/ossp-uuid from 1.4.0 to 1.4.1Vasil Dimov2006-02-071-2/+2
| | | | | | | | | | | * Take maintainership, requested by mnag (maintainer) PR: ports/92957 Submitted by: vd Approved by: garga (mentor), mnag (maintainer) Notes: svn path=/head/; revision=155420
* * audio/marlin, devel/upnp, devel/upnp104Marcus Alves Grando2006-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> Notes: svn path=/head/; revision=154551
* Update to 1.4.0Marcus Alves Grando2006-01-161-1/+2
| | | | | | | | PR: 91865 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=153661
* Update to 1.3.2 [1]Marcus Alves Grando2005-12-091-20/+17
| | | | | | | | | | | Reorganize Makefile Remove .la files PR: 90109 [1] Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=150726
* 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. Notes: svn path=/head/; revision=148323
* Update to 1.3.1Marcus Alves Grando2005-09-281-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=143727
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Update to 1.3.0Renato Botelho2005-09-061-2/+7
| | | | | | | | PR: ports/85774 Submitted by: maintainer Notes: svn path=/head/; revision=142105
* - Update to 1.2.1Renato Botelho2005-08-311-1/+1
| | | | | | | | PR: ports/85526 Submitted by: maintainer Notes: svn path=/head/; revision=141595
* Anti Unmaintained Ports Campaign by Marcus Grando.Roman Bogorodskiy2005-08-291-1/+1
| | | | | | | | PR: 854[06-15] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=141237
* upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name ↵Ralf S. Engelschall2005-01-241-1/+1
| | | | | | | based with SHA-1 hashing) Notes: svn path=/head/; revision=127166
* upgrade to OSSP uuid 1.1.1Ralf S. Engelschall2004-11-181-1/+1
| | | | Notes: svn path=/head/; revision=121878
* - portlint: reduces COMMENT to less than 70 charsRalf S. Engelschall2004-11-091-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 Notes: svn path=/head/; revision=121211
* - upgrade to OSSP uuid 1.1.0Ralf S. Engelschall2004-11-061-2/+14
| | | | | | | | | | - 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) Notes: svn path=/head/; revision=120943
* - Reset maintainership to ports@FreeBSD.orgSergei Kolobov2004-10-211-1/+1
| | | | | | | | PR: ports/72950 Submitted by: Kimura Fuyuki (maintainer) Notes: svn path=/head/; revision=119897
* - Introduce MASTER_SITE_OSSPPav Lucistnik2004-08-211-1/+2
| | | | | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=116953
* Update to 1.0.1Kirill Ponomarev2004-07-221-3/+6
| | | | | | | | PR: ports/69396 Submitted by: maintainer Notes: svn path=/head/; revision=114415
* - Update to version 1.0.0Kirill Ponomarev2004-02-171-1/+1
| | | | | | | | PR: ports/62941 Submitted by: maintainer Notes: svn path=/head/; revision=101167
* Add ossp-uuid, a ISO-C API and command line utility for generating DCE 1.1Joe Marcus Clarke2004-02-141-0/+25
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> Notes: svn path=/head/; revision=100892