Re: How do I solve this WRKDIR problem?

2010-07-22 Thread Sahil Tandon
On Thu, 2010-07-22 at 17:44:44 -0500, Paul Schmehl wrote:

[ .. ]

> The Sourceforge situation is a mess, though.  I'm going to have to
> wait for that to get fixed in the macros before I can proceed with
> afterglow.

Please provide some evidence about the brokenness of the SF macros.

-- 
Sahil Tandon 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: How do I solve this WRKDIR problem?

2010-07-22 Thread Paul Schmehl
--On Thursday, July 22, 2010 18:00:32 -0400 Greg Larkin  
wrote:



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Paul Schmehl wrote:

I'm trying to update the devel/byaccj port, which I maintain.  The new
version has made some subtle changes in naming, which have thrown me for
a loop;

PORTNAME=  byaccj
PORTVERSION=  1.15
DISTFILES= byaccj1.15_src.tar.gz

WRKDIR is work/byaccj1.15 when the files are extracted.

If I don't define WRKSRC, it's byaccj-1.15.  If I define it as
${PORTNAME}${PORTVERSION}, it's still byaccj-1.15.  Hardcoding it
doesn't seem like the right answer, but what is?



Hi Paul,

I didn't have a problem downloading the 1.15 distfile from SF (ref: your
other message) nor setting WRKSRC to the correct value.  Please check my
Makefile diff here, and let me know if it works for you or not.

http://people.freebsd.org/~glarkin/diffs/byaccj-Makefile.diff

The build immediately fails, though, because the distro Makefile has
some MacOSX-specific stuff in it.  I presume that's what you're working
on fixing in the port update.



Thanks to your help I spotted my error and fixed it.  I'm about ready to submit 
the update.  It's amazing how often I can look at something and not see it.  :-(


The Sourceforge situation is a mess, though.  I'm going to have to wait for 
that to get fixed in the macros before I can proceed with afterglow.


--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
"It is as useless to argue with those who have
renounced the use of reason as to administer
medication to the dead." Thomas Jefferson

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: How do I solve this WRKDIR problem?

2010-07-22 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Paul Schmehl wrote:
> I'm trying to update the devel/byaccj port, which I maintain.  The new
> version has made some subtle changes in naming, which have thrown me for
> a loop;
> 
> PORTNAME=  byaccj
> PORTVERSION=  1.15
> DISTFILES= byaccj1.15_src.tar.gz
> 
> WRKDIR is work/byaccj1.15 when the files are extracted.
> 
> If I don't define WRKSRC, it's byaccj-1.15.  If I define it as
> ${PORTNAME}${PORTVERSION}, it's still byaccj-1.15.  Hardcoding it
> doesn't seem like the right answer, but what is?
> 

Hi Paul,

I didn't have a problem downloading the 1.15 distfile from SF (ref: your
other message) nor setting WRKSRC to the correct value.  Please check my
Makefile diff here, and let me know if it works for you or not.

http://people.freebsd.org/~glarkin/diffs/byaccj-Makefile.diff

The build immediately fails, though, because the distro Makefile has
some MacOSX-specific stuff in it.  I presume that's what you're working
on fixing in the port update.

Hope that helps,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFMSL+A0sRouByUApARAvcGAJ919ZZGIio5ioJ82ObCcd+mwtzHUwCdHTYP
W+mULbeNyOcLbJCOKAVE/M8=
=LyQ9
-END PGP SIGNATURE-

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"