Bug 84690 - [update] cad/admesh - use PLIST and respect CFLAGS
Summary: [update] cad/admesh - use PLIST and respect CFLAGS
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: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 08:50 UTC by Andrej Zverev
Modified: 2005-09-02 14:28 UTC (History)
0 users

See Also:


Attachments
admesh.diff (685 bytes, patch)
2005-08-09 08:50 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev 2005-08-09 08:50:14 UTC
	Removed files:
	pkg-plist - removed
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-08-18 20:53:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2005-09-02 14:16:18 UTC
Could you explore this issue on 4.11 please?
admesh.c:117: warning: (near initialization for `long_options[27]')
admesh.c:117: warning: excess elements in struct initializer
admesh.c:117: warning: (near initialization for `long_options[27]')
admesh.c:88: array size missing in `long_options'
admesh.c:88: storage size of `long_options' isn't known
admesh.c:138: `optarg' undeclared (first use in this function)
admesh.c:247: `optind' undeclared (first use in this function)
admesh.c:32: warning: return type of `main' is not `int'
*** Error code 1

Stop in /work/a/ports/cad/admesh/work/admesh-0.95.
*** Error code 1

Stop in /a/ports/cad/admesh.

-- 
Sem.
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2005-09-02 14:17:01 UTC
Could you explore this issue on 4.11 please?
admesh.c:117: warning: (near initialization for `long_options[27]')
admesh.c:117: warning: excess elements in struct initializer
admesh.c:117: warning: (near initialization for `long_options[27]')
admesh.c:88: array size missing in `long_options'
admesh.c:88: storage size of `long_options' isn't known
admesh.c:138: `optarg' undeclared (first use in this function)
admesh.c:247: `optind' undeclared (first use in this function)
admesh.c:32: warning: return type of `main' is not `int'
*** Error code 1

Stop in /work/a/ports/cad/admesh/work/admesh-0.95.
*** Error code 1

Stop in /a/ports/cad/admesh.

-- 
Sem.
Comment 4 sem 2005-09-02 14:17:31 UTC
Could you explore this issue on 4.11 please?
admesh.c:117: warning: (near initialization for `long_options[27]')
admesh.c:117: warning: excess elements in struct initializer
admesh.c:117: warning: (near initialization for `long_options[27]')
admesh.c:88: array size missing in `long_options'
admesh.c:88: storage size of `long_options' isn't known
admesh.c:138: `optarg' undeclared (first use in this function)
admesh.c:247: `optind' undeclared (first use in this function)
admesh.c:32: warning: return type of `main' is not `int'
*** Error code 1

Stop in /work/a/ports/cad/admesh/work/admesh-0.95.
*** Error code 1

Stop in /a/ports/cad/admesh.
Comment 5 Sergey Matveychuk freebsd_committer freebsd_triage 2005-09-02 14:28:44 UTC
State Changed
From-To: open->closed

Committed, thanks!