1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Alexey Dokuchaev
b6d2252ce2 - Unbreak the build, sort the knobs, generally cleanup Makefile
- Convert pkg-plist into PLIST_FILES, PORTDOCS, and PORTEXAMPLES
- Sanitize installation procedure, improve files/pkg-message.in
- Reformat port description, point WWW to a more canonical URL
2013-08-02 05:06:26 +00:00
Baptiste Daroussin
8004e17d6f Mark as broken
awgn.c: In function 'awgn_init_dbov':
awgn.c:114: error: 'cpowl' undeclared (first use in this function)
awgn.c:114: error: (Each undeclared identifier is reported only once
awgn.c:114: error: for each function it appears in.)
awgn.c:114: error: 'cpow' undeclared (first use in this function)
awgn.c:114: error: 'cpowf' undeclared (first use in this function)
awgn.c:114: error: 'powl' undeclared (first use in this function)
2013-07-13 13:09:35 +00:00
Raphael Kubo da Costa
c801875fa4 Implement upstream fix where multiple net/iaxmodem instances are spawned.
Multiple instances of iaxmodem are being spawned due to a badly placed
closedir call. The fix has been submitted (and accepted) upstream, however
there has been no new release since the fix was submitted.

PR:		ports/176178
Submitted by:	John Bayly <freebsd.ports@tipstrade.net>
Approved by:	maintainer timeout (93 days)
2013-05-18 23:09:58 +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
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +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
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +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
Brooks Davis
e0a3211a06 Upgrade to 1.2.0.
Pass maintainership to submitter.

Submitted by:	Massimiliano Stucchi <stucchi at gufi dot org>
PR:		ports/132619
2009-03-14 05:27:45 +00:00
Pav Lucistnik
c0d6bb3bb6 - Update to 0.3.2
PR:		ports/117885
Submitted by:	Anish Mistry <amistry@am-productions.biz>
2007-12-13 23:14:42 +00:00
Edwin Groothuis
2f5fd33d0b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:10:52 +00:00
Mark Linimon
6924e88034 Reset filippo.natali@gmail.com, who is very short on free time right now.
Hat:		portmgr
2007-06-06 07:45:35 +00:00
Erwin Lansing
949d993058 Fix PKGORIGIN by making net the primary category over comms.
Approved by:	Filippo Natali <filippo.natali@gmail.com> (maintainer)
2006-10-05 19:23:10 +00:00
Rong-En Fan
d3ae086cc4 - Update to 0.1.14
- Replace the build system to hand-written configure/Makefile
- Mark it as BROKEN on 4.x: does not compile

PR:		ports/101961
Submitted by:	Anish Mistry <amistry at am-productions.biz>
Approved by:	Filippo Natali" <filippo.natali at gmail.com> (maintainer)
2006-08-21 04:30:49 +00:00
Pav Lucistnik
7c95f9f90f - Attempt to fix build on FreeBSD 4.X
Reported by:	krismail
2006-08-06 16:59:31 +00:00
Pav Lucistnik
e4307343f5 IAXmodem is a software modem written in C that uses
an IAX channel (commonly provided by an Asterisk PBX
system) instead of a traditional phone line and uses
a DSP library instead of DSP hardware chipsets.

WWW: http://sourceforge.net/projects/iaxmodem

PR:		ports/99238
Submitted by:	Filippo Natali <filippo.natali@gmail.com>
2006-06-23 12:56:40 +00:00