Commit Graph

41 Commits

Author SHA1 Message Date
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Andrej Zverev
e5a7b5184d - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 12:04:18 +00:00
Andrej Zverev
124b00a56f - Fix build with new site_perl
Submitted by:	olli hauer <ohauer@gmx.de>
2013-06-12 17:45:02 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Vasil Dimov
f1263022a1 Install misc/ossp-uuid header files into PREFIX/include/ossp instead
of PREFIX/include because they conflict with system /usr/include/uuid.h

PR:		ports/146321
2012-06-10 18:10:08 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Vasil Dimov
38b33751ba misc/ossp-uuid:
Add -fPIC -DPIC for amd64 and ia64.

PR:		ports/13645
Submitted by:	mm@
2009-07-29 07:31:46 +00:00
Vasil Dimov
f6e06a8498 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
2008-11-27 07:35:26 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Pav Lucistnik
efa63f6ba4 - 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
2008-07-25 14:34:52 +00:00
Vasil Dimov
bca9b7b6e7 Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1 2008-05-30 10:43:08 +00:00
Vasil Dimov
2c923b33c9 Turn on the C++ support of misc/ossp-uuid.
Suggested by:	Bradford Castalia <Castalia@idaeim.com>
2007-12-12 15:06:11 +00:00
Mark Linimon
9839011ec3 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
2007-09-08 01:12:10 +00:00
Gabor Kovesdan
42542fb076 - 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)
2007-08-04 11:41:30 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Vasil Dimov
5531dccf33 * Upgrade misc/ossp-uuid from 1.5.1 to 1.6.0
* s/INSTALLS_SHLIB/USE_LDCONFIG
* Add regression-test: target (same as test:)
2007-07-22 11:09:46 +00:00
Erwin Lansing
50513d5d52 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
2006-08-04 12:34:50 +00:00
Vasil Dimov
c6f116b1f6 Upgrade from 1.4.2 to 1.5.1 2006-08-02 15:11:19 +00:00
Vasil Dimov
6b26437650 Update from 1.4.1 to 1.4.2 (bugfix release) 2006-03-17 06:43:10 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Vasil Dimov
7946856550 * 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)
2006-02-07 14:07:35 +00:00
Marcus Alves Grando
47f9d8fd46 * 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>
2006-01-27 01:24:41 +00:00
Marcus Alves Grando
82bd15cfa2 Update to 1.4.0
PR:		91865
Submitted by:	Vasil Dimov <vd@datamax.bg>
2006-01-16 14:32:41 +00:00
Marcus Alves Grando
6de99df956 Added forgotten patch
Notified by:	Vasil Dimov <vd@datamax.bg>
2005-12-09 14:55:34 +00:00
Marcus Alves Grando
2f6b74019f Update to 1.3.2 [1]
Reorganize Makefile
Remove .la files

PR:		90109 [1]
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-12-09 13:40:21 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Marcus Alves Grando
ffcf729c85 Add SHA256 2005-11-09 02:32:50 +00:00
Marcus Alves Grando
a68313b7d6 Update to 1.3.1
Approved by:	pav (mentor)
2005-09-28 19:04:19 +00:00
Marcus Alves Grando
346fd0a6a3 Update my email
Approved by: pav (mentor)
2005-09-16 17:58:32 +00:00
Renato Botelho
9e1cdd5d55 - Update to 1.3.0
PR:		ports/85774
Submitted by:	maintainer
2005-09-06 15:51:18 +00:00
Renato Botelho
74706bfba1 - Update to 1.2.1
PR:		ports/85526
Submitted by:	maintainer
2005-08-31 15:34:09 +00:00
Roman Bogorodskiy
eb9c3ba897 Anti Unmaintained Ports Campaign by Marcus Grando.
PR:		854[06-15]
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-08-29 06:36:12 +00:00
Ralf S. Engelschall
722a0262fe upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name based with SHA-1 hashing) 2005-01-24 09:02:25 +00:00
Ralf S. Engelschall
4dc19ee953 upgrade to OSSP uuid 1.1.1 2004-11-18 16:24:40 +00:00
Ralf S. Engelschall
d0deb1258a - 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
2004-11-09 19:44:14 +00:00
Ralf S. Engelschall
1f178ecd7e - 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)
2004-11-06 08:18:02 +00:00
Sergei Kolobov
6ab958cbb1 - Reset maintainership to ports@FreeBSD.org
PR:		ports/72950
Submitted by:	Kimura Fuyuki (maintainer)
2004-10-21 07:50:49 +00:00
Pav Lucistnik
24ac9498b0 - Introduce MASTER_SITE_OSSP
PR:		ports/70504
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-08-21 15:19:42 +00:00
Kirill Ponomarev
958c684c8f Update to 1.0.1
PR:		ports/69396
Submitted by:	maintainer
2004-07-22 08:47:03 +00:00
Kirill Ponomarev
17e5d823aa - Update to version 1.0.0
PR:		ports/62941
Submitted by:	maintainer
2004-02-17 09:43:58 +00:00
Joe Marcus Clarke
b07f553583 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>
2004-02-14 04:38:17 +00:00