Opened 15 years ago

Last modified 14 years ago

#22126 closed update

UPDATE: mdk 1.2.5 — at Version 1

Reported by: aconchillo@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch maintainer Cc:
Port: mdk

Description (last modified by jmroot (Joshua Root))

New upstream release.

Added gui variant description. I don't know how to remove the following lint warnings.

$ port lint mdk
--->  Verifying Portfile for mdk
Warning: Dependency port:autoconf specified multiple times in depends_build
Warning: Dependency port:automake specified multiple times in depends_build
Warning: Dependency port:libtool specified multiple times in depends_build
--->  0 errors and 3 warnings found.

Change History (2)

Changed 15 years ago by aconchillo@…

Attachment: mdk-1.2.5-macports.tar.gz added

Portfile and patches

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: haspatch maintainer added
Port: mdk added
Type: defectupdate
Version: 1.8.1

The lint warnings are kind of a base bug (both use_autoconf and use_automake add the same dependencies), but you should probably just do use_autoreconf instead of doing both of those plus running aclocal manually.

Note: See TracTickets for help on using tickets.