| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
- Add NO_ARCH
- Switch to options helpers
|
| |
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
| |
- Use shebangfix
- Define EXAMPLES option
- Define DOCS option
|
| |
|
|
| |
databases)
|
| |
|
|
| |
- Trim Makefile header
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
| |
|
|
|
|
| |
(part 17).
Approved by: portmgr (itetcu)
|
| |
|
|
| |
starting with D
|
| |
|
|
|
| |
whether the perl dependency is unconditional or conditional. This will
be needed for the conditional inclusion of bsd.perl.mk.
|
| |
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
| |
PR: ports/102875
Submitted by: chinsan <chinsan.tw@gmail.com>
Approved by: maintainer timeout (seanc; 3 months)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
|
| |
|
|
| |
building the port. Too much time in the beer garden tonight...
|
|
|
converts it into SQL for PostgreSQL, DB2, or MySQL. Includes
referential constraints for PostgreSQL and DB2. Useful for those
wanting to populate a database with dummy data that isn't completely
fake or people who make frequent use of the data.
|