Commit graph

22 commits

Author SHA1 Message Date
Alexander Leidinger
d16f7bfb92 Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@gmail.com> [1]
PR:			87985 [1]
2006-02-11 21:03:14 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +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
David Schultz
be0cb87607 Make this port build again by removing a SunOS shared library hack
copied from an old version of Tcl.
2005-02-13 05:37:22 +00:00
Kris Kennaway
be800c9c95 BROKEN on !i386: Does not compile 2004-11-18 08:28:30 +00:00
Kris Kennaway
5e7b1496eb This now builds on 5.x, remove BROKEN tag. 2004-08-17 10:33:38 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00
Kris Kennaway
70b8e9b7c7 BROKEN on 5.x: does not compile 2004-02-08 02:58:41 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
05910b268e Add size data. 2004-01-27 16:12:37 +00:00
Trevor Johnson
f3a1a0c101 Use PAX macro. 2004-01-22 08:05:25 +00:00
Trevor Johnson
bdf11b37cd Update to 0.37-1test1. Use Tk/Tcl 8.4 instead of 8.3.
to do:  the "Help -> About pd" and "Media -> Test Audio and MIDI"
menu items do not work because the port installs files where they
are not found by the program
2003-11-12 00:55:19 +00:00
Trevor Johnson
6a19217ef3 Wrap to 80 columns. 2003-11-12 00:32:25 +00:00
Trevor Johnson
9f5d67839b Use sed, rather than perl, for patching, in case there is a user
who does not have perl.
2003-09-29 12:26:23 +00:00
Trevor Johnson
cc4f3e3fa8 The malloc.h problem is gone. 2003-09-29 12:18:46 +00:00
Trevor Johnson
7ceec35292 Update to 0.36-0. 2003-09-29 11:35:54 +00:00
Trevor Johnson
4ef987ed22 According to an unreliable source, when _POSIX_MEMLOCK is defined
as -1, that means it is "never available."
2003-05-23 01:29:04 +00:00
Kris Kennaway
2f610b15bf BROKEN on 5.1: does not build 2003-05-18 12:22:24 +00:00
Trevor Johnson
5e37fb828f Retire comment file. 2003-03-01 14:34:33 +00:00
Kris Kennaway
6fad764e91 Fix some of the build problems on -current. This is still broken
because it tries to use mlockall() which is not implemented on FreeBSD.
2002-10-20 09:55:52 +00:00
Kris Kennaway
280725774f Add pd-0.35.23
Pd is a real-time graphical programming environment for audio and
   graphical processing. It resembles the Max/MSP system but is much
   simpler and more portable; also Pd has two features not (yet) showing
   up in Max/MSP: first, via Mark Dank's GEM package, Pd can be used
   for simultaneous computer animation and computer audio. Second, an
   experimental facility is provided for defining and accessing data
   structures.

Submitted by:	trevor
2002-05-25 11:48:29 +00:00