Commit graph

94 commits

Author SHA1 Message Date
Dmitry Marakasov
e3d6801615 - Remove now needless chmod u+w/u-w from my and unmaintained ports 2015-06-29 18:42:55 +00:00
Dmitry Marakasov
67127e0086 - Clarify LICENSE
- Add LICENSE_FILE
- Silence post-patch
- Strip library
2015-05-16 13:31:18 +00:00
Baptiste Daroussin
ad988ea7f8 Convert to USES=autoreconf 2015-03-29 11:02:59 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Olli Hauer
68d911b9de - fix build with pod2x from perl5.18+
- bump PORTREVISION
- make portlint happy
2014-10-28 23:17:46 +00:00
Steve Wills
b4caa5c8cf Mark broken with Perl 5.18 and newer 2014-10-26 21:04:21 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Tijl Coosemans
0bfc0ed369 - Remove USE_AUTOTOOLS=libtool
- Add USE_AUTOTOOLS=libtoolize (and others) because the configure script
  hasn't been generated with the same version of libtool as the bundled
  ltmain.sh script
- Remove -fPIC and --with-pic
2014-09-11 20:57:56 +00:00
Olli Hauer
ce90c4051b - add stage support
- fix pkg-plist
- rename patch files
- bump PORTREVISION
2014-08-31 15:26:57 +00:00
Baptiste Daroussin
3e97fc69e3 Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 23:48:56 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Mathieu Arnold
bcc4614ebb Fixup pkgnames.
PR:		ports/184440, ports/184441, ports/184442, ports/184443, ports/184444, ports/184445, ports/184446, ports/184447, ports/184448, ports/184449, ports/184450
Submitted by:	mat
Approved by:	portmgr (bapt)
2013-12-05 11:10:49 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Andrej Zverev
a5341091eb - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 17:03:42 +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
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Martin Wilke
3f05d7278e - Unbreak build
Reported by:	pointyhat
Approved by:	portmgr
2013-03-31 14:38:39 +00:00
Martin Wilke
5abbad498e - Unbreak build
Reported by:	pointyhat
Approved by:	portmgr
2013-03-31 09:11:36 +00:00
Baptiste Daroussin
14bc5a6c11 Convert to new options framework left unconverted ports in databases category 2013-03-21 17:43:46 +00:00
Baptiste Daroussin
92a2040134 Fix bogus old OPTIONS definition
This fix make describe with new option framework

With hat:	portmgr
2012-05-29 16:12:55 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Erwin Lansing
8c6092e5ec BROKEN should not be quoted.
No functional change.
2010-06-13 08:40:06 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +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
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Lars Thegler
3025ccb859 Updating MASTER_SITES
PR:		ports/117062
Submitted by:	Takefu <takefu@airport.fm>
2007-12-24 11:30:38 +00:00
Edwin Groothuis
65ee97446a [repocopy] move net/rrdtool10 to databases/rrdtool10
Chase the move of net/rrdtool to databases/rrdtool. Since
	this is the same program, this one also has to be moved.

PR:		ports/114311
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
Approved by:	lth@
2007-08-11 11:18:54 +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
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
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Lars Thegler
5a888d4d96 - Update to 1.0.50
- Add SHA256 checksum
2005-11-23 19:30:34 +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
Lars Thegler
2c654826f4 Added net/rrdtool10, a resurrection of rrdtool 1.0.x 2005-05-23 19:48:26 +00:00
Dmitry Sivachenko
e1c5df028e Update to version 1.2.8. 2005-05-17 08:45:35 +00:00
Dmitry Sivachenko
44b61cb1b7 Correct WWW. 2005-05-10 09:44:15 +00:00
Dmitry Sivachenko
d927d55d6c Update to version 1.2.6. 2005-05-10 09:14:54 +00:00
Dmitry Sivachenko
ff7e316c16 USE_LIBTOOL implies GNU_CONFIGURE. 2005-05-08 21:31:43 +00:00
Dmitry Sivachenko
b3d4c962dc Upgrade to version 1.2.4. 2005-05-08 20:56:09 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
bb00c51d89 Fix build on amd64. 2005-04-10 21:38:12 +00:00
Kirill Ponomarev
4247f18f22 Fix build on amd64. 2005-04-06 21:40:10 +00:00
Kris Kennaway
3cdc8f829e BROKEN on ia64: Does not build
Approved by:    portmgr (self)
2005-03-26 22:18:04 +00:00
Yen-Ming Lee
70dd1c2c75 - add USE_LIBTOOL_VER=15 and remove *.la from PLIST
- utilize DOCSDIR, EXAMPLESDIR
- respect NOPORTDOCS
- apply OPTIONS

PR:		78942
Submitted by:	leeym
Approved by:	demon
2005-03-17 09:58:57 +00:00
Pav Lucistnik
9ddb7fc465 - Fix plist (kill perllocal.pod) 2005-03-16 20:35:22 +00:00
Dmitry Sivachenko
eeb558bfbc Support for ISO-8859-2 fonts should be enabled with --enable-latin2
option, not --with-latin2.

Submitted by:	Tomasz Baranowski <tb@cybertech.pl>
2004-11-17 14:23:57 +00:00
Dmitry Sivachenko
1b3fa64f1b This patch was integrated into rrdtool.
Nitoced by:	Forrest Aldrich <forrie@forrie.com>
2004-08-09 06:45:01 +00:00
Dmitry Sivachenko
32485aad2d Update to version 1.0.49 2004-08-08 14:25:31 +00:00