Commit Graph

38 Commits

Author SHA1 Message Date
Florent Thoumie
891d746874 Fix USE_XORG in preparation of ports/122340. Since USE_IMAKE is bringing in
all xorg-libraries, there's no need to bump PORTREVISION for now.

Approved by:	portmgr (self)
2008-05-13 10:27:09 +00:00
Tilman Keskinoz
19a1a1e2e6 Fix build with gcc4 2007-05-30 17:22:06 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
6329c4d7f9 - Add some SHA256 checksums 2005-11-23 23:29:54 +00:00
Sergey A. Osokin
499092c0f6 Move package files from plist to Makefile, remove pkg-plist. 2004-07-26 11:34:06 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Christian Weisgerber
a049693341 Convert from varargs.h to stdarg.h in order to fix build on -CURRENT. 2003-08-28 16:56:58 +00:00
Christian Weisgerber
d6de6f8b70 * Bring us into the 64-bit world.
Obtained from:	NetBSD

* Use CDROM devices also available on 5.x.
2003-08-25 00:05:26 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
David W. Chapman Jr.
479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00
Will Andrews
fd6dcd7936 Remove inactive MAINTAINER <swallace>, who hasn't committed in over 3 years. 2001-01-27 05:40:10 +00:00
Alexander Langer
eb79762998 Fix for phk's bio changes (>= 500003)
PR:		19454
Submitted by:	Mike Meyer <mwm@mired.org>
2000-06-27 10:23:54 +00:00
Steve Price
ffec20849e - Fix MASTER_SITES
- Merge scripts/pre-configure into Makefile

PR:		17157
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 23:44:55 +00:00
Bill Fumerola
4951748f7d Fix fennerism (cdrom -> freesoftware) 2000-05-14 05:00:49 +00:00
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Steve Price
2f4e8a1c28 Move manpages from pkg/PLIST to MAN* macro in Makefile. 1998-09-28 01:56:39 +00:00
Satoshi Asami
61550207ee Don't forget to update the checksum too. Remember, get the latest bsd.port.mk! 1997-04-02 07:02:31 +00:00
Steven Wallace
f3b1a0b475 Update MASTER_SITES pointer to ftp.x.org since previous no longer exists.
Now uses a .tar.Z archive.
1997-04-01 23:08:24 +00:00
David E. O'Brien
02d1b3a10b A quick purousal thru our port's patches directory shows a *WAY* over use of
__FreeBSD__.

That said, add __OpenBSD__ and __NetBSD__ where approapiate.
1997-02-16 21:11:14 +00:00
David E. O'Brien
b34c0ce686 CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
1996-11-15 23:14:56 +00:00
Masafumi Max NAKANE
a0f302cacf Removed unnecessary @cwd directive. 1996-11-15 15:34:34 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
02e84c27a6 Updating Makefiles, audio ports. 1995-04-11 19:46:58 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andreas Schulz
851416f6bd Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}. 1995-03-19 18:17:17 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Jordan K. Hubbard
5ca7a7ffce Initial revision 1995-01-31 06:07:26 +00:00
Steven Wallace
e099d5e17c Used INSTALL_MANPAGES= yes
to install man pages.
1994-12-31 04:17:52 +00:00
Gary Palmer
851ffad117 The manpage is installed as .1.gz, not .1x 1994-12-18 04:31:11 +00:00
Andrey A. Chernov
3552027c8d Open mcd if cd open fails for default device 1994-11-12 18:01:10 +00:00
Andrey A. Chernov
5971c8da85 Use raw partition for default device 1994-11-12 17:48:09 +00:00
Justin T. Gibbs
e59e99cc19 Make the eject function work. This requires using the CDIOCALLOW ioctl
before the CDIOCEJECT ioctl otherwise the media is still locked when you
attempt the eject.  The previous code may have worked on drives that did
not support the media lock feature.
1994-11-07 01:14:57 +00:00
Steven Wallace
8dee38522b Change to a different MASTER_SITES since old one is flakey. 1994-10-06 07:52:04 +00:00
Steven Wallace
0a3df8139d XCdplayer 2.2 port 1994-10-01 00:51:51 +00:00