Commit graph

40 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
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +00:00
Mark Linimon
7687739468 Chase URLs per distfile survey. 2005-11-25 06:02:46 +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
Trevor Johnson
2ca0f2bd92 Checking MACHINE_ARCH is deprecated. 2005-09-23 16:21:45 +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
Trevor Johnson
998c999e28 Correct the packing list by adding entries for locale directories
(it might be better if these were created by mtree).

PR:		78511
Submitted by:	sem
2005-03-15 05:53:24 +00:00
Kris Kennaway
68a652c62b BROKEN: Incomplete pkg-plist 2005-02-28 01:08:02 +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
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Trevor Johnson
1ed19ac0ea The compressed distfile is available now from Sourceforge. 2004-02-17 20:31:05 +00:00
Trevor Johnson
443e6211ca Chase a MASTER_SITE (problem found by fenner's survey). 2004-02-17 20:26:05 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
05910b268e Add size data. 2004-01-27 16:12:37 +00:00
Trevor Johnson
9c7ac8bc06 List home page. 2004-01-25 09:46:10 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Trevor Johnson
27db9038cb Chase master sites and avoid use of libtool. 2003-09-24 16:00:48 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Kris Kennaway
ff0dc9dc5c BROKEN: Does not configure 2003-08-12 21:28:57 +00:00
Trevor Johnson
9ebb74bfe8 Back out unapproved changes, notably to the MAINTAINER line, made
by Kris Kennaway.  Fix white space.
2003-08-10 00:49:20 +00:00
Kris Kennaway
b8b34f654c Unbreak by updating to 2.6.4 [1]. Remove previous maintainer.
PR:		51991
Submitted by:	Ports fury [1]
2003-08-08 03:25:38 +00:00
Kris Kennaway
1218ff84c2 BROKEN: Does not configure 2003-05-06 21:21:48 +00:00
Trevor Johnson
5e37fb828f Retire comment file. 2003-03-01 14:34:33 +00:00
Ying-Chieh Liao
9a5ab277e6 chase mcrypt lib version 2003-01-03 19:24:34 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Trevor Johnson
f19ba78f25 This version of mcrypt requires autoconf 2.50 or newer. Accordingly,
use that instead of the old autoconf.  Add a pre-configure target
to run autoconf, because bsd.port.mk only supports the old autoconf.

Left to its own devices, the program now installs files with strange
names such as /usr/local/man/man1/i386-portbld-freebsd4.4-mcrypt.1
and /usr/local/bin/i386-portbld-freebsd4.4-mcrypt.  To avoid this,
the whole installation now happens in a do-install target in the
port's Makefile, which also does the former post-install tasks.

Install supplementary documentation, unless NOPORTDOCS is defined.

Use EXAMPLESDIR.

The mdecrypt utility was removed.  It has been replaced by a -d
option to mcrypt.

Drop USE_LIBTOOL and add back GNU_CONFIGURE.

PORTVERSION remains nil, since this did not build.

Add a warning about my laziness.
2002-05-08 22:00:26 +00:00
Trevor Johnson
74feaf69ed Remove patch to extra.c, since it has been incorporated upstream.
Reported by:	Mario Pranjic and Valentin Zahariev
PR:	37790 and 37856
2002-05-08 21:43:02 +00:00
Kris Kennaway
20b7b06c48 Update to mcrypt 2.5.13
Approved by:	trevor (maintainer)
2002-05-05 08:14:06 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Kris Kennaway
b6014bd389 Fix auto-generated plist 2001-07-07 21:55:34 +00:00
Trevor Johnson
04f7f2678d Update to 2.5.6. Add a master site. 2001-06-01 15:03:42 +00:00
Trevor Johnson
e4ac6623be Update libmcrypt soname in dependency. 2001-04-09 23:43:49 +00:00
Trevor Johnson
3126eadb1c Fix maintainer line. 2001-03-24 11:29:07 +00:00
Trevor Johnson
201fdac8c9 new port of mcrypt 2.5.5, a replacement for crypt(1)
Obtained from:	OpenBSD
2001-03-23 05:16:45 +00:00