summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for just avoiding the error.nakai2000-10-204-14/+23
| | | | | PR: ports/22069 Submitted by: Keith J. Jones <keith.jones@ieee.org>
* Fix aboutnakai2000-10-2012-32/+180
| | | | | | | | - Add patch to refer /usr/ports/popt - etc PR: ports/22046 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix for INSTALLS_SHLIBnakai2000-10-204-2/+118
| | | | | | | Add patch for configure.in PR: ports/22046 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Much-enhanced Porteasy 2.0.des2000-10-196-354/+952
|
* Mark this broken so people don't casually actually try to use this.obrien2000-10-1920-0/+40
| | | | | Those wanting to work on the port should just comment out the "BROKEN" of course.
* Update to 1.0.1.ume2000-10-196-26/+18
|
* Add ltris - a SDL-based cool tetris clone.sobomax2000-10-1911-0/+155
|
* Change default pager from /usr/bin/pg to /usr/bin/more. As before,mph2000-10-194-42/+64
| | | | | | | | | | | | | | | | $PAGER overrides. (Requested by: dcs) One patch per modified file. One modified file per patch. Honor CC, CFLAGS. Use BSD_INSTALL_FOO and, as a side effect, install with our customary ownerships. No response from: maintainer
* Update to 7.5.10ade2000-10-193-10/+87
| | | | | | | | | Revert maintainership to ports@FreeBSD.org since previous maintainer has done nothing with this port, despite four separate PRs over six months. PR: 22062 Submitted by: Ports Fury
* Mark BROKEN. This port installs a malloc.h into ${PREFIX}/include,ade2000-10-191-0/+2
| | | | | | | | | | | which is getting picked up first by a bunch of other ports. In addition, the PLIST is unsorted, and the shared library is still using a.out major/minor numbers, and is generally otherwise a mess. Submitted by: A bunch of people on -stable, -ports and elsewhere complaining that other ports break in mysterious ways with this port installed.
* Update to version 2.10.1kevlo2000-10-191-1/+1
| | | | | PR: 22092 Submitted by: MAINTAINER
* Update to version 2.10.1kevlo2000-10-192-2/+2
| | | | | PR: 22091 Submitted by: MAINTAINER
* Prevent unnecessary unconditional autoheader call. This should fix bento builds.sobomax2000-10-191-0/+11
| | | | | | <AntiGNU mode> I hate auto* </AntiGNU mode>
* Fix %%PREFIX%% in ${PREFIX}/etc/rc.d/ircd.sh startup script.shige2000-10-191-1/+5
|
* Upgrade to 3.23.26.dirk2000-10-1936-225/+279
|
* Unbreak building on 5.0-CURRENT.shige2000-10-191-2/+11
| | | | Would you like to send-pr this bug for irc-developers?
* Add icebreaker - a SDL-based game similar to Jezzball or Barrack.sobomax2000-10-197-0/+116
|
* Don't compress or split the info page.trevor2000-10-192-19/+56
| | | | Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Put PLIST in WRKSRC, before bento catches me changing stuff intrevor2000-10-191-4/+2
| | | | | | MASTERDIR. Dispense with the post-clean target, since "make clean" will clear away the PLIST now. Take out a stray space found by portlint.
* Update to version 2.9.2. Possibly serious bug fixesjeh2000-10-194-4/+4
| | | | | PR: 22070 Submitted by: Matt Heckaman <matt@LUCIDA.QC.CA>
* Add xzgv 0.5, an image viewer.trevor2000-10-197-0/+141
| | | | Submitted by: Norio Suzuki <nosuzuki@e-mail.ne.jp>
* Add update-patches, a script to generate updated versions of thetrevor2000-10-192-1/+139
| | | | | | patches in a port. Obtained from: OpenBSD
* Add mysql323-client and mysql323-server.dirk2000-10-191-0/+2
|
* Upgrade to MySQL-3.23.24 after repository copy from mysql322-clientdirk2000-10-1981-1737/+1638
| | | | | | | | | | | | | and mysql322-server. - mit-pthread support was dropped. - libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the one coming with MySQL-3.22.x) so ports depending on MySQL having a chance of using 3.23.x if installed. mysql322-(client|server) and mysql323-(client|server) can't be installed at the same time, of course.
* Rename sndinfo to snd-info, to avoid conflict with audio/csoundtrevor2000-10-194-10/+28
| | | | | | port. Tell users about the change. Add "PLIST=${WRKDIR}/pkg-plist" to fix a problem found by bento. Add a patch needed for compiling without GUILE. Increment PORTREVISION.
* Add audio/lopster, a GTK+ Napster client.trevor2000-10-1911-0/+131
| | | | | PR: 22100 Submitted by: Roman Shterenzon <roman@xpert.com>
* Add GNU sh-utils 2.0, enhanced versions of yes, true, pwd, and sotrevor2000-10-196-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | forth (all with a "g" prepended to their names). With the approval of the submitter, I've disabled the suid bit on gsu by default, with a note to users that they should review the philosophy behind GNU su: Why GNU `su' does not support the `wheel' group =============================================== (This section is by Richard Stallman.) Sometimes a few of the users try to hold total power over all the rest. For example, in 1984, a few users at the MIT AI lab decided to seize power by changing the operator password on the Twenex system and keeping it secret from everyone else. (I was able to thwart this coup and give power back to the users by patching the kernel, but I wouldn't know how to do that in Unix.) However, occasionally the rulers do tell someone. Under the usual `su' mechanism, once someone learns the root password who sympathizes with the ordinary users, he or she can tell the rest. The "wheel group" feature would make this impossible, and thus cement the power of the rulers. I'm on the side of the masses, not that of the rulers. If you are used to supporting the bosses and sysadmins in whatever they do, you might find this idea strange at first. PR: 21884 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Reviewed by: submitter Approved by: silence on -ports regarding category
* Fix breakage cause by the destruction of python-1.6ade2000-10-192-2/+6
|
* Increment PORTREVISION, because of the utilities I added to the package.trevor2000-10-191-0/+1
|
* Update to today's snapshot.trevor2000-10-192-2/+2
|
* Add support for B4 paper sizejmz2000-10-192-2/+19
| | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
* Oops. The plist entry isn't enough. We also need to do it in thensayer2000-10-191-0/+1
| | | | makefile.
* Fix build of IMAP support.dirk2000-10-181-4/+15
| | | | | PR: ports/22084 Submitted by: jeh
* Update to 0.9.3ade2000-10-184-4/+4
|
* Update to 0.23ade2000-10-183-5/+3
|
* Update to 1.2.7ade2000-10-186-6/+6
|
* Clean up the patch section of the Makefile. Added one level ofjeh2000-10-186-28/+14
| | | | directories to patch-a[ab] to make the Makefile simpler
* Clean up the patch section of the Makefile. Added one level ofjeh2000-10-183-14/+7
| | | | directories to patch-a[ab] to make the Makefile simpler
* Clean up the patch section of the Makefile. Added one level ofjeh2000-10-183-14/+7
| | | | directories to patch-a[ab] to make the Makefile simpler
* Clean up the patch section of the Makefile. Added one level ofjeh2000-10-182-8/+5
| | | | directories to patch-aa to make the Makefile simpler
* Fixed pkg-message typo.lioux2000-10-184-4/+4
| | | | | PR: 22080 Submitted by: <mavetju@chello.nl>
* Update to 0.99.11.sobomax2000-10-1810-14/+56
|
* Update MASTER_SITEStaoka2000-10-181-1/+1
| | | | Submitted by: sada
* Remove an unnecessary "strip" line in post-install.patrick2000-10-181-1/+0
| | | | Submitted by: knu
* Update distinfotaoka2000-10-181-1/+1
| | | | Submitted by: sada
* Upgrade to v1.0.4.kuriyama2000-10-186-6/+8
| | | | | Submitted by: des Committed from: bsdcon2000 terminal room
* Use USE_PYTHON. This should fix bento builds.sobomax2000-10-181-4/+3
|
* Update WWW (previos WWW disappeared long time ago).sobomax2000-10-181-1/+1
|
* Construct PLIST in WRKDIR, to make bento a happy meal.trevor2000-10-181-7/+11
| | | | Install the ancillary commands too.
* Deactivate python-beta.tg2000-10-181-1/+0
|
OpenPOWER on IntegriCloud