Opened 16 years ago
Closed 15 years ago
#19485 closed submission (fixed)
AntTweakBar Portfile addition
Reported by: | karcaw@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | AntTweakBar |
Description
Here is a port file for the AntTweakBar from here: http://www.antisphere.com/Wiki/tools:anttweakbar I have talked with Phillipe, and he is fine with me adding a port file, and maintaining it for him. I have built it in the graphics section for my testing.
Attachments (2)
Change History (6)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Changed 15 years ago by karcaw@…
Changed 15 years ago by karcaw@…
Attachment: | ATB_113_mac.patch added |
---|
comment:2 Changed 15 years ago by karcaw@…
I have addresses the changes you suggested. Please re-review and evaluate for acceptance.
comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Port: | AntTweakBar added |
Status: | new → assigned |
comment:4 Changed 15 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added in r59854, thanks.
Note: See
TracTickets for help on using
tickets.
Some things that should be changed:
patch.pre_args
defaults to-p0
, so there's no need to set it to that.-I/usr/local/include -I/usr/X11R6/include
to the compiler. Ports should not normally use anything from these locations, and problems can result if conflicting headers are installed there.$(PREFIX)
starts with a slash, so$(DESTDIR)/$(PREFIX)
ends up having a double slash.