Commit graph

12 commits

Author SHA1 Message Date
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Steve Price
91d66bce76 - Fix MASTER_SITES
- Add MAINTAINER line
- Remove BROKEN mark
- Add WWW: line into pkg/DESCR
- Sort pkg/PLIST

PR:		16033
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-29 02:47:30 +00:00
Bill Fenner
ee3a2d65c6 Remove sutton@aardvark.apana.org.au as MAINTAINER; email has bounced
4 out of 4 attempts over 3 months.
2000-01-07 18:18:25 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Justin M. Seger
c122c7e9ab Switch to using USE_ZIP
This has NOT been tested.  The distfile does not appear to be
available on any of the MASTER_SITES.
1999-04-29 12:16:44 +00:00
Satoshi Asami
9320c70c85 unzip is in archivers/unzip, not archivers/zip. Actually this is a candidate
for USE_ZIP, but EXTRACT_*_ARGS look different so I'll let Justin take care
of it. :)
1999-04-28 06:45:53 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Satoshi Asami
93372b1188 unzip is a build-time dependency, not a fetch-time dependency. 1998-11-08 08:44:59 +00:00
Satoshi Asami
c81ff40a2f Something's not reinstall friendly....
:
===>  Installing for crossgo32-djgpp2-2.01
===>  crossgo32-djgpp2-2.01 depends on executable: i386-go32-gcc - found
===>  Moving old crossgo libs away
mv: lib: No such file or directory
*** Error code 1

Stop.
1998-08-10 06:26:07 +00:00
Satoshi Asami
aba7ed3e8d The distfile names are cryptic, but certainly are not common nor are
there too many distfiles so there is no need for a DIST_SUBDIR.
1997-08-22 11:14:55 +00:00
Thomas Gellekum
fc9c8ce3b5 Port of the DJGPP2 libraries.
PR:		4008
Submitted by:	Joel Sutton <sutton@aardvark.apana.org.au>
1997-08-13 09:38:10 +00:00