Bug 95402 - [x11-wm/ion-3ds] bump 20060305 -> 20060326
Summary: [x11-wm/ion-3ds] bump 20060305 -> 20060326
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-06 12:20 UTC by Ed Schouten
Modified: 2006-04-13 12:09 UTC (History)
0 users

See Also:


Attachments
file.diff (1.34 KB, patch)
2006-04-06 12:20 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2006-04-06 12:20:13 UTC
A new version of the Ion3 version is available. The FreeBSD port is two
versions behind, so we'd better bump it.

Fix: %%%
How-To-Repeat: n/a
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2006-04-12 16:25:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-04-12 18:25:08 UTC
State Changed
From-To: open->feedback

The port does not respect CFLAGS, can you please fix it?
Comment 3 Ed Schouten 2006-04-12 18:37:07 UTC
Hello,

I spoke to ehaupt on IRC. He found out that the ion-3ds port ignores
CFLAGS/LDFLAGS. Because the ion-3ds port is based on the ion-2 port, I
took a look at that port as well, but that one isn't affected.

Updated diff below:

%%%
--- ion-3ds/Makefile	Wed Mar 15 17:58:59 2006
+++ ion-3ds/Makefile	Thu Apr  6 13:00:15 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ion-3ds
-PORTVERSION=	20060305
+PORTVERSION=	20060326
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://modeemi.fi/~tuomov/ion/dl/
 
--- ion-3ds/distinfo	Wed Mar 15 17:58:59 2006
+++ ion-3ds/distinfo	Thu Apr  6 13:01:01 2006
@@ -1,3 +1,3 @@
-MD5 (ion-3ds-20060305.tar.gz) = b2ab5225460a106dbe17a170219e594c
-SHA256 (ion-3ds-20060305.tar.gz) = c06fe30f268d3c22dc82c3b06c0512c87e8b93b2dd7332f4d8f2fcbdac4378d7
-SIZE (ion-3ds-20060305.tar.gz) = 612653
+MD5 (ion-3ds-20060326.tar.gz) = 3d5628d4efe93f2de804cf5b01abc743
+SHA256 (ion-3ds-20060326.tar.gz) = 9f3c96c961e47c61e9c10b57de820b608b9d9fdaa43a893e63499b3f17231124
+SIZE (ion-3ds-20060326.tar.gz) = 617533
--- ion-3ds/files/patch-system.mk	Wed Jul 20 11:26:24 2005
+++ ion-3ds/files/patch-system.mk	Wed Apr 12 19:31:25 2006
@@ -80,8 +80,8 @@
  
 -CFLAGS=-g -Os $(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES)
 -LDFLAGS=-g -Os $(EXTRA_LIBS) $(LIBS)
-+CFLAGS=$(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES)
-+LDFLAGS=$(EXTRA_LIBS) $(LIBS)
++CFLAGS+=$(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES)
++LDFLAGS+=$(EXTRA_LIBS) $(LIBS)
  EXPORT_DYNAMIC=-Xlinker --export-dynamic
  
  # The following options are mainly for development use and can be used
--- ion-3ds/pkg-plist	Wed Mar 15 17:58:59 2006
+++ ion-3ds/pkg-plist	Thu Apr  6 13:04:06 2006
@@ -1,17 +1,15 @@
 bin/ion3
 bin/pwm3
-etc/ion3/cfg_bindings.lua
 etc/ion3/cfg_dock.lua
 etc/ion3/cfg_floatws.lua
 etc/ion3/cfg_ion.lua
+etc/ion3/cfg_ioncore.lua
 etc/ion3/cfg_ionws.lua
 etc/ion3/cfg_kludges.lua
 etc/ion3/cfg_menu.lua
-etc/ion3/cfg_menus.lua
+etc/ion3/cfg_modules.lua
 etc/ion3/cfg_panews.lua
 etc/ion3/cfg_pwm.lua
-etc/ion3/cfg_pwm_bindings.lua
-etc/ion3/cfg_pwm_menus.lua
 etc/ion3/cfg_query.lua
 etc/ion3/cfg_sp.lua
 etc/ion3/cfg_statusbar.lua
%%%

Yours,
-- 
 Ed Schouten <ed@fxq.nl>
 WWW: http://g-rave.nl/
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2006-04-13 12:09:37 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2006-04-13 12:09:45 UTC
State Changed
From-To: open->closed

Committed, thanks!