Bug 162040 - x11-toolkits/gtkextra2 compilation problems correction
Summary: x11-toolkits/gtkextra2 compilation problems correction
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 23:50 UTC by Laurent Berthelet
Modified: 2011-10-28 18:50 UTC (History)
0 users

See Also:


Attachments
file.txt (494 bytes, text/plain)
2011-10-26 23:50 UTC, Laurent Berthelet
no flags Details
gtkextra2.diff.txt (5.03 KB, text/plain)
2011-10-28 07:00 UTC, Laurent Berthelet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Berthelet 2011-10-26 23:50:09 UTC
This package just doesn't compile.

Fix: Submit the patch

Patch attached with submission follows:
How-To-Repeat: Type "make"
Comment 1 Laurent Berthelet 2011-10-26 23:57:49 UTC
Just see that i didn't submit the two new patchfiles.
How can I submit them ?

Thanks
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2011-10-27 21:49:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2011-10-27 21:57:18 UTC
Preferred way is something like this:

diff -urN /usr/ports/x11-toolkits/gtkextra2 your_modified_port_dir > patch.=
diff

--=20
pozdrawiam / with regards
Pawe=B3 P=EAkala
Comment 4 Laurent Berthelet 2011-10-28 07:00:55 UTC
Hi,

Thanks for you answer, it works great.
Here is the complete patch.

Laurent


Le 27.10.2011 22:57, Pawel Pekala a écrit :
> Preferred way is something like this:
>
> diff -urN /usr/ports/x11-toolkits/gtkextra2 your_modified_port_dir>  patch.diff
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-10-28 18:49:43 UTC
pawel       2011-10-28 17:49:35 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/gtkextra2 Makefile 
  Added files:
    x11-toolkits/gtkextra2/files patch-Makefile.in 
                                 patch-gtkcolorcombo.c 
  Log:
  - Use correct USE_AUTOTOOLS libtool expression
  - Fix build
  
  PR:             ports/162040
  Submitted by:   Laurent Berthelet <laurent@ospowa.com>
  
  Revision  Changes    Path
  1.39      +1 -1      ports/x11-toolkits/gtkextra2/Makefile
  1.1       +16 -0     ports/x11-toolkits/gtkextra2/files/patch-Makefile.in (new)
  1.1       +11 -0     ports/x11-toolkits/gtkextra2/files/patch-gtkcolorcombo.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Pawel Pekala freebsd_committer freebsd_triage 2011-10-28 18:49:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!