Commit Graph

22 Commits

Author SHA1 Message Date
Alan Eldridge
b5921bf2ff 1. Bump PORTREVISION because of plist changes.
2. Fix plist to catch the missing files/dirs. It should now deinstall
   cleanly (it does here, anyway).
2a.The dirs that were created with @exec /bin/mkdir are now removed using
   @unexec /bin/rmdir blah/blah || true.
3. Added CONFIG_SH=/bin/sh to mozconfig.in so that we'd all use the same
   shell for configuration.

Note: you can use Perl < 5.8, but you need File::Spec for whatever perl
you've got /usr/bin/perl pointing to (or /usr/local/bin/perl, if there is
no /usr/bin/perl [-CURRENT?].

If there were PRs on this, I've forgotten which ones and will close them
out separately. I can do a forced commit on Makefile to relate the PRs,
if any, to the changes.
2002-11-02 18:24:51 +00:00
Alan Eldridge
dad54dfcff Fixed another dumb idiot thing to do without reverting to system perl
and checking it. I think I must have left my brain asleep in bed this
morning.
2002-11-01 18:14:37 +00:00
Alan Eldridge
ae4b96c7ef Fixed a stoopid mistake I made by not using -f with ${RM}. Caught, gutted,
And filleted by Douglas Berry  <doug@cnd.dundas.on.ca>, who then served it
with a delightful lemon and basil butter, garnished with lark's vomit.

Thanks, Doug!

Submitted by:	Douglas Barry <doug@cnd.dundas.on.ca>
2002-11-01 16:24:19 +00:00
Alan Eldridge
61028157db Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
2002-11-01 13:09:32 +00:00
Alan Eldridge
482fb23b62 1. PORTREVISION -> 1.
2. Incorporated my uncommited mods with Trevor's changes.
3. Remade pkg-plist accordingly.
4. Use /usr/bin/perl if present, then /usr/local/bin/perl.
5. Add File::Spec to BUILD_DEPENDS if perl < 5.8.0.
2002-11-01 12:41:01 +00:00
Alan Eldridge
7df6fabb8f Changed MAINTAINER to my FreeBSD address. 2002-11-01 04:17:51 +00:00
Trevor Johnson
a3ce01445a We don't need all those mtree directories. 2002-10-31 18:17:06 +00:00
Trevor Johnson
b135ba72a1 Add dependency on GTK+ 1.2.X. Tidy whitespace (portlint -t). 2002-10-31 18:14:05 +00:00
Trevor Johnson
9270597f14 This is broken when OSVERSION = 500039, but works on 4.7-PRERELEASE/i386. 2002-10-31 18:09:11 +00:00
Trevor Johnson
15c8654c0b Update to 0.4. 2002-10-31 18:02:52 +00:00
Kris Kennaway
eef501a886 Fix typo in BUILD_DEPENDS 2002-10-27 22:24:13 +00:00
Alan Eldridge
183d476288 1. Change MAINTAINER to phoenix@geeksrus, which is an alias to both
alane@ and trevor@.
2. Expand the BROKEN message to include instruction to run 'use.perl port'.
3. .undef NO_IGNORE.
2002-10-23 15:00:15 +00:00
Alan Eldridge
8a3cf0d9cb Moved a comment to the left edge. ##@#@$!~!@$$ make(1). 2002-10-23 12:48:27 +00:00
Alan Eldridge
5edfc2a565 1. Put back the Perl 5.8.0 requirement. I am *NOT* gonna fight over File::Spec
versioning with this port.
2002-10-23 11:43:09 +00:00
Alan Eldridge
3ef118d2ef Backout <sigh/> the Xft font lib usage since it doesn't compile. 2002-10-23 10:29:16 +00:00
Alan Eldridge
d73b737bae Removed define for PERL. 2002-10-23 01:48:54 +00:00
Alan Eldridge
11f638a727 Removed perl 5.8 requirement per comments on cvs list. I hope Trevor
was wrong when he said it didn't work without it. Bumped PORTREVISION
as this is a major change.
2002-10-23 01:46:53 +00:00
Alan Eldridge
8223e408a4 1. Added Xft2 to lib dependencies. If moz-devel can require it, we can too.
2. Changed .error to BROKEN= to keep other stuff from barfing. Sorry about
   that. Of course, I didn't see any of it here. (suggested by marcus@).
2002-10-23 01:16:22 +00:00
Alan Eldridge
ae9a16bd21 1. Respect CFLAGS.
2. Set appropriate compile/link options for threading.
2002-10-22 11:04:48 +00:00
Alan Eldridge
c59321e54f 1. Expanded configure/make options in files/mozconfig.in.
* Fixed problem with reliably finding perl 5.8.0.
	* Made build faster.
	* Shut up most of the compiler warnings (turned off --pedantic).
	* Strip the binaries.
	* Saved 2 meg on size of binary package (16M -> 14M).
2. Moved install to ${X11BASE}/lib/phoenix to keep it out of the way
   of mozilla, since it uses the same namespace for dirs/files.
3. Link bin/phoenix and bin/phoenix.config into install tree's bin dir.

TO DO: make installation smaller. make distfile smaller. test,test,test.
2002-10-22 09:26:56 +00:00
Alan Eldridge
d45771a7a6 First working version of port. Needs testing and cleanup, probably move
over to /usr/X11R6 (or not), but it's a start. And it's *fast*.
2002-10-21 18:37:12 +00:00
Alan Eldridge
1dd45d5e38 Phoenix is a fast, minimal browser from the Mozilla project. This port
is a work in progress for the next few days.
2002-10-21 08:54:27 +00:00