1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

1617 Commits

Author SHA1 Message Date
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
Edwin Groothuis
41ce2d5cf9 SHA256ify
Approved by: krion@
2006-01-24 06:38:31 +00:00
Edwin Groothuis
c8276f2dd3 SHA256ify
Approved by: krion@
2006-01-23 23:49:42 +00:00
Andrey A. Chernov
bbeee9681b Add working mirror instead of dead one 2006-01-22 18:50:43 +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
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Andrey A. Chernov
8436f2d7f7 Fix allocation off-by-one
Submitted by:   Aleksey Salow <aleksey.salow@gmail.com>
2006-01-19 19:51:38 +00:00
Andrey A. Chernov
84598f77e3 Upgrade to 1.8.0 2006-01-06 03:04:56 +00:00
Kirill Ponomarev
438da01866 Update to 0.47 2006-01-05 21:15:54 +00:00
Edwin Groothuis
01394fbeed Implement feedback from dougb@
It would be better to replace the SUB_FILES line in the
	Makefile with:

	USE_RC_SUBR=    ${PORTNAME}.sh

	This provides several benefits in the short term. It would
	obviate the need for the post-install target and the pkg-plist
	entry, as the USE_RC_SUBR macro handles that stuff (as well
	as the SUB_FILES stuff) for you automatically. In the long
	term, we're going to add even more support for good things
	in the USE_RC_SUBR code, so it's a good idea to move that
	direction now.
2006-01-05 00:43:42 +00:00
Edwin Groothuis
d4c35c7632 Update port: news/newscache , Added rc script
news/newscache is lacking an rc script, so I hacked this one up

PR:		ports/91319
Submitted by:	Arjan Koole <arjan@blackoak.net>
2006-01-04 21:49:12 +00:00
Pav Lucistnik
a9134a5c34 - Update to 0.8
PR:		ports/90940
Submitted by:	Philip Jenvey <pjenvey@bob.local.com> (maintainer)
2005-12-27 05:08:44 +00:00
Andrey Slusar
bca2c6b107 Add additional mastersite.
PR:		ports/90666
Submitted by:	maintainer
Approved by:	sem(mentor)
2005-12-20 13:44:33 +00:00
Andrey Slusar
7e3692bf39 Change email address for all my ports.
Approved by:	sem(mentor)
2005-12-15 20:34:46 +00:00
Tim Bishop
f5fc18ddd5 - Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.

Approved by:	clement (mentor)
2005-12-01 16:50:07 +00:00
Emanuel Haupt
6229fea156 Add SHA256 hashes to my ports 2005-11-30 14:01:14 +00:00
Pav Lucistnik
d2d527c935 - Add SHA256 2005-11-25 16:56:10 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Tilman Keskinoz
d55a636d22 Update to 1.11.4
PR:		89457
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2005-11-23 12:38:18 +00:00
Max Khon
b55b971ee3 Add SHA256 checksum. 2005-11-17 19:11:10 +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
Marcus Alves Grando
6d9ba75ee3 Update to 2.6
PR:		88923
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2005-11-13 17:02:22 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Edwin Groothuis
39ba7002d3 For some reason, news/gnus20-emacs creates gnus-4.info on 6.0 but not on 4/5.x.
Noticed by: YAPHR
2005-11-12 00:22:17 +00:00
Pav Lucistnik
29f3c564e8 - Take maintainership, I do use this
- SHA256
- Rewrite pkg-descr
2005-11-11 20:41:17 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Renato Botelho
8aad0c1dff - Add SHA256 to all ports submitter maintain
PR:		ports/88791
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-11-10 18:41:27 +00:00
Max Khon
9d49ab4759 Use ${PKGINSTALL}. 2005-11-09 19:26:04 +00:00
Tilman Keskinoz
463dadf671 * Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio
2005-11-08 12:56:15 +00:00
Kris Kennaway
4d09a2c448 Remove the t-gnus slave ports, since t-gnus was removed. 2005-11-05 11:50:54 +00:00
Kris Kennaway
b1cf59535c Remove expired ports 2005-11-05 09:07:44 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Edwin Groothuis
36dda2adce pkg-plist is okay. 2005-11-03 23:59:13 +00:00
Clement Laforet
10ed4fb32d - Mark broken on 4.x since it requires atoll
Reported by:	pointyhat via kris
2005-11-03 21:57:47 +00:00
Clement Laforet
36337eb9b0 - Fix plist
- Bump PORTREVISION
2005-11-03 08:58:22 +00:00
Clement Laforet
1a47b39e29 - Update to 0.11 2005-10-30 12:50:25 +00:00
Tilman Keskinoz
ae027f8f67 Update to 0.2.4.1
PR:		88171
Submitted by:	maintainer
2005-10-29 12:36:53 +00:00
Renato Botelho
b25e65fb32 - Register CONFLICTS with husky-*-devel 2005-10-26 15:48:22 +00:00
Renato Botelho
f5ff909110 Highly Portable Tosser (full-featured FTN tosser)
HPT is a part of Husky Fidosoft Project.
Husky is complete freeware suite of Fidonet applications.

WWW: http://husky.sourceforge.net/

PR:		ports/88026
Submitted by:	Oleg Sharoiko <os@rsu.ru>
2005-10-26 15:46:57 +00:00
Renato Botelho
93aada4d37 Configuration library for Husky Fidosoft Project.
Development version.

Husky is complete freeware suite of Fidonet applications.

WWW: http://husky.sourceforge.net/

PR:		ports/88025
Submitted by:	Oleg Sharoiko <os@rsu.ru>
2005-10-26 15:46:18 +00:00
Renato Botelho
c88c89aca6 MSGAPI for Husky Fidosoft Project.
Development version.

Husky is complete freeware suite of Fidonet applications.

WWW: http://husky.sourceforge.net/

PR:		ports/88024
Submitted by:	Oleg Sharoiko <os@rsu.ru>
2005-10-26 15:45:24 +00:00
Renato Botelho
e7c59d24f2 Common files for Husky Fidosoft Project.
Development version.

Husky is complete freeware suite of Fidonet applications.

WWW: http://husky.sourceforge.net/

PR:		ports/88022
Submitted by:	Oleg Sharoiko <os@rsu.ru>
2005-10-26 15:43:45 +00:00
Volker Stolz
c8451dc900 Tweak meta-data a bit (PERL5_RUN/REINPLACE) 2005-10-24 12:44:20 +00:00
Volker Stolz
0fed70fb40 Update to 0.8.4 2005-10-24 12:33:42 +00:00
Volker Stolz
0330852bf3 - Update to 1.2.6
- Assign maintainership to submitter

PR:		ports/87756
Submitted by:	Frank Laszlo
2005-10-21 10:24:13 +00:00
Marcus Alves Grando
05812e9f72 Fix non standart LOCALBASE
PR:		87675
Submitted by:	Andrey Slusar <anrays@gmail.com> (maintainer)
Notified by:	kris
2005-10-20 00:35:34 +00:00
Erwin Lansing
68fa99342d Update to 2.5
PR:		87627
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2005-10-18 16:27:57 +00:00
Andrey A. Chernov
06d7420bae Upgrade to 1.7.10 2005-10-18 00:10:57 +00:00
Sam Lawrance
1388438a59 Update to 6.7.2.
PR:		ports/85833
Submitted by:	Nick Fishman <kwlogical@bellsouth.net>
Approved by:	jooji@nickelkid.com (maintainer, timeout 6 weeks)
2005-10-17 13:31:19 +00:00
Kris Kennaway
41c1cd0036 Drop some dead mirror sites. 2005-10-15 05:20:53 +00:00