Bug 68403 - [PATCH] net/jabber-aim-transport: fix build
Summary: [PATCH] net/jabber-aim-transport: fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sean Chittenden
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-26 23:50 UTC by ports@c0decafe.net
Modified: 2004-06-29 07:35 UTC (History)
1 user (show)

See Also:


Attachments
jabber-aim-transport-0.9.24c_2.patch (1.15 KB, patch)
2004-06-26 23:50 UTC, ports@c0decafe.net
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ports@c0decafe.net 2004-06-26 23:50:19 UTC
- fix the build problem induced by net/jabber's update
- make portlink happy
- bump portrevision

Port maintainer (seanc@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-06-27 18:33:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->seanc

Over to maintainer.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-06-28 08:30:14 UTC
Are you sure about the pth-thing? It builds fine w/o pth installed.

Volker
Comment 3 ports@c0decafe.net 2004-06-28 23:54:09 UTC
On Mon, 2004-06-28 at 10:30, Volker Stolz wrote: 
> Are you sure about the pth-thing? It builds fine w/o pth installed.

that's the original reason the build is broken, it's net/jabber that
requires it, so it's components will need it, to build as well.
unless i'm missing anything, i'm not sure how it builds for you, but,
won't work without it for me.

% uname -a
FreeBSD atlantis.local 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat Jun 26
12:02:34 EEST 2004     root@atlantis.local:/usr/obj/usr/src/sys/LOST 
i386

===>  Building for jabber-aim-transport-0.9.24c_2
Making all in src
gmake[1]: Entering directory
`/var/tmp/usr/ports/net/jabber-aim/work/aim-transport-0.9.24c/src'
cc -DHAVE_CONFIG_H -I. -I. -I.
-I/tmp/jabber-aim-transport-0.9.24c_2/include -I.
-I/usr/local/include/jabber -fPIC -shared    -DAIM_BUILDDATE=\"`date
+%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\" -c admin.c
cc -DHAVE_CONFIG_H -I. -I. -I.
-I/tmp/jabber-aim-transport-0.9.24c_2/include -I.
-I/usr/local/include/jabber -fPIC -shared    -DAIM_BUILDDATE=\"`date
+%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\" -c adverts.c
cc -DHAVE_CONFIG_H -I. -I. -I.
-I/tmp/jabber-aim-transport-0.9.24c_2/include -I.
-I/usr/local/include/jabber -fPIC -shared    -DAIM_BUILDDATE=\"`date
+%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\" -c auth.c
cc -DHAVE_CONFIG_H -I. -I. -I.
-I/tmp/jabber-aim-transport-0.9.24c_2/include -I.
-I/usr/local/include/jabber -fPIC -shared    -DAIM_BUILDDATE=\"`date
+%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\" -c bos.c
cc -DHAVE_CONFIG_H -I. -I. -I.
-I/tmp/jabber-aim-transport-0.9.24c_2/include -I.
-I/usr/local/include/jabber -fPIC -shared    -DAIM_BUILDDATE=\"`date
+%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\" -c buddies.c
In file included from aimtrans.h:6,
                 from buddies.c:6:
/usr/local/include/jabber/jabberd.h:31: pth.h: No such file or directory
gmake[1]: *** [buddies.o] Error 1
gmake[1]: Leaving directory
`/var/tmp/usr/ports/net/jabber-aim/work/aim-transport-0.9.24c/src'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/net/jabber-aim.
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2004-06-29 07:34:00 UTC
State Changed
From-To: open->closed

Committed, thanks! 
(no need to bump PORTREVISION)