Commit graph

188 commits

Author SHA1 Message Date
Hajimu UMEMOTO
e7ac26213e - avoid package name collisions.
- shorten pkg-descr.
- use USES=gmake.
2013-10-12 18:08:23 +00:00
Hajimu UMEMOTO
8d10a2a487 enable stage. 2013-10-04 12:40:50 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Hajimu UMEMOTO
359d4bd8a7 - Add USES+=pkgconfig to fix build. [1]
- Convert USE_GMAKE=yes to USES+=gmake.
- Use WWW: with a single space to make portlint happy.

PR:		ports/181098 [1]
Submitted by:	CyberLeo <cyberleo__at__cyberleo.net> [1]
2013-08-11 15:23:50 +00:00
Baptiste Daroussin
b21906283d Fix build with recent binutils 2013-07-28 20:33:15 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Hajimu UMEMOTO
debf6c985b - Use OPTIONS_RADIO for OpenSSL/GnuTLS selection.
- Add DOCS to OPTIONS.
- Remove ABI version numbers from LIB_DEPENDS.
- Trim Makefile header.
2012-12-16 12:05:19 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Hajimu UMEMOTO
95acd1c374 - The descprition of NTLM option is in bsd.options.desc.mk, now.
- Use OPTIONS_SINGLE for OpenSSL/GnuTLS selection.
2012-07-01 16:09:13 +00:00
Hajimu UMEMOTO
aebe701141 Convert to use new OPTIONS framework. 2012-06-16 19:11:44 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Hajimu UMEMOTO
26d59be053 Skip uninterested interfaces such as USB devices added to ifadders
in recent RELENG_8.
2011-05-03 17:41:27 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Hajimu UMEMOTO
373c339e8f Update to 2.3.5. 2010-10-08 12:44:05 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Hajimu UMEMOTO
04bdb5a1f9 Fix build on 9-CURRENT after utmp -> utmpx change. 2010-01-19 11:25:22 +00:00
Hajimu UMEMOTO
d3552dea42 Update to 2.3.4. 2010-01-05 11:32:27 +00:00
Hajimu UMEMOTO
f3493576f6 Update to 2.3.3. 2009-12-22 12:34:58 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Hajimu UMEMOTO
1841267782 - Add multi cpu support.
- Though coretemp set dev.cpu.N.temperature in celsius, amdtemp set
  it in kelvin.
2009-08-04 13:34:26 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Hajimu UMEMOTO
3f80d6734a - Gets the sensors to work properly on the amd64 platform.
- Fixes a bug that frees the sensors where it is supposed to allocate
  them.
- Gets the LM sensors to work again on latest version of GKrellM.

Submitted by:	Cyrus Rahman <crahman__at__gmail.com>
2008-10-12 17:47:26 +00:00
Hajimu UMEMOTO
b58bb7c83b - Update to 2.3.2
- OPTIONS'fy
2008-10-04 15:00:55 +00:00
Pav Lucistnik
2f35b73926 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:48:47 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +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
Roman Bogorodskiy
c9536f39b3 - Chase security/gnutls shlib version bump
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Hajimu UMEMOTO
91118cb947 Use sysctl for getting swap related information. Now, GKrellM doesn't
rely upon kmem access any longer.
It fixes the problem that swap meter didn't work on FreeBSD 7.0.

PR:		ports/120776
2008-02-19 17:14:13 +00:00
Hajimu UMEMOTO
86a019e6d2 - Enable battery support on amd64 using ACPI. [1]
- Suppress compile time warnings.

PR:		ports/120149 [1]
Submitted by:	Sven Berkvens-Matthijsse <sven__at__berkvens.net> [1]
2008-01-31 17:32:17 +00:00
Hajimu UMEMOTO
d677168389 Update to 2.3.1.
PR:		ports/119510
Submitted by:	Beat Gaetzi <beat__at__chruetertee.ch>
2008-01-10 16:24:55 +00:00
Hajimu UMEMOTO
def322b639 - Adds support for the coretemp(4) sensor
- Fixes a bug causing only one instance of a sensor type to be added

PR:		ports/118916
Submitted by:	Pietro Cerutti <gahr_at_gahr.ch> with modification
Tested by:	TAKANO Yuji <takachan_at_icmpv6.org>
2007-12-25 15:22:21 +00:00
Hajimu UMEMOTO
7a52561c8f Update to 2.3.0. 2007-07-21 18:34:08 +00:00
Roman Bogorodskiy
95eecf16e6 Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
2007-07-01 08:56:16 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Roman Bogorodskiy
3d0dcc46ab - Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
2007-01-02 08:54:13 +00:00
Hajimu UMEMOTO
495b2b91cb - Respect CC. [1]
- Fix detection of GNUTLS.  WITH_GNUTLS should work, again.
- Bump PORTREVISION.

PR:		ports/107164 [1]
2006-12-26 03:49:10 +00:00
Hajimu UMEMOTO
a1e68f30e2 Update to 2.2.10. 2006-10-31 11:38:07 +00:00
Roman Bogorodskiy
26d33e9388 Chase gnutls shlib version change. 2006-07-06 17:41:23 +00:00
Mark Linimon
0c9df415d1 Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for
quite some time.

Hat:		portmgr
2006-06-23 05:28:33 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00